diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index afa8695be..f3091eb30 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -68,13 +68,10 @@ filetime = "0.2.15" fs3 = "0.5.0" http = "0.2.4" hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] } -# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved -indexmap = "=1.6.2" lazy_static = "1.4.0" libc = "0.2.101" log = "0.4.14" notify = "=5.0.0-pre.12" -percent-encoding = "2.1.0" regex = "1.5.4" ring = "0.16.20" serde = { version = "1.0.129", features = ["derive"] } |