From bfd05190b658e61250bf6e678e38a9870f5cf0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 04:26:53 +0000 Subject: [PATCH 1/2] chore(deps): Bump tower-http from 0.4.1 to 0.4.2 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.1...tower-http-0.4.2) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 +++++------------------ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 702ac606f901c..fb1eb102007ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,19 +342,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "async-compression" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" -dependencies = [ - "flate2", - "futures-core", - "memchr", - "pin-project-lite", - "tokio", -] - [[package]] name = "async-compression" version = "0.4.1" @@ -8663,12 +8650,12 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c" +checksum = "7ac8060a61f8758a61562f6fb53ba3cbe1ca906f001df2e53cccddcdbee91e7c" dependencies = [ - "async-compression 0.3.15", - "base64 0.20.0", + "async-compression", + "base64 0.21.2", "bitflags 2.3.2", "bytes 1.4.0", "futures-core", @@ -9278,7 +9265,7 @@ dependencies = [ "arc-swap", "arr_macro", "assert_cmd", - "async-compression 0.4.1", + "async-compression", "async-graphql", "async-graphql-warp", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 00f509c28a5f4..e494dc8a4e053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,7 +192,7 @@ opendal = {version = "0.38", default-features = false, features = ["native-tls", # Tower tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] } -tower-http = { version = "0.4.1", default-features = false, features = ["decompression-gzip"]} +tower-http = { version = "0.4.2", default-features = false, features = ["decompression-gzip"]} # Serde serde = { version = "1.0.171", default-features = false, features = ["derive"] } serde-toml-merge = { version = "0.3.0", default-features = false } From 502135b694fd6b48b6fc2334704ada5fd25dc3e4 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 20 Jul 2023 14:42:21 -0700 Subject: [PATCH 2/2] license --- LICENSE-3rdparty.csv | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 60f40d80b7621..a3891f81b5b11 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -22,7 +22,6 @@ ascii,https://github.com/tomprogrammer/rust-ascii,Apache-2.0 OR MIT,"Thomas Ba assert-json-diff,https://github.com/davidpdrsn/assert-json-diff,MIT,David Pedersen async-channel,https://github.com/smol-rs/async-channel,Apache-2.0 OR MIT,Stjepan Glavina async-compat,https://github.com/smol-rs/async-compat,Apache-2.0 OR MIT,Stjepan Glavina -async-compression,https://github.com/Nemo157/async-compression,MIT OR Apache-2.0,"Wim Looman , Allen Bui " async-compression,https://github.com/Nullus157/async-compression,MIT OR Apache-2.0,"Wim Looman , Allen Bui " async-executor,https://github.com/smol-rs/async-executor,Apache-2.0 OR MIT,Stjepan Glavina async-fs,https://github.com/smol-rs/async-fs,Apache-2.0 OR MIT,Stjepan Glavina