Skip to content

Commit 4edf52b

Browse files
build(deps): bump thiserror from 1.0.69 to 2.0.17 (#409)
1 parent 8a79282 commit 4edf52b

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

Cargo.lock

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

ffi/wasm/Cargo.lock

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

picky-krb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ picky-asn1-der = { version = "0.5", path = "../picky-asn1-der" }
1818
picky-asn1-x509 = { version = "0.15", path = "../picky-asn1-x509" }
1919
serde = { version = "1", features = ["derive"] }
2020
byteorder = "1.5"
21-
thiserror = "1"
21+
thiserror = "2"
2222

2323
pbkdf2 = { version = "=0.13.0-rc.1", features = ["sha1"] }
2424
hmac = "=0.13.0-rc.2"

picky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ picky-asn1-der = { version = "0.5", path = "../picky-asn1-der" }
2626
picky-asn1-x509 = { version = "0.15", path = "../picky-asn1-x509", features = ["legacy", "zeroize"] }
2727
serde = { version = "1", features = ["derive"] }
2828
base64 = "0.22"
29-
thiserror = "1"
29+
thiserror = "2"
3030
byteorder = { version = "1.5", optional = true }
3131
chrono = { version = "0.4", default-features = false, features = ["clock"], optional = true }
3232
time = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)