mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
panic fix was merged into hyper 0.13.7
This commit is contained in:
parent
320b56ae43
commit
1205db6484
2 changed files with 1 additions and 7 deletions
|
@ -51,6 +51,7 @@ flate2 = "1.0.16"
|
||||||
pin-project = "0.4.22"
|
pin-project = "0.4.22"
|
||||||
async-compression = { version = "0.3.5", features = ["stream", "gzip"] }
|
async-compression = { version = "0.3.5", features = ["stream", "gzip"] }
|
||||||
askama = "0.10.1"
|
askama = "0.10.1"
|
||||||
|
hyper = "0.13.7"
|
||||||
|
|
||||||
[target.'cfg(target_vendor="apple")'.dependencies.rusqlite]
|
[target.'cfg(target_vendor="apple")'.dependencies.rusqlite]
|
||||||
version = "0.23.1"
|
version = "0.23.1"
|
||||||
|
@ -72,7 +73,3 @@ fluent-syntax = "0.9.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.7.1"
|
env_logger = "0.7.1"
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
hyper = { git = "https://github.com/ankitects/hyper.git", branch = "gai-cancel-panic" }
|
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,3 @@ features = ["extension-module"]
|
||||||
[lib]
|
[lib]
|
||||||
name = "ankirspy"
|
name = "ankirspy"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
hyper = { git = "https://github.com/ankitects/hyper.git", branch = "gai-cancel-panic" }
|
|
||||||
|
|
Loading…
Reference in a new issue