Skip to content

Commit e27a00a

Browse files
Bump tokio from 1.43.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4781069 commit e27a00a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rayon = "1.8.1"
2020
serde = { version = "1.0.196", features = ["derive"] }
2121
serde-this-or-that = "0.5.0"
2222
serde_json = "1.0.113"
23-
tokio = { version = "1.36.0", features = ["full"] }
23+
tokio = { version = "1.43.1", features = ["full"] }
2424

2525
[dev-dependencies]
2626
tokio-test = "0.4.3"

0 commit comments

Comments
 (0)