Skip to content

Commit

Permalink
build(deps): bump the rust group with 9 updates (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent ae0a62d commit 56d7942
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 59 deletions.
91 changes: 41 additions & 50 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 python-pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "nitor_vault_rs"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
nitor-vault = { path = "../rust" }
pyo3 = { version = "0.23.3", features = ["anyhow", "abi3", "abi3-py39"] }
tokio = "1.42.0"
Expand Down
16 changes: 8 additions & 8 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ authors = [

[dependencies]
aes-gcm = "0.10.3"
anyhow = "1.0.94"
aws-config = { version = "1.5.10", features = ["behavior-version-latest", "rustls"] }
aws-sdk-cloudformation = { version = "1.56.0", features = ["rustls"] }
aws-sdk-kms = { version = "1.51.0", features = ["rustls"] }
aws-sdk-s3 = { version = "1.65.0", features = ["rustls"] }
anyhow = "1.0.95"
aws-config = { version = "1.5.11", features = ["behavior-version-latest", "rustls"] }
aws-sdk-cloudformation = { version = "1.57.0", features = ["rustls"] }
aws-sdk-kms = { version = "1.52.0", features = ["rustls"] }
aws-sdk-s3 = { version = "1.66.0", features = ["rustls"] }
aws-sdk-sts = { version = "1.51.0", features = ["behavior-version-latest", "rustls"] }
base64 = "0.22.1"
clap = { version = "4.5.23", features = ["derive", "env"] }
clap_complete = "4.5.38"
clap_complete = "4.5.40"
colored = "2.2.0"
dirs = "5.0.1"
rand = "0.8.5"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.7"
serde_json = "1.0.134"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }

[[bin]]
Expand Down

0 comments on commit 56d7942

Please sign in to comment.