From 58d5f069614058af2d83582cfbf95e3636378179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 05:08:36 +0000 Subject: [PATCH] chore(deps): bump warp from 0.3.4 to 0.3.5 Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08f9e35ff4c26..0ef73ec15196b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9923,9 +9923,9 @@ dependencies = [ [[package]] name = "warp" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27e1a710288f0f91a98dd8a74f05b76a10768db245ce183edf64dc1afdc3016c" +checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69" dependencies = [ "bytes 1.4.0", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 20028244ef1a8..2c7aba3291266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -317,7 +317,7 @@ trust-dns-proto = { version = "0.22.0", default-features = false, features = ["d typetag = { version = "0.2.7", default-features = false } url = { version = "2.3.1", default-features = false, features = ["serde"] } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } -warp = { version = "0.3.4", default-features = false } +warp = { version = "0.3.5", default-features = false } zstd = { version = "0.12.3", default-features = false } arr_macro = { version = "0.2.1" }