diff --git a/Cargo.lock b/Cargo.lock index 3010c0e..851a965 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2846,9 +2846,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fb51139..063274b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = "1.0.140" sqlx = { version = "0.8.3", features = ["runtime-tokio", "sqlite"] } time = { version = "0.3.40", features = ["formatting", "macros", "parsing", "serde-human-readable", "serde-well-known"] } -tokio = { version = "1.44.1", features = ["fs", "macros", "rt-multi-thread", "sync"] } +tokio = { version = "1.44.2", features = ["fs", "macros", "rt-multi-thread", "sync"] } tokio-shutdown = "0.1.5" tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-webpki-roots"] } toml = "0.8.20"