Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 16, 2024
1 parent 32f9845 commit 548ee98
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions rust/Cargo.lock

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

8 changes: 4 additions & 4 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nitor-vault"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
description = "Encrypted AWS key-value storage utility."
license = "Apache-2.0"
Expand All @@ -15,9 +15,9 @@ authors = [
aes-gcm = "0.10.3"
anyhow = "1.0.89"
aws-config = { version = "1.5.8", features = ["behavior-version-latest"] }
aws-sdk-cloudformation = "1.50.0"
aws-sdk-kms = "1.46.0"
aws-sdk-s3 = "1.54.0"
aws-sdk-cloudformation = "1.51.1"
aws-sdk-kms = "1.47.0"
aws-sdk-s3 = "1.56.0"
aws-sdk-sts = { version = "1.46.0", features = ["behavior-version-latest"] }
base64 = "0.22.1"
clap = { version = "4.5.20", features = ["derive", "env"] }
Expand Down

0 comments on commit 548ee98

Please sign in to comment.