Fix a panic in actix-web normalize middleware (#294)

* Fix a panic in actix-web normalize middleware

* Cleanup dependencies
This commit is contained in:
Maciej Hirsz
2020-10-29 19:46:11 +01:00
committed by GitHub
parent 0ff63abf35
commit 98cd3cfa12
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -27,3 +27,6 @@ clap = "3.0.0-beta.2"
[profile.release]
lto = true
panic = "abort"
[patch.crates-io]
actix-web = { git = "https://github.com/maciejhirsz/actix-web", branch = "no-panic-normalize" }