diff --git a/Cargo.lock b/Cargo.lock index 06e930f..00c4fa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2558,9 +2558,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" +checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" dependencies = [ "futures-core", "pin-project-lite", diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index 00b92e6..171e5ad 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.11", features = ["sync"] } tonic = { version = "0.8.2", features = ["transport"] } tracing = "0.1.37" tracing-subscriber = "0.3.16"