Skip to content

Commit a59ebf8

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -79,7 +79,7 @@ sha2 = { version = "0.10.9" }
7979
shadow-rs = { version = "1.7.0" }
8080
socket2 = { version = "0.6.2" }
8181
test-case = { version = "3.3.1" }
82-
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "tracing", "fs", "signal"] }
82+
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "tracing", "fs", "signal"] }
8383
tokio-rustls = { version = "0.26.4" }
8484
tokio-stream = { version = "0.1.18", features = ["sync"] }
8585
tower = { version = "0.5.3" }

0 commit comments

Comments
 (0)