From 0e71cbaa811b0facfd39eba5538b4bcee48fd970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:03:14 +1100 Subject: [PATCH] Bump brotli from 3.4.0 to 3.5.0 (#327) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 532d97c96..5d3a41803 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,9 +795,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 881fc1002..64569282c 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"