Merge pull request #7 from mwatts/dependabot/cargo/hyper-approx-0.14
Update hyper requirement from ~0.13 to ~0.14
This commit is contained in:
commit
8446a1bc4a
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ version = "~0.24"
|
||||||
features = ["limits", "bundled"]
|
features = ["limits", "bundled"]
|
||||||
|
|
||||||
[dependencies.hyper]
|
[dependencies.hyper]
|
||||||
version = "~0.13"
|
version = "~0.14"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.serde_json]
|
[dependencies.serde_json]
|
||||||
|
|
|
@ -14,7 +14,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
failure_derive = "~0.1"
|
failure_derive = "~0.1"
|
||||||
http = "~0.2"
|
http = "~0.2"
|
||||||
hyper = "~0.13"
|
hyper = "~0.14"
|
||||||
serde_json = "~1.0"
|
serde_json = "~1.0"
|
||||||
uuid = { version = "~0.8" }
|
uuid = { version = "~0.8" }
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
futures = "~0.3"
|
futures = "~0.3"
|
||||||
hyper = "~0.13"
|
hyper = "~0.14"
|
||||||
hyper-tls = "~0.4"
|
hyper-tls = "~0.4"
|
||||||
http = "~0.2"
|
http = "~0.2"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
|
|
Loading…
Reference in a new issue