From a32b3bea45bfe1a279cb11d9ddd857c90b3da928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:01:43 +0000 Subject: [PATCH] chore(deps): bump brotli-decompressor from 5.0.0 to 5.0.3 Bumps [brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) from 5.0.0 to 5.0.3. - [Commits](https://github.com/dropbox/rust-brotli-decompressor/compare/5.0.0...5.0.3) --- updated-dependencies: - dependency-name: brotli-decompressor dependency-version: 5.0.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c86a642..849e0ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "5.0.0" +version = "5.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" +checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" dependencies = [ "alloc-no-stdlib", "alloc-stdlib",