Skip to content

Commit 44a490d

Browse files
committed
Pin rand to 0.8 for now
1 parent 795dfac commit 44a490d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pingora-limits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/lib.rs"
1818
ahash = { workspace = true }
1919

2020
[dev-dependencies]
21-
rand = "0"
21+
rand = "0.8"
2222
dashmap = "5"
2323
dhat = "0"
2424
float-cmp = "0.9.0"

pingora-load-balancing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pingora-ketama = { version = "0.4.0", path = "../pingora-ketama" }
2525
pingora-runtime = { version = "0.4.0", path = "../pingora-runtime" }
2626
arc-swap = "1"
2727
fnv = "1"
28-
rand = "0"
28+
rand = "0.8"
2929
tokio = { workspace = true }
3030
futures = "0"
3131
log = { workspace = true }

pingora-lru/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "src/lib.rs"
2020
hashbrown = "0"
2121
parking_lot = "0"
2222
arrayvec = "0"
23-
rand = "0"
23+
rand = "0.8"
2424

2525
[dev-dependencies]
2626
lru = { workspace = true }

tinyufo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ crossbeam-queue = "0"
2222
crossbeam-skiplist = "0"
2323

2424
[dev-dependencies]
25-
rand = "0"
25+
rand = "0.8"
2626
lru = "0"
2727
zipf = "7"
2828
moka = { version = "0", features = ["sync"] }

0 commit comments

Comments
 (0)