Skip to content

Commit 8e55d19

Browse files
chore(deps): bump tokio from 1.36.0 to 1.37.0 (#2632)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a63925 commit 8e55d19

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
@@ -72,7 +72,7 @@ similar-asserts = { version = "1.5.0" }
7272
sha3 = { version = "0.10", default-features = false }
7373
futures = { version = "0.3.30", features = ["compat"] }
7474
jsonrpsee = { version = "0.16.3", features = ["server"] }
75-
tokio = { version = "1.36.0", features = ["macros", "sync"] }
75+
tokio = { version = "1.37.0", features = ["macros", "sync"] }
7676
strum = { version = "0.26", default-features = false }
7777
strum_macros = { version = "0.26", default-features = false }
7878
num_enum = { version = "0.7.2", default-features = false }

0 commit comments

Comments
 (0)