Skip to content

Commit 6100b87

Browse files
Bump tokio in the infrastructure group across 1 directory (#51)
Bumps the infrastructure group with 1 update in the / directory: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.50.0 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.52.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3a0bde commit 6100b87

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tracing = { version = "0.1.44", features = ["async-await", "log", "valuable"] }
99
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
1010
serde = { version = "1.0.228", features = ["derive"] }
1111
serde_json = "1.0.149"
12-
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "fs", "macros", "sync", "process"] }
12+
tokio = { version = "1.52.1", features = ["rt", "rt-multi-thread", "fs", "macros", "sync", "process"] }
1313
tokio-stream = "0.1.18"
1414
clap = { version = "4.5.53", default-features = false, features = ["derive", "std", "help"] }
1515
thiserror = "2.0.18"

0 commit comments

Comments
 (0)