Skip to content

Commit fb80ca3

Browse files
authored
chore: cargo deny tidy (#120)
1 parent 65617b8 commit fb80ca3

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ simd-json = { version = "0.17.0", features = ["serde_impl", "runtime-detection"
8686

8787
rustc-hash = { version = "2.0.0", default-features = false, features = ["std"] }
8888
dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
89-
thiserror = "1.0.61"
89+
thiserror = "2.0.17"
9090
json-strip-comments = "1.0.2"
9191
indexmap = { version = "2.2.6", features = ["serde"] }
9292
cfg-if = "1.0"

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ ignore = [
9191
allow = [
9292
"MIT",
9393
"Apache-2.0",
94-
"Unicode-DFS-2016",
9594
"BSD-2-Clause",
9695
"Unicode-3.0",
9796
"Zlib"

0 commit comments

Comments
 (0)