Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update `fastrand` dependency to 1.9.0
Alexis Sellier committed 3 years ago
commit e713e99e57fe8ae500a96921e1cafe6961af5ab8
parent 48105b8b359b66e2daa53bba2e98adaf7ee446f1
1 file changed +1 -1
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" }