diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e05b2193a..88fc8d2ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,11 +96,13 @@ fs3 = "0.5.0" futures = "0.3.21" hex = "0.4" http = "0.2.9" +httparse = "1.8.0" hyper = "0.14.18" indexmap = { version = "1.9.2", features = ["serde"] } libc = "0.2.126" log = "=0.4.17" lsp-types = "=0.93.2" # used by tower-lsp and "proposed" feature is unstable in patch releases +memmem = "0.1.1" notify = "=5.0.0" num-bigint = { version = "0.4", features = ["rand"] } once_cell = "1.17.1" |