Skip to content

Commit

Permalink
Bump the cargo group with 7 updates (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 9432923 commit 0e08bbe
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
52 changes: 26 additions & 26 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 @@ pkcs11-sys = { version = "0.2.0", path = "../pkcs11-sys" }
strum = "0.26"
strum_macros = "0.26"
thiserror = "2"
tracing = "0.1.40"
tracing = "0.1.41"

[dev-dependencies]
serial_test = { version = "3.2.0", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions native-pkcs11-keychain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ p256 = { version = "0.13.2", default-features = false, features = [
"std",
] }
rand = "0.8.5"
rsa = { version = "0.9.6", default-features = false, features = ["std"] }
rsa = { version = "0.9.7", default-features = false, features = ["std"] }
thiserror = "2"
tracing = "0.1.40"
tracing-error = { version = "0.2.0", default-features = false }
tracing = "0.1.41"
tracing-error = { version = "0.2.1", default-features = false }
x509-cert = { version = "0.2.5", default-features = false }

[dev-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions native-pkcs11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ native-pkcs11-core = { version = "^0.2.14", path = "../native-pkcs11-core" }
native-pkcs11-traits = { version = "0.2.0", path = "../native-pkcs11-traits" }
pkcs11-sys = { version = "0.2.0", path = "../pkcs11-sys" }
thiserror = "2"
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing = "0.1.41"
tracing-error = "0.2.1"
tracing-journald = "0.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

[lib]
crate-type = ["lib", "cdylib"]

[dev-dependencies]
serial_test = { version = "3.2.0", default-features = false }
tracing = { version = "0.1.40", default-features = false }
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
tracing = { version = "0.1.41", default-features = false }
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
"env-filter",
] }

Expand Down
2 changes: 1 addition & 1 deletion pkcs11-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
license.workspace = true

[build-dependencies]
bindgen = { version = "0.70.1", optional = true }
bindgen = { version = "0.71.1", optional = true }

0 comments on commit 0e08bbe

Please sign in to comment.