Skip to content

Commit 4d41866

Browse files
build(deps): bump tokio from 1.38.0 to 1.38.1 (#2922)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BillyWooo <thedreamofbilly@gmail.com>
1 parent b662150 commit 4d41866

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
@@ -76,7 +76,7 @@ similar-asserts = { version = "1.5.0" }
7676
sha3 = { version = "0.10", default-features = false }
7777
futures = { version = "0.3.30", features = ["compat"] }
7878
jsonrpsee = { version = "0.16.3", features = ["server"] }
79-
tokio = { version = "1.38.0", features = ["macros", "sync"] }
79+
tokio = { version = "1.38.1", features = ["macros", "sync"] }
8080
strum = { version = "0.26", default-features = false }
8181
strum_macros = { version = "0.26", default-features = false }
8282
num_enum = { version = "0.7.2", default-features = false }

0 commit comments

Comments
 (0)