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 bac74c2 commit bc1488dCopy full SHA for bc1488d
Cargo.toml
@@ -30,19 +30,19 @@ crossbeam-channel = "0.3.9"
30
futures-channel-preview = "0.3.0-alpha.18"
31
futures-core-preview = "0.3.0-alpha.18"
32
futures-io-preview = "0.3.0-alpha.18"
33
-futures-timer = "0.3.0"
34
-lazy_static = "1.3.0"
+futures-timer = "0.4.0"
+lazy_static = "1.4.0"
35
log = { version = "0.4.8", features = ["kv_unstable"] }
36
memchr = "2.2.1"
37
mio = "0.6.19"
38
mio-uds = "0.6.7"
39
-num_cpus = "1.10.0"
+num_cpus = "1.10.1"
40
pin-utils = "0.1.0-alpha.4"
41
slab = "0.4.2"
42
43
[dev-dependencies]
44
-femme = "1.1.0"
45
-surf = "1.0.1"
+femme = "1.2.0"
+surf = "1.0.2"
46
tempdir = "0.3.7"
47
48
[dev-dependencies.futures-preview]
0 commit comments