Skip to content

Commit

Permalink
Bump the cargo-all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.11` | `1.5.12` |
| [aws-sdk-cloudwatchevents](https://github.com/awslabs/aws-sdk-rust) | `1.51.0` | `1.52.0` |
| [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) | `1.57.0` | `1.58.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.11` |
| [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-cloudwatchevents` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-ssm` 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 `reqwest` from 0.12.9 to 0.12.11
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.9...v0.12.11)

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: cargo-all
- dependency-name: aws-sdk-cloudwatchevents
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: aws-sdk-ssm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 0fe5859 commit 136adfb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 34 deletions.
59 changes: 29 additions & 30 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 @@ -7,9 +7,9 @@ edition = "2021"
anyhow = "1.0.95"
async-trait = "0.1.83"
aws_lambda_events = "0.16"
aws-config = { version = "1.5.11", features = ["behavior-version-latest"] }
aws-sdk-cloudwatchevents = "1.51.0"
aws-sdk-ssm = "1.57"
aws-config = { version = "1.5.12", features = ["behavior-version-latest"] }
aws-sdk-cloudwatchevents = "1.52.0"
aws-sdk-ssm = "1.58"
axum = "0.7.9"
base64 = "0.22"
chrono = "0.4.39"
Expand All @@ -30,7 +30,7 @@ reqwest = { version = "0.12", features = ["json"] }
reqwest-middleware = { version = "0", features = ["json"] }
reqwest-retry = "0"
retry-policies = "0"
serde = "1.0.216"
serde = "1.0.217"
serde_json = "1.0.134"
sha2 = "0.10.8"
strum = { version = "0.26", features = ["derive"] }
Expand Down

0 comments on commit 136adfb

Please sign in to comment.