Skip to content

Commit

Permalink
fix(deps): update aws-sdk-rust monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent 6eb8d1e commit 2041817
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 45 deletions.
145 changes: 104 additions & 41 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ reqwest = { version = "0.11.24", optional = true }
libvips = "1.5.0"
rexif = "0.7.3"
lazy_static = "1.4.0"
aws-config = { version = "1.1.4", optional = true }
aws-sdk-s3 = { version = "1.14.0", optional = true }
aws-sdk-sts = { version = "1.12.0", optional = true }
aws-credential-types = { version = "1.1.4", optional = true }
aws-config = { version = "1.3.0", optional = true }
aws-sdk-s3 = { version = "1.25.0", optional = true }
aws-sdk-sts = { version = "1.22.0", optional = true }
aws-credential-types = { version = "1.2.0", optional = true }
async-trait = "0.1.75"
thiserror = "1.0.53"
rayon = "1.8.1"
Expand Down

0 comments on commit 2041817

Please sign in to comment.