Skip to content

Commit 51c7cf5

Browse files
build(deps): bump tokio from 1.50.0 to 1.51.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b4675a commit 51c7cf5

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 20 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
@@ -99,7 +99,7 @@ syn = { version = "2.0.117", features = ["full"] }
9999
test-store = { path = "./store/test-store" }
100100
thiserror = "2.0.18"
101101
deadpool = { version = "0.13", features = ["rt_tokio_1", "managed"] }
102-
tokio = { version = "1.50.0", features = ["full"] }
102+
tokio = { version = "1.51.0", features = ["full"] }
103103
tokio-stream = { version = "0.1.18", features = ["sync"] }
104104
tokio-retry = "0.3.0"
105105

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_yaml = { workspace = true }
2121
slog = { workspace = true }
2222
slog-async = { workspace = true }
2323
slog-term = { workspace = true }
24-
tokio = { version = "1.50.0", features = ["rt", "macros", "process"] }
24+
tokio = { version = "1.51.0", features = ["rt", "macros", "process"] }
2525
tokio-util.workspace = true
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)