Skip to content

Commit

Permalink
chore(deps): update rust crate aws-config to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent c5da43d commit a7edb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async-trait = "0.1.67"
once_cell = "1.17.1"
aws-sdk-s3 = { version = "0.24.0", features = ["native-tls", "rt-tokio"], default-features = false }
aws-types = { version = "0.54.1" }
aws-config = { version = "0.54.1", features = ["native-tls", "rt-tokio"], default-features = false }
aws-config = { version = "1.1.5", features = ["native-tls", "rt-tokio"], default-features = false }
aws-smithy-http = { version = "0.54.4", features = ["rt-tokio"] }
aws-smithy-async = { version = "0.54.4", features = ["rt-tokio"] }
image = { version = "0.24.5" }
Expand Down

0 comments on commit a7edb95

Please sign in to comment.