From 49bca6d5326a28c513fa53011deb472c21f00de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 06:59:42 +0000 Subject: [PATCH] Bump brotli from 3.4.0 to 3.5.0 Bumps [brotli](https://github.com/dropbox/rust-brotli) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/commits) --- updated-dependencies: - dependency-name: brotli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7af17722..f743783e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,9 +751,9 @@ checksum = "2225b558afc76c596898f5f1b3fc35cfce0eb1b13635cbd7d1b2a7177dc10ccd" [[package]] name = "brotli" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f" +checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 7e074c247..ab9cc5ded 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -50,7 +50,7 @@ opentelemetry-jaeger = { version = "0.21", features = ["collector_client", "hype opentelemetry-otlp = { version = "0.15.0", features = ["http-proto"] } crc32fast = "1.4.0" -brotli = "3.4.0" +brotli = "3.5.0" hmac = "0.12.1" sha2 = "0.10.8" md-5 = "0.10.5"