mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore: update clap dependency version to 4.5.30
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "=4.4.4"
|
clap = "=4.5.30"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
simplelog = "0.12"
|
simplelog = "0.12"
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ path = "src/lib.rs"
|
|||||||
bincode = "1.3.3"
|
bincode = "1.3.3"
|
||||||
# clap has to be pinned as its minimum supported rust version
|
# clap has to be pinned as its minimum supported rust version
|
||||||
# changes often between minor releases, which breaks our CI
|
# changes often between minor releases, which breaks our CI
|
||||||
clap = { version = "=4.4.4", features = ["derive"] }
|
clap = { version = "=4.5.30", features = ["derive"] }
|
||||||
criterion = "0.5.1"
|
criterion = "0.5.1"
|
||||||
dyn-stack = { workspace = true, features = ["default"] }
|
dyn-stack = { workspace = true, features = ["default"] }
|
||||||
itertools = "0.14"
|
itertools = "0.14"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ libc = "0.2.133"
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = { workspace = true }
|
rand = { workspace = true }
|
||||||
criterion = "0.5.1"
|
criterion = "0.5.1"
|
||||||
clap = "=4.4.4"
|
clap = "=4.5.30"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
parallel = ["rayon"]
|
parallel = ["rayon"]
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ doc-comment = "0.3.3"
|
|||||||
serde_json = "1.0.94"
|
serde_json = "1.0.94"
|
||||||
# clap has to be pinned as its minimum supported rust version
|
# clap has to be pinned as its minimum supported rust version
|
||||||
# changes often between minor releases, which breaks our CI
|
# changes often between minor releases, which breaks our CI
|
||||||
clap = { version = "=4.4.4", features = ["derive"] }
|
clap = { version = "=4.5.30", features = ["derive"] }
|
||||||
# Used in user documentation
|
# Used in user documentation
|
||||||
fs2 = { version = "0.4.3" }
|
fs2 = { version = "0.4.3" }
|
||||||
statrs = "0.18"
|
statrs = "0.18"
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ syn = { version = "2.0.101", features = ["parsing", "full", "extra-traits"] }
|
|||||||
semver = "1.0.26"
|
semver = "1.0.26"
|
||||||
cargo_toml = "0.22"
|
cargo_toml = "0.22"
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
clap = { version = "=4.4.4", features = ["derive"] }
|
clap = { version = "=4.5.30", features = ["derive"] }
|
||||||
prettyplease = "0.2.32"
|
prettyplease = "0.2.32"
|
||||||
rayon = "1"
|
rayon = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user