Skip to content

Commit 3ff8ccb

Browse files
chore(deps): bump aws-types from 1.3.3 to 1.3.5
Bumps [aws-types](https://github.com/smithy-lang/smithy-rs) from 1.3.3 to 1.3.5. - [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-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8b5a0c commit 3ff8ccb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jsonwebtoken = { version = "8.3.0", optional = true }
6767
futures = { version = "0.3.28", optional = true }
6868
sqlx = { version = "0.7", features = ["runtime-tokio", "tls-native-tls", "any", "sqlite", "postgres"], optional = true }
6969
aws-config = { version = "^1.1", optional = true }
70-
aws-types = { version = "^1.1", optional = true }
70+
aws-types = { version = "^1.3", optional = true }
7171
aws-sdk-s3 = { version = "^1.1", optional = true }
7272
aws-sdk-sqs = { version = "^1.1", optional = true }
7373
aws-sdk-lambda = { version = "^1.1", optional = true }

0 commit comments

Comments
 (0)