Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.87` |
| [aws-sdk-cloudwatchevents](https://github.com/awslabs/aws-sdk-rust) | `1.40.0` | `1.41.0` |
| [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) | `1.45.0` | `1.46.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
| [tower](https://github.com/tower-rs/tower) | `0.5.0` | `0.5.1` |
| [axum-test](https://github.com/JosephLenton/axum-test) | `15.6.0` | `15.7.1` |


Updates `anyhow` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.87)

Updates `aws-sdk-cloudwatchevents` 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 `aws-sdk-ssm` from 1.45.0 to 1.46.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.16 to 4.5.17
- [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.16...clap_complete-v4.5.17)

Updates `serde` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.210)

Updates `serde_json` from 1.0.127 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.127...1.0.128)

Updates `tower` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.0...tower-0.5.1)

Updates `axum-test` from 15.6.0 to 15.7.1
- [Commits](https://github.com/JosephLenton/axum-test/commits)

---
updated-dependencies:
- dependency-name: anyhow
  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
  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: tower
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: axum-test
  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 Sep 10, 2024
1 parent ec29067 commit b2e7fe2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ version = "0.1.4"
edition = "2021"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
async-trait = "0.1.82"
aws_lambda_events = "0.15"
aws-config = { version = "1.5.5", features = ["behavior-version-latest"] }
aws-sdk-cloudwatchevents = "1.40.0"
aws-sdk-ssm = "1.45"
aws-sdk-cloudwatchevents = "1.41.0"
aws-sdk-ssm = "1.46"
axum = "0.7.4"
base64 = "0.22"
chrono = "0.4.19"
clap = { version = "4.5.16", features = ["derive", "env"] }
clap = { version = "4.5.17", features = ["derive", "env"] }
clap-verbosity-flag = "2.2.1"
git2 = "0.19"
hex = "0.4.3"
Expand All @@ -30,15 +30,15 @@ reqwest = { version = "< 0.12", features = ["json"] } # 1.12 has breacking chang
reqwest-middleware = "< 0.3"
reqwest-retry = "= 0.4"
retry-policies = "= 0.3"
serde = "1.0.209"
serde_json = "1.0.127"
serde = "1.0.210"
serde_json = "1.0.128"
sha2 = "0.10.8"
strum = { version = "0.26", features = ["derive"] }
subtle = "2.6.1"
tempfile = "3.12.0"
thiserror = "1.0.62"
tokio = { version = "1", features = ["macros", "process"] }
tower = { version = "0.5.0", features = ["util"] }
tower = { version = "0.5.1", features = ["util"] }
tower-http = { version = "0.5.2", features = ["sensitive-headers", "timeout", "trace", "sensitive-headers", "util", "set-header", "request-id", "normalize-path"] }
tracing = "0.1.40"
tracing-log = "0.2.0"
Expand All @@ -49,7 +49,7 @@ uuid = "1.10.0"
[dev-dependencies]
pretty_assertions = "1.4"
mockall = "0.13.0"
axum-test = "15.6.0"
axum-test = "15.7.1"

[lints.clippy]
# Enable some restriction lints.
Expand Down

0 comments on commit b2e7fe2

Please sign in to comment.