We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954e4c7 commit ba888d6Copy full SHA for ba888d6
Cargo.toml
@@ -17,7 +17,7 @@ indexmap = "2.0.2"
17
lazy_static = "1.4.0"
18
pin-project-lite = "0.2.7"
19
quickcheck = "1"
20
-rand = "0.8"
+rand = "0.9"
21
slab = "0.4"
22
sync_wrapper = "1"
23
tokio = "1.6.2"
examples/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
10
tower = { version = "0.4", path = "../tower", features = ["full"] }
11
tower-service = "0.3"
12
tokio = { version = "1.0", features = ["full"] }
13
14
pin-project = "1.0"
15
futures = "0.3.22"
16
tracing = "0.1"
0 commit comments