refactor(lib): update unicase to 2.0
BREAKING CHANGE: Some headers used `UniCase`, but now use `unicase::Ascii`. Upgrade code to `Ascii::new(s)`.
This commit is contained in:
@@ -32,7 +32,7 @@ tokio-core = "0.1.6"
|
||||
tokio-proto = "0.1"
|
||||
tokio-service = "0.1"
|
||||
tokio-io = "0.1"
|
||||
unicase = "1.0"
|
||||
unicase = "2.0"
|
||||
url = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user