1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +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

@@ -13,7 +13,7 @@ futures = "=0.3.31"
log = "=0.4.25"
simplelog = "=0.12.2"
tokio = { version = "=1.43.0", features = ["io-std", "io-util", "macros", "rt"] }
tokio-util = { version = "=0.7.12", features = ["codec"] }
tokio-util = { version = "=0.7.13", features = ["codec"] }
[target.'cfg(target_os = "macos")'.dependencies]
embed_plist = "=1.2.2"