diff --git a/Cargo.lock b/Cargo.lock index 8f78b569..082543f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2121,9 +2121,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 d7d46b77..5d38a8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ walkdir = { version = "2.3.3", optional = true } # Serve feature futures-util = { version = "0.3.28", optional = true } -tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"], optional = true } +tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"], optional = true } warp = { version = "0.3.6", default-features = false, features = ["websocket"], optional = true } # Search feature