Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Cargo.lock: update ccrossbeam-channel to 0.5.15
Merged did:key:z6MkmiJD...V5sS opened 1 year ago

Version 0.5.13 was yanked, resulting in the following warning when building with –locked:

warning: package `crossbeam-channel v0.5.13` in Cargo.lock is yanked
in registry `crates-io`, consider running without --locked
1 file changed +2 -2 9ef9c5d5 a5665412
modified Cargo.lock
@@ -423,9 +423,9 @@ dependencies = [

[[package]]
name = "crossbeam-channel"
-
version = "0.5.13"
+
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [
 "crossbeam-utils",
]