From ebf4a0176965bc187dc6c34519d378e451613fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:58:28 +0000 Subject: [PATCH] Bump flate2 from 1.0.29 to 1.0.30 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] --- Cargo.lock | 4 ++-- bot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c4feb6..87a78ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1614,9 +1614,9 @@ dependencies = [ [[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", "miniz_oxide", diff --git a/bot/Cargo.toml b/bot/Cargo.toml index a2e792e..8c2fba3 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -24,4 +24,4 @@ symphonia = { version = "0.5.4", features = ["all"] } ybot_fmt = { path = "ybot_fmt" } gdr = { path = "gdr" } fastrand = "2.1.0" -flate2 = "1.0.29" +flate2 = "1.0.30"