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

[deps] Platform: Update Rust crate tokio to v1.43.0 (#12307)

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

View File

@@ -22,7 +22,7 @@ napi = { version = "=2.16.13", features = ["async"] }
napi-derive = "=2.16.13"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
tokio = { version = "=1.41.1" }
tokio = { version = "=1.43.0" }
tokio-util = "=0.7.12"
tokio-stream = "=0.1.15"