panic fix was merged into hyper 0.13.7

This commit is contained in:
Damien Elmes 2020-07-16 09:09:13 +10:00
parent 320b56ae43
commit 1205db6484
2 changed files with 1 additions and 7 deletions

View file

@ -51,6 +51,7 @@ flate2 = "1.0.16"
pin-project = "0.4.22"
async-compression = { version = "0.3.5", features = ["stream", "gzip"] }
askama = "0.10.1"
hyper = "0.13.7"
[target.'cfg(target_vendor="apple")'.dependencies.rusqlite]
version = "0.23.1"
@ -72,7 +73,3 @@ fluent-syntax = "0.9.3"
[dev-dependencies]
env_logger = "0.7.1"
[patch.crates-io]
hyper = { git = "https://github.com/ankitects/hyper.git", branch = "gai-cancel-panic" }

View file

@ -17,6 +17,3 @@ features = ["extension-module"]
[lib]
name = "ankirspy"
crate-type = ["cdylib"]
[patch.crates-io]
hyper = { git = "https://github.com/ankitects/hyper.git", branch = "gai-cancel-panic" }