Skip to content

Commit

Permalink
Bump the cargo-all group across 1 directory with 5 updates (#63)
Browse files Browse the repository at this point in the history
Bumps the cargo-all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) | `1.54.0` | `1.55.0` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.2.3` | `3.0.1` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |



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

Updates `clap-verbosity-flag` from 2.2.3 to 3.0.1
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.2.3...v3.0.1)

Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

---
updated-dependencies:
- dependency-name: aws-sdk-ssm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-all
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
...

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 3, 2024
1 parent 94d9859 commit 78d1972
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ async-trait = "0.1.83"
aws_lambda_events = "0.15"
aws-config = { version = "1.5.10", features = ["behavior-version-latest"] }
aws-sdk-cloudwatchevents = "1.49.0"
aws-sdk-ssm = "1.54"
aws-sdk-ssm = "1.55"
axum = "0.7.9"
base64 = "0.22"
chrono = "0.4.19"
clap = { version = "4.5.21", features = ["derive", "env"] }
clap-verbosity-flag = "2.2.3"
clap-verbosity-flag = "3.0.1"
git2 = "0.19"
hex = "0.4.3"
hmac = "0.12.1"
Expand All @@ -40,10 +40,10 @@ thiserror = "2.0.3"
tokio = { version = "1", features = ["macros", "process"] }
tower = { version = "0.5.1", features = ["util"] }
tower-http = { version = "0.6.2", features = ["sensitive-headers", "timeout", "trace", "sensitive-headers", "util", "set-header", "request-id", "normalize-path"] }
tracing = "0.1.40"
tracing = "0.1.41"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter", "chrono"] }
url = "2.5.3"
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter", "chrono"] }
url = "2.5.4"
uuid = "1.11.0"

[dev-dependencies]
Expand Down

0 comments on commit 78d1972

Please sign in to comment.