Skip to content

Commit

Permalink
Bump the cargo-all group with 6 updates (#73)
Browse files Browse the repository at this point in the history
Bumps the cargo-all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.13` | `1.5.14` |
| [aws-sdk-cloudwatchevents](https://github.com/awslabs/aws-sdk-rust) | `1.53.0` | `1.54.0` |
| [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) | `1.59.0` | `1.60.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.1` | `1.12.1` |


Updates `aws-config` from 1.5.13 to 1.5.14
- [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.53.0 to 1.54.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.59.0 to 1.60.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `clap` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.27)

Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.137)

Updates `uuid` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.1...1.12.1)

---
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: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent ce694e3 commit 8884cdc
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"
anyhow = "1.0.95"
async-trait = "0.1.85"
aws_lambda_events = "0.16"
aws-config = { version = "1.5.13", features = ["behavior-version-latest"] }
aws-sdk-cloudwatchevents = "1.53.0"
aws-sdk-ssm = "1.59"
aws-config = { version = "1.5.14", features = ["behavior-version-latest"] }
aws-sdk-cloudwatchevents = "1.54.0"
aws-sdk-ssm = "1.60"
axum = "0.7.9"
base64 = "0.22"
chrono = "0.4.39"
clap = { version = "4.5.26", features = ["derive", "env"] }
clap = { version = "4.5.27", features = ["derive", "env"] }
clap-verbosity-flag = "3.0.2"
git2 = "0.20"
hex = "0.4.3"
Expand All @@ -31,7 +31,7 @@ reqwest-middleware = { version = "0", features = ["json"] }
reqwest-retry = "0"
retry-policies = "0"
serde = "1.0.217"
serde_json = "1.0.135"
serde_json = "1.0.137"
sha2 = "0.10.8"
strum = { version = "0.26", features = ["derive"] }
subtle = "2.6.1"
Expand All @@ -44,7 +44,7 @@ tracing = "0.1.41"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter", "chrono"] }
url = "2.5.4"
uuid = "1.11.1"
uuid = "1.12.1"

[dev-dependencies]
pretty_assertions = "1.4"
Expand Down

0 comments on commit 8884cdc

Please sign in to comment.