Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit 9b9457c

Browse files
chore(deps): bump tokio from 1.48.0 to 1.50.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38a1b87 commit 9b9457c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -38,7 +38,7 @@ wasm-bindgen-futures = { version = "0.4.56" }
3838
[dev-dependencies]
3939
corepc-node = { version = "0.10.1", features = ["29_0", "download"] }
4040
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
41-
tokio = { version = "1.48.0", features = ["rt", "macros"] }
41+
tokio = { version = "1.50.0", features = ["rt", "macros"] }
4242

4343
[features]
4444
default = ["web"]

0 commit comments

Comments
 (0)