From f846b05fe9518683b52dd447d9cd1194f5d3f91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:51:20 +0000 Subject: [PATCH] Update zstd requirement from 0.9.0 to 0.13.0 Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pingora-header-serde/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingora-header-serde/Cargo.toml b/pingora-header-serde/Cargo.toml index 2968cae7..67c7aacd 100644 --- a/pingora-header-serde/Cargo.toml +++ b/pingora-header-serde/Cargo.toml @@ -22,7 +22,7 @@ name = "trainer" path = "src/trainer.rs" [dependencies] -zstd = "0.9.0" +zstd = "0.13.0" zstd-safe = "4.1.1" http = { workspace = true } bytes = { workspace = true }