Skip to content

Commit 517f4ba

Browse files
ci(deps): bump the cargo group with 4 updates (#17)
Bumps the cargo group with 4 updates: [aws-config](https://github.com/smithy-lang/smithy-rs), [aws-sigv4](https://github.com/smithy-lang/smithy-rs), [clap](https://github.com/clap-rs/clap) and [tokio](https://github.com/tokio-rs/tokio). Updates `aws-config` from 1.8.15 to 1.8.16 - [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-sigv4` from 1.4.2 to 1.4.3 - [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 `clap` from 4.6.0 to 4.6.1 - [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.6.0...clap_complete-v4.6.1) Updates `tokio` from 1.52.0 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.0...tokio-1.52.1) --- updated-dependencies: - dependency-name: aws-config dependency-version: 1.8.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: aws-sigv4 dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 103afd1 commit 517f4ba

2 files changed

Lines changed: 43 additions & 52 deletions

File tree

Cargo.lock

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

crates/git-remote-codecommit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ default = []
2121

2222
[dependencies]
2323
anyhow = "1.0.102"
24-
aws-config = "1.8.15"
24+
aws-config = "1.8.16"
2525
aws-credential-types = "1.2.14"
2626
aws-sigv4 = { version = "1.4.2", default-features = false }
2727
chrono = { version = "0.4.44", default-features = false, features = ["std"] }
28-
clap = { version = "4.6.0", features = ["deprecated", "derive", "cargo", "env", "wrap_help"] }
28+
clap = { version = "4.6.1", features = ["deprecated", "derive", "cargo", "env", "wrap_help"] }
2929
hmac = "0.13.0"
3030
sha2 = "0.11.0"
31-
tokio = { version = "1.52.0", features = ["mio", "rt"] }
31+
tokio = { version = "1.52.1", features = ["mio", "rt"] }
3232
tracing = "0.1.44"
3333
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
3434
uriparse = "0.6.4"

0 commit comments

Comments
 (0)