Skip to content

Commit 123e24c

Browse files
Bump thiserror from 1.0.44 to 1.0.48 (#186)
1 parent 7ddc2ae commit 123e24c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native-pkcs11-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pkcs1 = { version = "0.7.5", default-features = false }
2020
pkcs11-sys = { version = "0.2.0", path = "../pkcs11-sys" }
2121
strum = "0.25.0"
2222
strum_macros = "0.25.2"
23-
thiserror = "1.0.44"
23+
thiserror = "1.0.48"
2424
tracing = "0.1.37"
2525

2626
[dev-dependencies]

native-pkcs11-keychain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rsa = { version = "0.9.2", default-features = false, features = ["std"] }
2020
# TODO: temporary workaround for RustCrypto/traits#1262, remove after upgrading
2121
# the p256 package past 0.13.0.
2222
spki = { version = "0.7.2", features = ["std"] }
23-
thiserror = "1.0.44"
23+
thiserror = "1.0.48"
2424
tracing = "0.1.37"
2525
tracing-error = { version = "0.2.0", default-features = false }
2626
x509-cert = { version = "0.2.4", default-features = false }

native-pkcs11/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ native-pkcs11-core = { version = "0.2.0", path = "../native-pkcs11-core" }
1616
native-pkcs11-traits = { version = "0.2.0", path = "../native-pkcs11-traits" }
1717
once_cell = "1.18.0"
1818
pkcs11-sys = { version = "0.2.0", path = "../pkcs11-sys" }
19-
thiserror = "1.0.44"
19+
thiserror = "1.0.48"
2020
tracing = "0.1.37"
2121
tracing-error = "0.2.0"
2222
tracing-journald = "0.3"

0 commit comments

Comments
 (0)