diff --git a/Cargo.lock b/Cargo.lock index 592ad1c6..dec00d7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1872,9 +1872,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", diff --git a/ext/Cargo.toml b/ext/Cargo.toml index 2e096faf..07442c2e 100644 --- a/ext/Cargo.toml +++ b/ext/Cargo.toml @@ -28,7 +28,7 @@ wasmtime = { version = "=41.0.1", features = ["memory-protection-keys"] } wasmtime-wasi = "=41.0.1" cap-std = "4.0.0" wat = "1.244.0" -tokio = { version = "1.47.1", features = [ +tokio = { version = "1.49.0", features = [ "rt", "rt-multi-thread", "time",