Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CVE-2026-25541
Fintan Halpenny committed 2 months ago
commit 31607cf7ad443475c66eabb846b1bdd37e5deff1
parent 2d0db3c6b244fd9978173ac2cac05a7e21f6c15f
2 files changed +3 -3
modified Cargo.lock
@@ -369,9 +369,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "bytes"
-
version = "1.10.1"
+
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"

[[package]]
name = "bytesize"
modified Cargo.toml
@@ -21,7 +21,7 @@ rust-version = "1.85.0"
[workspace.dependencies]
amplify = { version = "4.0.0", default-features = false }
bstr = "1.3"
-
bytes = "1"
+
bytes = "1.11.1"
chrono = { version = "0.4.26", default-features = false }
colored = "2.1.0"
crossbeam-channel = "0.5.6"