Skip to content

Commit

Permalink
build(deps): bump the rust group with 6 updates (#593)
Browse files Browse the repository at this point in the history
Bumps the rust group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.11` | `1.5.12` |
| [aws-sdk-cloudformation](https://github.com/awslabs/aws-sdk-rust) | `1.57.0` | `1.58.0` |
| [aws-sdk-kms](https://github.com/awslabs/aws-sdk-rust) | `1.52.0` | `1.53.0` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.66.0` | `1.67.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.52.0` | `1.53.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` |


Updates `aws-config` from 1.5.11 to 1.5.12
- [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)

Updates `aws-sdk-cloudformation` from 1.57.0 to 1.58.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-kms` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-s3` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-sts` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: aws-sdk-cloudformation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: aws-sdk-kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: aws-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 407206c commit bafa087
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ authors = [
[dependencies]
aes-gcm = "0.10.3"
anyhow = "1.0.95"
aws-config = { version = "1.5.11", features = ["behavior-version-latest", "rustls"] }
aws-sdk-cloudformation = { version = "1.57.0", features = ["rustls"] }
aws-sdk-kms = { version = "1.52.0", features = ["rustls"] }
aws-sdk-s3 = { version = "1.66.0", features = ["rustls"] }
aws-config = { version = "1.5.12", features = ["behavior-version-latest", "rustls"] }
aws-sdk-cloudformation = { version = "1.58.0", features = ["rustls"] }
aws-sdk-kms = { version = "1.53.0", features = ["rustls"] }
aws-sdk-s3 = { version = "1.67.0", features = ["rustls"] }
aws-sdk-sts = { version = "1.51.0", features = ["behavior-version-latest", "rustls"] }
base64 = "0.22.1"
clap = { version = "4.5.23", features = ["derive", "env"] }
clap_complete = "4.5.40"
colored = "2.2.0"
dirs = "5.0.1"
rand = "0.8.5"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }
Expand Down

0 comments on commit bafa087

Please sign in to comment.