From bbdc558c5ce1b3b88b92c31dec0768105c5f711b Mon Sep 17 00:00:00 2001 From: Koichi Akabe Date: Mon, 30 Oct 2023 18:30:18 +0900 Subject: [PATCH] Update zstd and ruzstd (#115) --- convert_kytea_model/Cargo.toml | 2 +- evaluate/Cargo.toml | 2 +- examples/embedded_device/Cargo.toml | 2 +- examples/wasm/Cargo.toml | 2 +- manipulate_model/Cargo.toml | 2 +- predict/Cargo.toml | 2 +- train/Cargo.toml | 2 +- vaporetto_tantivy/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/convert_kytea_model/Cargo.toml b/convert_kytea_model/Cargo.toml index 06a59f4..d827d54 100644 --- a/convert_kytea_model/Cargo.toml +++ b/convert_kytea_model/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0 vaporetto = { path = "../vaporetto", features = ["kytea"] } # MIT or Apache-2.0 -zstd = "0.12" # MIT +zstd = "0.13" # MIT diff --git a/evaluate/Cargo.toml b/evaluate/Cargo.toml index 7cf1008..394c35c 100644 --- a/evaluate/Cargo.toml +++ b/evaluate/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0 vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0 vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0 -zstd = "0.12" # MIT +zstd = "0.13" # MIT diff --git a/examples/embedded_device/Cargo.toml b/examples/embedded_device/Cargo.toml index 6481fe7..c498ab2 100644 --- a/examples/embedded_device/Cargo.toml +++ b/examples/embedded_device/Cargo.toml @@ -16,7 +16,7 @@ alloc-cortex-m = "0.4.0" [build-dependencies] vaporetto = { path = "../../vaporetto", default-features = false, features = ["alloc"] } -ruzstd = "0.4.0" # MIT +ruzstd = "0.5.0" # MIT [profile.release] codegen-units = 1 diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index a9deed4..b4bea13 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml @@ -10,7 +10,7 @@ i18n-embed-fl = "0.6.5" # MIT once_cell = "1.17.0" # MIT or Apache-2.0 ouroboros = "0.17.2" # MIT or Apache-2.0 rust-embed = "6.4.2" # MIT -ruzstd = "0.4.0" # MIT +ruzstd = "0.5.0" # MIT serde = "1" # MIT or Apache-2.0 unic-langid = { version = "0.9.1", features = ["macros"] } # MIT or Apache-2.0 vaporetto = { path = "../../vaporetto", default-features = false, features = ["std", "cache-type-score", "fix-weight-length", "tag-prediction"] } # MIT or Apache-2.0 diff --git a/manipulate_model/Cargo.toml b/manipulate_model/Cargo.toml index 4d3ab2b..a1c45b1 100644 --- a/manipulate_model/Cargo.toml +++ b/manipulate_model/Cargo.toml @@ -8,4 +8,4 @@ clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0 csv = "1.2" # Unlicense or MIT serde = { version = "1.0", features = ["derive"] } # MIT or Apache-2.0 vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0 -zstd = "0.12" # MIT +zstd = "0.13" # MIT diff --git a/predict/Cargo.toml b/predict/Cargo.toml index 845b05e..bebb8e5 100644 --- a/predict/Cargo.toml +++ b/predict/Cargo.toml @@ -8,4 +8,4 @@ atty = "0.2" # MIT clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0 vaporetto = { path = "../vaporetto" } # MIT or Apache-2.0 vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0 -zstd = "0.12" # MIT +zstd = "0.13" # MIT diff --git a/train/Cargo.toml b/train/Cargo.toml index a94d22f..e14f256 100644 --- a/train/Cargo.toml +++ b/train/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" clap = { version = "4.2", features = ["derive"] } # MIT or Apache-2.0 vaporetto = { path = "../vaporetto", features = ["train"] } # MIT or Apache-2.0 vaporetto_rules = { path = "../vaporetto_rules" } # MIT or Apache-2.0 -zstd = "0.12" # MIT +zstd = "0.13" # MIT diff --git a/vaporetto_tantivy/Cargo.toml b/vaporetto_tantivy/Cargo.toml index e34afea..d005571 100644 --- a/vaporetto_tantivy/Cargo.toml +++ b/vaporetto_tantivy/Cargo.toml @@ -18,4 +18,4 @@ vaporetto_rules = { path = "../vaporetto_rules", version = "=0.6.3" } # MIT or tantivy = "0.21" # MIT [dev-dependencies] -ruzstd = "0.4.0" # MIT +ruzstd = "0.5.0" # MIT