Skip to content

Commit

Permalink
Bump thiserror from 1.0.44 to 1.0.48 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 7ddc2ae commit 123e24c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native-pkcs11-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pkcs1 = { version = "0.7.5", default-features = false }
pkcs11-sys = { version = "0.2.0", path = "../pkcs11-sys" }
strum = "0.25.0"
strum_macros = "0.25.2"
thiserror = "1.0.44"
thiserror = "1.0.48"
tracing = "0.1.37"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion native-pkcs11-keychain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rsa = { version = "0.9.2", default-features = false, features = ["std"] }
# TODO: temporary workaround for RustCrypto/traits#1262, remove after upgrading
# the p256 package past 0.13.0.
spki = { version = "0.7.2", features = ["std"] }
thiserror = "1.0.44"
thiserror = "1.0.48"
tracing = "0.1.37"
tracing-error = { version = "0.2.0", default-features = false }
x509-cert = { version = "0.2.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion native-pkcs11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ native-pkcs11-core = { version = "0.2.0", path = "../native-pkcs11-core" }
native-pkcs11-traits = { version = "0.2.0", path = "../native-pkcs11-traits" }
once_cell = "1.18.0"
pkcs11-sys = { version = "0.2.0", path = "../pkcs11-sys" }
thiserror = "1.0.44"
thiserror = "1.0.48"
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-journald = "0.3"
Expand Down

0 comments on commit 123e24c

Please sign in to comment.