diff --git a/Cargo.lock b/Cargo.lock index e6af743b..9fef669d 100644 --- a/Cargo.lock +++ b/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", ] diff --git a/radicle-cob/Cargo.toml b/radicle-cob/Cargo.toml index f59cc914..eee39c78 100644 --- a/radicle-cob/Cargo.toml +++ b/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 } diff --git a/radicle-crdt/Cargo.toml b/radicle-crdt/Cargo.toml index 01d46739..f8cfd638 100644 --- a/radicle-crdt/Cargo.toml +++ b/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"] } diff --git a/radicle-dag/Cargo.toml b/radicle-dag/Cargo.toml index 76a22d99..85406893 100644 --- a/radicle-dag/Cargo.toml +++ b/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" } diff --git a/radicle-httpd/Cargo.toml b/radicle-httpd/Cargo.toml index 6f05ec6a..bf9a73b8 100644 --- a/radicle-httpd/Cargo.toml +++ b/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" } diff --git a/radicle-node/Cargo.toml b/radicle-node/Cargo.toml index f8526ba1..a7298670 100644 --- a/radicle-node/Cargo.toml +++ b/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" } diff --git a/radicle/Cargo.toml b/radicle/Cargo.toml index 4520c5f0..93a30298 100644 --- a/radicle/Cargo.toml +++ b/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" }