File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ futures-io = { version = "0.3.1", optional = true }
6060futures-timer = { version = " 2.0.2" , optional = true }
6161kv-log-macro = { version = " 1.0.4" , optional = true }
6262log = { version = " 0.4.8" , features = [" kv_unstable" ], optional = true }
63- memchr = { version = " 2.2.1 " , optional = true }
63+ memchr = { version = " 2.3.0 " , optional = true }
6464mio = { version = " 0.6.19" , optional = true }
6565mio-uds = { version = " 0.6.7" , optional = true }
6666num_cpus = { version = " 1.11.1" , optional = true }
6767once_cell = { version = " 1.2.0" , optional = true }
68- pin-project-lite = { version = " 0.1.1 " , optional = true }
68+ pin-project-lite = { version = " 0.1.2 " , optional = true }
6969pin-utils = { version = " 0.1.0-alpha.4" , optional = true }
7070slab = { version = " 0.4.2" , optional = true }
7171
7272[dev-dependencies ]
7373femme = " 1.3.0"
74- rand = " 0.7.2 "
74+ rand = " 0.7.3 "
7575surf = " 1.0.3"
7676tempdir = " 0.3.7"
7777futures = " 0.3.1"
You can’t perform that action at this time.
0 commit comments