From 1f34c11163c2f4498310d94df6ad21a5f83ceedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 01:16:45 +0000 Subject: [PATCH] Update zstd-sys requirement from =2.0.9 to =2.0.12 Updates the requirements on [zstd-sys](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/compare/zstd-sys-2.0.9...zstd-sys-2.0.12) --- updated-dependencies: - dependency-name: zstd-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- convert_kytea_model/Cargo.toml | 2 +- evaluate/Cargo.toml | 2 +- manipulate_model/Cargo.toml | 2 +- predict/Cargo.toml | 2 +- train/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/convert_kytea_model/Cargo.toml b/convert_kytea_model/Cargo.toml index ac5fbd0..5511e49 100644 --- a/convert_kytea_model/Cargo.toml +++ b/convert_kytea_model/Cargo.toml @@ -8,4 +8,4 @@ clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0 vaporetto = { path = "../vaporetto", features = ["kytea"] } # MIT or Apache-2.0 zstd = { version = "0.13", features = ["zstdmt"] } # MIT # workaround: https://github.com/gyscos/zstd-rs/issues/270 -zstd-sys = "=2.0.9" +zstd-sys = "=2.0.12" diff --git a/evaluate/Cargo.toml b/evaluate/Cargo.toml index 92529b7..f0afa29 100644 --- a/evaluate/Cargo.toml +++ b/evaluate/Cargo.toml @@ -9,4 +9,4 @@ vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0 vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0 zstd = "0.13" # MIT # workaround: https://github.com/gyscos/zstd-rs/issues/270 -zstd-sys = "=2.0.9" +zstd-sys = "=2.0.12" diff --git a/manipulate_model/Cargo.toml b/manipulate_model/Cargo.toml index 7d2fd3b..8de8ae5 100644 --- a/manipulate_model/Cargo.toml +++ b/manipulate_model/Cargo.toml @@ -10,4 +10,4 @@ serde = { version = "1.0", features = ["derive"] } # MIT or Apache-2.0 vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0 zstd = { version = "0.13", features = ["zstdmt"] } # MIT # workaround: https://github.com/gyscos/zstd-rs/issues/270 -zstd-sys = "=2.0.9" +zstd-sys = "=2.0.12" diff --git a/predict/Cargo.toml b/predict/Cargo.toml index 2edcd48..4ed3c3f 100644 --- a/predict/Cargo.toml +++ b/predict/Cargo.toml @@ -10,4 +10,4 @@ vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0 vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0 zstd = "0.13" # MIT # workaround: https://github.com/gyscos/zstd-rs/issues/270 -zstd-sys = "=2.0.9" +zstd-sys = "=2.0.12" diff --git a/train/Cargo.toml b/train/Cargo.toml index 5268b53..97de1a9 100644 --- a/train/Cargo.toml +++ b/train/Cargo.toml @@ -9,4 +9,4 @@ vaporetto = { path = "../vaporetto", features = ["train"] } # MIT or Apache-2.0 vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0 zstd = { version = "0.13", features = ["zstdmt"] } # MIT # workaround: https://github.com/gyscos/zstd-rs/issues/270 -zstd-sys = "=2.0.9" +zstd-sys = "=2.0.12"