Skip to content

Commit

Permalink
Update Rust crate aws-sdk-secretsmanager to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 1e72bd0 commit c56790a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = { version = "1", features = ["derive"] }
tokio = "1"

aws-config = { version = "0.52", features = ["rustls"], optional = true }
aws-sdk-secretsmanager = { version = "0.22", features = ["rustls"], optional = true }
aws-sdk-secretsmanager = { version = "1.6", features = ["rustls"], optional = true }
rusoto_core = { version = "0.48", default-features = false, features = ["rustls"], optional = true }
rusoto_secretsmanager = { version = "0.48", default-features = false, features = ["rustls"], optional = true }
serde_json = { version = "1", optional = true }
Expand Down

0 comments on commit c56790a

Please sign in to comment.