Skip to content

Commit f1b9095

Browse files
chore(deps): bump tokio from 1.49.0 to 1.50.0 (#586)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09a28ec commit f1b9095

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.

ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ wasmtime = { version = "=43.0.0", features = ["memory-protection-keys"] }
2828
wasmtime-wasi = "=43.0.0"
2929
cap-std = "4.0.2"
3030
wat = "1.246.1"
31-
tokio = { version = "1.49.0", features = [
31+
tokio = { version = "1.50.0", features = [
3232
"rt",
3333
"rt-multi-thread",
3434
"time",

0 commit comments

Comments
 (0)