diff --git a/Cargo.lock b/Cargo.lock index 06e930f..71ddc01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2558,9 +2558,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" +checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" dependencies = [ "futures-core", "pin-project-lite", diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index 00b92e6..2a65c14 100644 --- a/bayard/Cargo.toml +++ b/bayard/Cargo.toml @@ -41,7 +41,7 @@ tantivy = "0.18.0" thiserror = "1.0.37" time = { version = "0.3.15", features = ["std"] } tokio = { version = "1.21.1", features = ["full"] } -tokio-stream = { version = "0.1.10", features = ["sync"] } +tokio-stream = { version = "0.1.12", features = ["sync"] } tonic = { version = "0.8.2", features = ["transport"] } tracing = "0.1.37" tracing-subscriber = "0.3.16"