Skip to content

Commit 62eb177

Browse files
authored
Merge pull request #71 from rodneylab/build__update_dependencies
build update dependencies
2 parents 977e15f + ddbf4a7 commit 62eb177

File tree

4 files changed

+91
-45
lines changed

4 files changed

+91
-45
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[advisories]
2+
ignore = ["RUSTSEC-2025-0014"]

Cargo.lock

Lines changed: 82 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ opt-level = 3
2020
[dependencies]
2121
ahash = "0.8.11"
2222
anyhow = "1.0.97"
23-
clap = { version = "4.5.31", features = ["derive"] }
23+
clap = { version = "4.5.32", features = ["derive"] }
2424
clap-verbosity-flag = "3.0.2"
25-
config = "0.15.8"
26-
env_logger = "0.11.6"
25+
config = "0.15.9"
26+
env_logger = "0.11.7"
2727
git2 = "0.20.0"
2828
log = "0.4.26"
29-
semver = "1.0.25"
30-
serde = { version = "1.0.218", features = ["derive"] }
29+
semver = "1.0.26"
30+
serde = { version = "1.0.219", features = ["derive"] }
3131
toml = "0.8.20"
3232

3333
[dev-dependencies]

deny.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ feature-depth = 1
7171
# A list of advisory IDs to ignore. Note that ignored advisories will still
7272
# output a note when they are encountered.
7373
ignore = [
74-
74+
"RUSTSEC-2025-0014",
7575
# "RUSTSEC-0000-0000",
7676
# { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7777
# "[email protected]", # you can also ignore yanked crate versions if you wish
@@ -107,10 +107,9 @@ confidence-threshold = 0.8
107107
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
108108
# aren't accepted for every possible crate as with the normal allow list
109109
exceptions = [
110-
111110
# Each entry is the crate and version constraint, and its specific allow
112111
# list
113-
# { allow = ["Zlib"], crate = "adler32" },
112+
{ allow = ["Zlib"], crate = "foldhash" },
114113
]
115114

116115
# Some crates don't have (easily) machine readable licensing information,

0 commit comments

Comments
 (0)