[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -2484,9 +2484,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.40.0" version = "1.41.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View File

@ -51,7 +51,7 @@ ssh-key = { version = "=0.6.6", default-features = false, features = [
"getrandom", "getrandom",
] } ] }
bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", branch = "km/pm-10098/clean-russh-implementation" } bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", branch = "km/pm-10098/clean-russh-implementation" }
tokio = { version = "=1.40.0", features = ["io-util", "sync", "macros", "net"] } tokio = { version = "=1.41.1", features = ["io-util", "sync", "macros", "net"] }
tokio-stream = { version = "=0.1.15", features = ["net"] } tokio-stream = { version = "=0.1.15", features = ["net"] }
tokio-util = { version = "=0.7.12", features = ["codec"] } tokio-util = { version = "=0.7.12", features = ["codec"] }
thiserror = "=1.0.69" thiserror = "=1.0.69"

View File

@ -20,7 +20,7 @@ anyhow = "=1.0.93"
desktop_core = { path = "../core" } desktop_core = { path = "../core" }
napi = { version = "=2.16.13", features = ["async"] } napi = { version = "=2.16.13", features = ["async"] }
napi-derive = "=2.16.12" napi-derive = "=2.16.12"
tokio = { version = "=1.40.0" } tokio = { version = "=1.41.1" }
tokio-util = "=0.7.12" tokio-util = "=0.7.12"
tokio-stream = "=0.1.15" tokio-stream = "=0.1.15"

View File

@ -12,7 +12,7 @@ desktop_core = { path = "../core", default-features = false }
futures = "=0.3.31" futures = "=0.3.31"
log = "=0.4.22" log = "=0.4.22"
simplelog = "=0.12.2" 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"] } tokio-util = { version = "=0.7.12", features = ["codec"] }
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]