From 5c936dc0d7e2f25200ac73c134d134840dbcb7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:33:52 +0100 Subject: [PATCH] Bump flate2 from 1.0.29 to 1.0.30 (#151) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af7b73..e943992 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" [[package]] name = "flate2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "libz-ng-sys", diff --git a/Cargo.toml b/Cargo.toml index 293eb24..26cbb61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ base32 = "0.4.0" chrono = "0.4" itertools = "0.12.1" fake = "2.4" -flate2 = { version = "1.0.17", features = ["zlib-ng"], default-features = false } +flate2 = { version = "1.0.30", features = ["zlib-ng"], default-features = false } lazy_static = "1.4.0" native-tls = "0.2.11" postgres = "0.19.7"