diff --git a/Cargo.lock b/Cargo.lock index 123ce4b..2a3e99c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,9 +787,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.8.2" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207" +checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index bc731d7..3ee9297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ log = { version = "0.4" } sha-1 = "0.9" simplelog = "0.9.0" uuid = { version = "0.8", features = ["v4"] } -tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.9", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7" url = "2.2"