Merge pull request #15 from mwatts/dependabot/cargo/tokio-approx-1.8
Update tokio requirement from ~0.2 to ~1.8
This commit is contained in:
commit
4ec3c3cddc
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ syncable = ["tolstoy_traits", "hyper", "serde_json"]
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
failure_derive = "~0.1"
|
failure_derive = "~0.1"
|
||||||
http = "~0.2"
|
http = "~0.2"
|
||||||
tokio = { version = "~0.2", features = ["rt-core"] }
|
tokio = { version = "~1.8", features = ["rt-core"] }
|
||||||
uuid = "~0.8"
|
uuid = "~0.8"
|
||||||
|
|
||||||
[dependencies.rusqlite]
|
[dependencies.rusqlite]
|
||||||
|
|
|
@ -16,7 +16,7 @@ hyper-tls = "~0.5"
|
||||||
http = "~0.2"
|
http = "~0.2"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
mime = "~0.3"
|
mime = "~0.3"
|
||||||
tokio = { version = "~0.2", features = ["full"] }
|
tokio = { version = "~1.8", features = ["full"] }
|
||||||
serde = "~1.0"
|
serde = "~1.0"
|
||||||
serde_json = "~1.0"
|
serde_json = "~1.0"
|
||||||
serde_cbor = "~0.11"
|
serde_cbor = "~0.11"
|
||||||
|
|
Loading…
Reference in a new issue