1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[deps] Platform: Update Rust crate tokio to v1.41.1 (#11950)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-27 14:08:56 +01:00
committed by GitHub
parent f71d42e051
commit d5b14d11d4
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ desktop_core = { path = "../core", default-features = false }
futures = "=0.3.31"
log = "=0.4.22"
simplelog = "=0.12.2"
tokio = { version = "=1.40.0", features = ["io-std", "io-util", "macros", "rt"] }
tokio = { version = "=1.41.1", features = ["io-std", "io-util", "macros", "rt"] }
tokio-util = { version = "=0.7.12", features = ["codec"] }
[target.'cfg(target_os = "macos")'.dependencies]