diff --git a/Cargo.lock b/Cargo.lock index 81ff93d..35b1324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1598,9 +1598,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 833b87e..b147700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ redis = { version = "0.32.6", default-features = false, features = ["connection- schemars = { version = "0.8.16", features = ["uuid1"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.145" -tokio = { version = "1.48.0", features = ["full"] } +tokio = { version = "1.50.0", features = ["full"] } tower = "0.5.1" tower-http = { version = "0.6.6", features = ["cors"] } tracing = { version = "0.1", features = ["log"] }