Skip to content

Commit ba888d6

Browse files
Bump rand to v0.9
1 parent 954e4c7 commit ba888d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ indexmap = "2.0.2"
1717
lazy_static = "1.4.0"
1818
pin-project-lite = "0.2.7"
1919
quickcheck = "1"
20-
rand = "0.8"
20+
rand = "0.9"
2121
slab = "0.4"
2222
sync_wrapper = "1"
2323
tokio = "1.6.2"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
tower = { version = "0.4", path = "../tower", features = ["full"] }
1111
tower-service = "0.3"
1212
tokio = { version = "1.0", features = ["full"] }
13-
rand = "0.8"
13+
rand = "0.9"
1414
pin-project = "1.0"
1515
futures = "0.3.22"
1616
tracing = "0.1"

0 commit comments

Comments
 (0)