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

@@ -47,7 +47,7 @@ ssh-key = { version = "=0.6.7", default-features = false, features = [
bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", rev = "23b50e3bbe6d56ef19ab0e98e8bb1462cb6d77ae" }
tokio = { version = "=1.43.0", features = ["io-util", "sync", "macros", "net"] }
tokio-stream = { version = "=0.1.15", features = ["net"] }
tokio-util = { version = "=0.7.12", features = ["codec"] }
tokio-util = { version = "=0.7.13", features = ["codec"] }
thiserror = "=1.0.69"
typenum = "=1.17.0"
pkcs8 = { version = "=0.10.2", features = ["alloc", "encryption", "pem"] }