1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 15:45:47 +01:00

fix(deps): update rust crate tokio-stream to 0.1.18

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-05 11:46:10 +00:00
committed by GitHub
parent 8c639dbcc1
commit c08db05c28
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1812,9 +1812,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
dependencies = [
"futures-core",
"pin-project-lite",