diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 27c9d741c..c997e4c58 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -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" } - diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 15f410215..54ee955fd 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -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" }