1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[deps]: Update Rust crate tokio-util to v0.7.17 (#17575)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-10 07:57:58 -06:00
committed by GitHub
parent 6e383ecbc6
commit 0301e9d1d7
2 changed files with 3 additions and 3 deletions

View File

@@ -3329,9 +3329,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.13" version = "0.7.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",

View File

@@ -63,7 +63,7 @@ ssh-key = { version = "=0.6.7", default-features = false }
sysinfo = "=0.37.2" sysinfo = "=0.37.2"
thiserror = "=2.0.17" thiserror = "=2.0.17"
tokio = "=1.45.0" tokio = "=1.45.0"
tokio-util = "=0.7.13" tokio-util = "=0.7.17"
tracing = "=0.1.41" tracing = "=0.1.41"
tracing-subscriber = { version = "=0.3.20", features = [ tracing-subscriber = { version = "=0.3.20", features = [
"fmt", "fmt",