diff --git a/Cargo.lock b/Cargo.lock index 554cf2f..174ffff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1425,9 +1425,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", diff --git a/Cargo.toml b/Cargo.toml index 5e6c88d..56165a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ serde = { version = "1.0.209", features = ["derive"] } serde_yaml = "0.9.34" structured-logger = "1.0.3" tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] } -tokio-stream = "0.1.14" +tokio-stream = "0.1.15"