From b5a3ecdb74b757307bec7f0ec2fba0601e144eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:26:58 +0000 Subject: [PATCH] chore(deps): bump zstd from 0.12.3+zstd.1.5.2 to 0.12.4 (#339) Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.3+zstd.1.5.2 to 0.12.4. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- updated-dependencies: - dependency-name: zstd 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> Co-authored-by: Jesse Szwedko --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb68189b50..dc873e678f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3409,9 +3409,9 @@ checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" [[package]] name = "zstd" -version = "0.12.3+zstd.1.5.2" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" +checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ "zstd-safe", ] diff --git a/Cargo.toml b/Cargo.toml index fa566b6545..ee9d90bc9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ snafu = { version = "0.7", optional = true } webbrowser = { version = "0.8", default-features = false, optional = true } woothee = { version = "0.13.0", optional = true } -zstd = { version = "0.12.2", default-features = false, features = ["wasm"], optional = true } +zstd = { version = "0.12.4", default-features = false, features = ["wasm"], optional = true } # Cryptography aes = { version = "0.8.2", optional = true }