Skip to content

Commit

Permalink
Bump the cargo-all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-all group with 4 updates: [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust), [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `aws-sdk-ssm` from 1.40.0 to 1.41.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.11 to 4.5.13
- [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.11...v4.5.13)

Updates `serde_json` from 1.0.121 to 1.0.122
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.121...v1.0.122)

Updates `tempfile` from 3.10.1 to 3.11.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.10.1...v3.11.0)

---
updated-dependencies:
- 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: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent daf50c6 commit cdec1a1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
25 changes: 13 additions & 12 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 @@ -9,11 +9,11 @@ async-trait = "0.1.81"
aws_lambda_events = "0.15"
aws-config = { version = "1.1.9", features = ["behavior-version-latest"] }
aws-sdk-cloudwatchevents = "1.36.0"
aws-sdk-ssm = "1.40"
aws-sdk-ssm = "1.41"
axum = "0.7.4"
base64 = "0.22"
chrono = "0.4.19"
clap = { version = "4.5.11", features = ["derive", "env"] }
clap = { version = "4.5.13", features = ["derive", "env"] }
clap-verbosity-flag = "2.2.1"
git2 = "0.19"
hex = "0.4.3"
Expand All @@ -31,11 +31,11 @@ reqwest-middleware = "< 0.3"
reqwest-retry = "= 0.4"
retry-policies = "= 0.3"
serde = "1.0.204"
serde_json = "1.0.121"
serde_json = "1.0.122"
sha2 = "0.10.8"
strum = { version = "0.26", features = ["derive"] }
subtle = "2.6.1"
tempfile = "3.10.1"
tempfile = "3.11.0"
thiserror = "1.0.62"
tokio = { version = "1", features = ["macros", "process"] }
tower = "0.4.13"
Expand Down

0 comments on commit cdec1a1

Please sign in to comment.