Skip to content

Commit 103afd1

Browse files
ci(deps): bump tokio from 1.51.0 to 1.52.0 in the cargo group (#16)
Bumps the cargo group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.51.0 to 1.52.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.52.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor 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 5322481 commit 103afd1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ chrono = { version = "0.4.44", default-features = false, features = ["std"] }
2828
clap = { version = "4.6.0", features = ["deprecated", "derive", "cargo", "env", "wrap_help"] }
2929
hmac = "0.13.0"
3030
sha2 = "0.11.0"
31-
tokio = { version = "1.51.0", features = ["mio", "rt"] }
31+
tokio = { version = "1.52.0", 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)