diff options
author | Vika <vika@fireburn.ru> | 2022-02-21 22:38:07 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-02-21 22:38:07 +0300 |
commit | 987ef5045023bcf7b6b843684f62db55f7c142d2 (patch) | |
tree | 16dd26b90fb5598073ec118086200eecf5a20654 /Cargo.lock | |
parent | 093780f094b56745ff3ef2c70ae64b2fc12b8c7a (diff) | |
download | kittybox-987ef5045023bcf7b6b843684f62db55f7c142d2.tar.zst |
add compat between http_types and http
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6694e2f..6a6b68f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1224,6 +1224,7 @@ dependencies = [ "base64", "cookie", "futures-lite", + "http", "infer", "pin-project-lite", "rand 0.7.3", |