Skip to content

Commit

Permalink
Update aws-sdk-rust monorepo to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 1e72bd0 commit 73b2790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ log = "0.4"
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-config = { version = "1.1", features = ["rustls"], optional = true }
aws-sdk-secretsmanager = { version = "1.20", 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 73b2790

Please sign in to comment.