mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-03 03:33:38 -07:00
cargo: update
This commit is contained in:
Generated
+352
-193
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -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"
|
||||||
|
|||||||
Generated
+481
-307
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user