Skip to content

Commit

Permalink
Update deps:
Browse files Browse the repository at this point in the history
- clap to 4.5.9
- tikv-jemallocator to 0.6.0
  • Loading branch information
dkorunic committed Jul 16, 2024
1 parent 3b545d3 commit f1d4615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.86"
human_format = "1.1.0"
human_bytes = { version = "0.4.3", features = ["fast"] }
humantime = "2.1.0"
clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
ctrlc = { version = "3.4.4", features = ["termination"] }
rm_rf = "0.6.2"
ansi_term = "0.12.1"
Expand All @@ -28,13 +28,13 @@ cfg-if = "1.0"
fdlimit = "0.3.0"

[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies]
tikv-jemallocator = "0.5.4"
tikv-jemallocator = "0.6.0"

[target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'.dependencies]
tikv-jemallocator = "0.5.4"
tikv-jemallocator = "0.6.0"

[target.'cfg(target_os = "macos")'.dependencies]
tikv-jemallocator = "0.5.4"
tikv-jemallocator = "0.6.0"

[profile.release]
lto = "fat"
Expand Down

0 comments on commit f1d4615

Please sign in to comment.