Merge pull request #11 from mwatts/dependabot/cargo/hyper-tls-approx-0.5
Update hyper-tls requirement from ~0.4 to ~0.5
This commit is contained in:
commit
abcdad5976
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
futures = "~0.3"
|
futures = "~0.3"
|
||||||
hyper = "~0.14"
|
hyper = "~0.14"
|
||||||
hyper-tls = "~0.4"
|
hyper-tls = "~0.5"
|
||||||
http = "~0.2"
|
http = "~0.2"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
mime = "~0.3"
|
mime = "~0.3"
|
||||||
|
|
Loading…
Reference in a new issue