From cf8fb24c9120cb37af8c8d229ea77796707bc89a Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Wed, 16 Oct 2024 18:19:43 +0000 Subject: [PATCH] Update Rust crate compression to 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a99b43f..06027b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a82b366ae14633c67a1cbb4aa3738210a23f77d2868a0fd50faa23a956f9ec4" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "lazy_static", "log", "num-traits 0.2.15", diff --git a/Cargo.toml b/Cargo.toml index b91987e..755bf4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = '2021' actix-web = '4.3' anyhow = '1.0' bincode = '1.3' -compression = '0.1' +compression = '0.1.5' dogstatsd = '0.7' futures = '0.3' handlebars = '4.3'