diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1590,6 +1590,7 @@ dependencies = [ "alphanumeric-sort", "assert_cmd", "assert_fs", + "bytes 1.0.1", "bytesize", "chrono", "chrono-humanize", @@ -1597,6 +1598,8 @@ dependencies = [ "futures", "grass", "hex", + "http", + "httparse", "libflate", "log", "maud", |