1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-11 14:14:06 +01:00
committed by GitHub
parent 2f4a8d1e0b
commit 19e786f820
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ desktop_core = { path = "../core" }
napi = { version = "=2.16.13", features = ["async"] }
napi-derive = "=2.16.12"
tokio = { version = "=1.40.0" }
tokio-util = "=0.7.11"
tokio-util = "=0.7.12"
tokio-stream = "=0.1.15"
[target.'cfg(windows)'.dependencies]