From 9c0ad817fffb90d40d1a0dab7fe5737a82de7fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:13:53 +0000 Subject: [PATCH] cargo: bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2 Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2. - [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] --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7129fc4ed..f96d650a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2237,9 +2237,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.12.1+zstd.1.5.2" +version = "0.12.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c947d2adc84ff9a59f2e3c03b81aa4128acf28d6ad7d56273f7e8af14e47bea" +checksum = "e9262a83dc741c0b0ffec209881b45dbc232c21b02a2b9cb1adb93266e41303d" dependencies = [ "zstd-safe", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6ed98a4c7..ac6f1e85e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -40,7 +40,7 @@ thiserror = "1.0.38" thrift = { version = "0.17.0", default-features = false, optional = true } uuid = { version = "1.2.2", features = ["v4"] } whoami = "1.3.0" -zstd = "0.12.1" +zstd = "0.12.2" tracing = "0.1.37" prost = "0.11.5"