diff options
author | dependabot[bot] | 2022-09-26 23:22:48 +0000 |
---|---|---|
committer | GitHub | 2022-09-26 23:22:48 +0000 |
commit | d2bb7f5a09c8f46fbf963772e8a6d713d86229fe (patch) | |
tree | 660c48965148d7db7d137360864a5f491bf209c7 /Cargo.lock | |
parent | fd4cdf0b1f32c5ef6d8725aac971a94bdfd41a30 (diff) |
build(deps): bump tokio-stream from 0.1.9 to 0.1.10 (#3988)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1196,9 +1196,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" +checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" dependencies = [ "futures-core", "pin-project-lite", |