Skip to content

Commit e574958

Browse files
Bump tokio from 1.38.0 to 1.38.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8afdc8 commit e574958

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -29,7 +29,7 @@ rand_chacha = "0.3.1"
2929
rand = "0.8.5"
3030
byteorder = "1.5.0"
3131
serial_test = "3.1.0"
32-
tokio = { version = "1.37.0", features = ["full"] }
32+
tokio = { version = "1.38.2", features = ["full"] }
3333
sha2 = { version = "0.10", default-features = false }
3434
k256 = { version = "0.13", default-features = false, features = ["digest", "ecdsa", "alloc"] }
3535
secp256k1 = { version = "0.26", default-features = false, features = ["rand-std", "recovery"] }

0 commit comments

Comments
 (0)