diff --git a/Cargo.lock b/Cargo.lock index 6d231ce2..d89f092b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3253,9 +3253,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "bytes", @@ -3304,9 +3304,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" +checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", "pin-project-lite", @@ -3315,9 +3315,9 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" +checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" dependencies = [ "async-stream", "bytes", diff --git a/Cargo.toml b/Cargo.toml index be3f278e..913e9a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,17 +54,17 @@ tracing-subscriber = { version = "^0.3.18", features = [ "tracing-log", ] } url = { version = "^2.5.0", features = ["serde"] } -tokio = { version = "^1.36.0", features = ["full"] } +tokio = { version = "^1.37.0", features = ["full"] } sqlx = { version = "^0.7.3", features = [ "runtime-tokio", "tls-rustls", "postgres", ] } -tokio-stream = "^0.1.14" +tokio-stream = "^0.1.15" aws-config = { version = "^1.1.9" } futures = "0.3.30" humantime = "2.1.0" -tokio-test = "0.4.3" +tokio-test = "0.4.4" tokio-util = "0.7.10" axum-prometheus = "0.5.0" hyper-util = { version = "0.1.1", features = [