1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

[deps] Platform: Update Rust crate tokio-util to v0.7.13 (#12299)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-30 14:00:31 +01:00
committed by GitHub
parent ea41b1a0c6
commit f775e665cb
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ napi-derive = "=2.16.13"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
tokio = { version = "=1.43.0" }
tokio-util = "=0.7.12"
tokio-util = "=0.7.13"
tokio-stream = "=0.1.15"
[target.'cfg(windows)'.dependencies]