From e94dc15fd1a68494964b2ec9681c8bae7efbcdca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:46:44 +0000 Subject: [PATCH] Bump tokio-macros from 1.7.0 to 2.1.0 Bumps [tokio-macros](https://github.com/tokio-rs/tokio) from 1.7.0 to 2.1.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-macros-1.7.0...tokio-macros-2.1.0) --- updated-dependencies: - dependency-name: tokio-macros dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++------------- crates/quickjs-wasm-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c41ca5c2..c6886e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2071,7 +2071,7 @@ dependencies = [ "native-tls", "openssl-macros", "tokio", - "tokio-macros 1.7.0", + "tokio-macros", "tokio-native-tls", "walkdir", ] @@ -2947,21 +2947,10 @@ dependencies = [ "mio", "pin-project-lite", "socket2", - "tokio-macros 2.1.0", + "tokio-macros", "windows-sys 0.48.0", ] -[[package]] -name = "tokio-macros" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "tokio-macros" version = "2.1.0" diff --git a/crates/quickjs-wasm-sys/Cargo.toml b/crates/quickjs-wasm-sys/Cargo.toml index 6fe87e31..9b88d53e 100644 --- a/crates/quickjs-wasm-sys/Cargo.toml +++ b/crates/quickjs-wasm-sys/Cargo.toml @@ -22,7 +22,7 @@ hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-featu bytes = "=1.5.0" futures-task = "=0.3.29" futures-util = { version = "=0.3.27", default-features = false } -tokio-macros = "=1.7.0" +tokio-macros = "=2.1.0" futures-core = "=0.3.29" mio = "=0.8.9" http-body-util = "=0.1.0-rc.2"