cargo: update

This commit is contained in:
k
2024-10-08 21:53:38 +02:00
parent 79ffbf3d1d
commit e4893e446c
3 changed files with 836 additions and 501 deletions
+352 -193
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -10,19 +10,21 @@ allocative = "0.3.3"
bincode = { git = "https://github.com/bincode-org/bincode.git", features = [ bincode = { git = "https://github.com/bincode-org/bincode.git", features = [
"serde", "serde",
] } ] }
biter = { path = "../biter" }
bitcoin_hashes = { version = "0.14.0" } bitcoin_hashes = { version = "0.14.0" }
biter = { path = "../biter" }
chrono = { version = "0.4.38", features = ["serde"] } chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.19", features = ["derive"] } clap = { version = "4.5.19", features = ["derive"] }
color-eyre = "0.6.3" color-eyre = "0.6.3"
ctrlc = { version = "3.4.5", features = ["termination"] } ctrlc = { version = "3.4.5", features = ["termination"] }
derive_deref = "1.1.1" derive_deref = "1.1.1"
fjall = "2.1.0"
inferno = "0.11.21" inferno = "0.11.21"
itertools = "0.13.0" itertools = "0.13.0"
memory-stats = "1.2.0" memory-stats = "1.2.0"
ordered-float = "4.3.0" ordered-float = "4.3.0"
rayon = "1.10.0" rayon = "1.10.0"
reqwest = { version = "0.12.8", features = ["blocking", "json"] } reqwest = { version = "0.12.8", features = ["blocking", "json"] }
rmp-serde = "1.3.0"
sanakirja = "1.4.2" sanakirja = "1.4.2"
serde = { version = "1.0.210", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128" serde_json = "1.0.128"
+481 -307
View File
File diff suppressed because it is too large Load Diff