Skip to content

Commit 897ffa9

Browse files
Update tokio requirement from =1.38.1 to =1.39.2
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d648828 commit 897ffa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rand = { version = "^0.8", features = ["std", "std_rng"], optional = true }
4141
# version_sync: to ensure versions in `Cargo.toml` and `README.md` are in sync
4242
version-sync = "0.9.4"
4343
rand = { version = "0.8.5", features = ["getrandom"] }
44-
tokio = { version = "=1.38.1", features = ["full"] }
44+
tokio = { version = "=1.39.2", features = ["full"] }
4545
bloomfilter = "^1.0"
4646
ethabi = "^18.0"
4747

0 commit comments

Comments
 (0)