From 518e650797ee5d53dee99e127aa83ec32f9ac857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:46:54 +0200 Subject: [PATCH] Bump brotli from 6.0.0 to 7.0.0 (#385) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bba764..4a567f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,9 +81,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "brotli" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" +checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", diff --git a/Cargo.toml b/Cargo.toml index 1cf93e9..4d97940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ harness = false required-features = ["benchmark"] [dependencies] -brotli = "6.0.0" +brotli = "7.0.0" compact_str = "0.8.0" fraction = "0.15.3" include_dir = "0.7.4"