🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-27 21:52:40.0 +00:00:00
committer GitHub <noreply@github.com> 2024-11-27 21:52:40.0 +00:00:00
commit
b7801e91dbb64bbff7aecd88539e113c807aa668 [patch]
tree
00c63c0325c68d2e6d7c304ebfd162d64ad2e81f
parent
21f360e5c47a738ae69b68993a8bbaaebc01c8d3
download
b7801e91dbb64bbff7aecd88539e113c807aa668.tar.gz

Bump flate2 from 1.0.34 to 1.0.35

Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.34 to 1.0.35.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 409715a..696fb70 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -759,9 +759,9 @@

[[package]]
name = "flate2"
version = "1.0.34"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
dependencies = [
 "crc32fast",
 "libz-ng-sys",