diff --git a/Cargo.lock b/Cargo.lock index ff27562..f9f5903 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3464,9 +3464,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 487ef31..925ef68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tar = "0.4.44" tempfile = "3.24.0" thiserror = "2.0.17" tokio = { version = "1.48.0", features = ["full"] } -tokio-stream = "0.1.17" +tokio-stream = "0.1.18" tower-http = { version = "0.6.8", features = ["cors"] } tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }