From 749edad440c318e9ac8fbbab8cc0990852725a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:21:22 +0000 Subject: [PATCH] Bump bytes from 1.1.0 to 1.5.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.5.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.5.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/quickjs-wasm-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 996da89b..a9f3d085 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cap-fs-ext" diff --git a/crates/quickjs-wasm-sys/Cargo.toml b/crates/quickjs-wasm-sys/Cargo.toml index 7dc0c451..4c538e93 100644 --- a/crates/quickjs-wasm-sys/Cargo.toml +++ b/crates/quickjs-wasm-sys/Cargo.toml @@ -19,7 +19,7 @@ anyhow.workspace = true # we copied from the wasmtime team to our supply-chain config tokio = { version = "=1.26.0", default-features = false, features = ["rt", "macros", "net"] } hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-features = false } -bytes = "=1.1.0" +bytes = "=1.5.0" futures-task = "=0.3.27" futures-util = { version = "=0.3.27", default-features = false } tokio-macros = "=1.7.0"