Skip to content

Commit

Permalink
build(deps): update aws-config requirement from 0.56.1 to 1.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-config](https://github.com/smithy-lang/smithy-rs) to permit the latest version.
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 54124ba commit e9f620e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/s3s-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ uuid = { version = "1.4.1", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.73", features = ["backtrace"] }
aws-config = { version = "0.56.1", default-features = false }
aws-config = { version = "1.0.1", default-features = false }
aws-credential-types = { version = "0.56.1", features = ["test-util"] }
aws-sdk-s3 = "0.34.0"
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/s3s-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
aws-config = "0.56.1"
aws-config = "1.0.1"
aws-credential-types = "0.56.1"
aws-sdk-s3 = "0.34.0"
clap = { version = "4.3.21", features = ["derive"] }
Expand Down

0 comments on commit e9f620e

Please sign in to comment.