diff --git a/Cargo.lock b/Cargo.lock index 9777c53..d51461e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2650,9 +2650,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index e30ce8c..538dc0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ strum_macros = "0.26.3" thiserror = "2.0.3" tilejson = "0.4.1" tokio = { version = "1.41.1", features = ["full"] } -tokio-stream = "0.1.16" +tokio-stream = "0.1.17" tracing = "0.1.41" tracing-subscriber = { version = "0.3.17", features = ["serde", "serde_json", "env-filter"] } xxhash-rust = { version = "0.8.10", features = ["xxh32", "xxh64", "xxh3", "const_xxh32", "const_xxh64", "const_xxh3"] }