diff --git a/Cargo.lock b/Cargo.lock index 7084b6c..b6fd2ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3535,9 +3535,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.11.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce" +checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8" dependencies = [ "autocfg 1.0.1", "bytes", diff --git a/server/Cargo.toml b/server/Cargo.toml index d3ea765..ccdf738 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -37,7 +37,7 @@ sha2 = "0.9" sqlx-core = "=0.5.1" thiserror = "*" time = "0.2" -tokio = { version = "1.2.0", features = ["full"] } +tokio = { version = "1.13.1", features = ["full"] } tokio-native-tls = "0.3" tokio-util = "0.6.3" tokio-stream = "*"