diff --git a/Cargo.lock b/Cargo.lock index bb25dc6..a60e48f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -832,9 +832,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.2" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f29d41f..74c611d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mime_guess = "2.0" percent-encoding = "2.3" rcgen = { version = "0.13.2", default-features = false, features = ["ring"] } tokio-rustls = { version = "0.26.2", default-features = false, features = ["logging", "ring", "tls12"] } -tokio = { version = "1.44", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } +tokio = { version = "1.45", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.5.4" [dev-dependencies]