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:
Mark Watts 2021-07-02 17:51:58 -04:00 committed by GitHub
commit 4ec3c3cddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ syncable = ["tolstoy_traits", "hyper", "serde_json"]
failure = "~0.1"
failure_derive = "~0.1"
http = "~0.2"
tokio = { version = "~0.2", features = ["rt-core"] }
tokio = { version = "~1.8", features = ["rt-core"] }
uuid = "~0.8"
[dependencies.rusqlite]

View file

@ -16,7 +16,7 @@ hyper-tls = "~0.5"
http = "~0.2"
log = "~0.4"
mime = "~0.3"
tokio = { version = "~0.2", features = ["full"] }
tokio = { version = "~1.8", features = ["full"] }
serde = "~1.0"
serde_json = "~1.0"
serde_cbor = "~0.11"