Skip to content

Commit bc1488d

Browse files
committed
update deps
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent bac74c2 commit bc1488d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ crossbeam-channel = "0.3.9"
3030
futures-channel-preview = "0.3.0-alpha.18"
3131
futures-core-preview = "0.3.0-alpha.18"
3232
futures-io-preview = "0.3.0-alpha.18"
33-
futures-timer = "0.3.0"
34-
lazy_static = "1.3.0"
33+
futures-timer = "0.4.0"
34+
lazy_static = "1.4.0"
3535
log = { version = "0.4.8", features = ["kv_unstable"] }
3636
memchr = "2.2.1"
3737
mio = "0.6.19"
3838
mio-uds = "0.6.7"
39-
num_cpus = "1.10.0"
39+
num_cpus = "1.10.1"
4040
pin-utils = "0.1.0-alpha.4"
4141
slab = "0.4.2"
4242

4343
[dev-dependencies]
44-
femme = "1.1.0"
45-
surf = "1.0.1"
44+
femme = "1.2.0"
45+
surf = "1.0.2"
4646
tempdir = "0.3.7"
4747

4848
[dev-dependencies.futures-preview]

0 commit comments

Comments
 (0)