Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update `fastrand` dependency to 1.9.0
Alexis Sellier committed 3 years ago
commit 8205f8ad4e26167a014add81b2cdd323ff32eabe
parent 31647521fa35643dbc1143752cd2b003922dd1b7
7 files changed +10 -10
modified Cargo.lock
@@ -787,9 +787,9 @@ dependencies = [

[[package]]
name = "fastrand"
-
version = "1.8.0"
+
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
+
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
 "instant",
]
modified radicle-cob/Cargo.toml
@@ -13,7 +13,7 @@ keywords = ["radicle", "collaborative objects", "cob", "cobs"]
[lib]

[dependencies]
-
fastrand = { version = "1.8.0" }
+
fastrand = { version = "1.9.0" }
git-commit = { version = "0.3" }
git-ref-format = { version = "0.2" }
git-trailers = { version = "0.1" }
@@ -42,7 +42,7 @@ version = "1.0"
features = ["derive"]

[dev-dependencies]
-
fastrand = { version = "1.8.0", default-features = false }
+
fastrand = { version = "1.9.0", default-features = false }
git-ref-format = { version = "0.2", features = ["macro"] }
tempfile = { version = "3" }
qcheck = { version = "1", default-features = false }
modified radicle-crdt/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
test = ["fastrand", "qcheck"]

[dependencies]
-
fastrand = { version = "1.8.0", optional = true }
+
fastrand = { version = "1.9.0", optional = true }
num-traits = { version = "0.2.15", default-features = false, features = ["std"] }
qcheck = { version = "1", optional = true }
serde = { version = "1" }
@@ -19,7 +19,7 @@ version = "0"
features = []

[dev-dependencies]
-
fastrand = { version = "1.8.0" }
+
fastrand = { version = "1.9.0" }
qcheck = { version = "1" }
qcheck-macros = { version = "1" }
radicle-crypto = { path = "../radicle-crypto", features = ["test"] }
modified radicle-dag/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
-
fastrand = { version = "1.8.0" }
+
fastrand = { version = "1.9.0" }
modified radicle-httpd/Cargo.toml
@@ -20,7 +20,7 @@ axum = { version = "0.6.7", default-features = false, features = ["headers", "js
axum-auth = { version= "0.4.0", default-features = false, features = ["auth-bearer"] }
axum-server = { version = "0.4.4", default-features = false }
chrono = { version = "0.4.22" }
-
fastrand = { version = "1.7.0" }
+
fastrand = { version = "1.9.0" }
flate2 = { version = "1" }
hyper = { version = "0.14.17", default-features = false }
lexopt = { version = "0.2.1" }
modified radicle-node/Cargo.toml
@@ -18,7 +18,7 @@ chrono = { version = "0.4.0" }
colored = { version = "1.9.0" }
crossbeam-channel = { version = "0.5.6" }
cyphernet = { version = "0.2.0", features = ["tor", "dns", "ed25519", "p2p-ed25519"] }
-
fastrand = { version = "1.8.0" }
+
fastrand = { version = "1.9.0" }
git-ref-format = { version = "0.2", features = ["serde", "macro"] }
io-reactor = { version = "0.1.1", features = ["popol"] }
lexopt = { version = "0.2.1" }
modified radicle/Cargo.toml
@@ -13,7 +13,7 @@ test = ["qcheck", "radicle-crypto/test"]
amplify = { version = "4.0.0-beta.7", default-features = false, features = ["std"] }
crossbeam-channel = { version = "0.5.6" }
cyphernet = { version = "0.2.0", features = ["tor", "dns", "ed25519"] }
-
fastrand = { version = "1.8.0" }
+
fastrand = { version = "1.9.0" }
git-ref-format = { version = "0", features = ["serde", "macro"] }
multibase = { version = "0.9.1" }
localtime = { version = "1.2.0" }