Skip to content

Commit 78d1972

Browse files
Bump the cargo-all group across 1 directory with 5 updates (#63)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94d9859 commit 78d1972

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ async-trait = "0.1.83"
99
aws_lambda_events = "0.15"
1010
aws-config = { version = "1.5.10", features = ["behavior-version-latest"] }
1111
aws-sdk-cloudwatchevents = "1.49.0"
12-
aws-sdk-ssm = "1.54"
12+
aws-sdk-ssm = "1.55"
1313
axum = "0.7.9"
1414
base64 = "0.22"
1515
chrono = "0.4.19"
1616
clap = { version = "4.5.21", features = ["derive", "env"] }
17-
clap-verbosity-flag = "2.2.3"
17+
clap-verbosity-flag = "3.0.1"
1818
git2 = "0.19"
1919
hex = "0.4.3"
2020
hmac = "0.12.1"
@@ -40,10 +40,10 @@ thiserror = "2.0.3"
4040
tokio = { version = "1", features = ["macros", "process"] }
4141
tower = { version = "0.5.1", features = ["util"] }
4242
tower-http = { version = "0.6.2", features = ["sensitive-headers", "timeout", "trace", "sensitive-headers", "util", "set-header", "request-id", "normalize-path"] }
43-
tracing = "0.1.40"
43+
tracing = "0.1.41"
4444
tracing-log = "0.2.0"
45-
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter", "chrono"] }
46-
url = "2.5.3"
45+
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter", "chrono"] }
46+
url = "2.5.4"
4747
uuid = "1.11.0"
4848

4949
[dev-dependencies]

0 commit comments

Comments
 (0)