diff --git a/Cargo.lock b/Cargo.lock index 1474d53fe..702870910 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2200,9 +2200,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.12.0+zstd.1.5.2" +version = "0.12.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8148aa921e9d53217ab9322f8553bd130f7ae33489db68b381d76137d2e6374" +checksum = "5c947d2adc84ff9a59f2e3c03b81aa4128acf28d6ad7d56273f7e8af14e47bea" dependencies = [ "zstd-safe", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 5e4214be1..68628fb1e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -41,7 +41,7 @@ thiserror = "1.0.37" thrift = { version = "0.17.0", default-features = false, optional = true } uuid = { version = "1.2.2", features = ["v4"] } whoami = "1.2.3" -zstd = "0.12.0" +zstd = "0.12.1" tracing = "0.1.37" [dev-dependencies]