From 835b75155812df01ea2a0327056c7a29387c6e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:09:49 +0000 Subject: [PATCH] build(deps): bump brotli-decompressor from 2.3.4 to 2.3.5 (#30469) Bumps [brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) from 2.3.4 to 2.3.5. - [Commits](https://github.com/dropbox/rust-brotli-decompressor/commits) --- updated-dependencies: - dependency-name: brotli-decompressor dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d39638af76..7db90fe0233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,9 +559,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "2.3.4" +version = "2.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" +checksum = "503a0bcf59056a66c55d8eefd05e9c0f00f9c9cdddbb6bd499623ce49100da43" dependencies = [ "alloc-no-stdlib", "alloc-stdlib",