diff --git a/Cargo.lock b/Cargo.lock index c41ca5c2..04f4bf6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1039,9 +1039,9 @@ checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" [[package]] name = "futures-util" -version = "0.3.27" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" +checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" dependencies = [ "futures-core", "futures-task", diff --git a/crates/quickjs-wasm-sys/Cargo.toml b/crates/quickjs-wasm-sys/Cargo.toml index 6fe87e31..92379390 100644 --- a/crates/quickjs-wasm-sys/Cargo.toml +++ b/crates/quickjs-wasm-sys/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "=1.33.0", default-features = false, features = ["rt", "macr hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-features = false } bytes = "=1.5.0" futures-task = "=0.3.29" -futures-util = { version = "=0.3.27", default-features = false } +futures-util = { version = "=0.3.29", default-features = false } tokio-macros = "=1.7.0" futures-core = "=0.3.29" mio = "=0.8.9"