diff --git a/Cargo.lock b/Cargo.lock index e9f397d..c0c0d13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1639,9 +1639,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4c46bd6..7a0498c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.66" axum = { version = "0.6.0", features = [ "ws", "headers" ] } dashmap = "5.4.0" http = "0.2.8" -tokio = { version = "1.22.0", features = [ "rt-multi-thread", "macros" ] } +tokio = { version = "1.43.1", features = [ "rt-multi-thread", "macros" ] } tower-http = { version = "0.3.4", features = [ "trace", "cors" ] } tracing = "0.1.37" url = "2.3.1" @@ -26,6 +26,6 @@ serde = { version = "1.0.148", features = [ "derive" ] } [dev-dependencies] async-trait = "0.1.58" -tokio = { version = "1.22.0", features = [ "rt", "macros" ] } +tokio = { version = "1.43.1", features = [ "rt", "macros" ] } tokio-tungstenite = "0.17.2" tungstenite = "0.20.1"