From f813dc1803c6a0eba4aa79aba9081c0637464aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 02:47:26 +0000 Subject: [PATCH] fix(deps): update rust crate brotli to v8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9d9594..ab80386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ brotli = ["dep:brotli"] legacy = [] [dependencies] -brotli = { version = "5.0.0", optional = true } +brotli = { version = "8.0.0", optional = true } bson = { version = "2.9.0", optional = true } lz4 = { version = "1.24.0", optional = true } serde = { version = "1.0.197", optional = true }