mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
[deps]: Update Rust crate tokio to v1.43.1 [SECURITY] (#14170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
4
apps/desktop/desktop_native/Cargo.lock
generated
4
apps/desktop/desktop_native/Cargo.lock
generated
@@ -2965,9 +2965,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.43.0"
|
version = "1.43.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ ssh-encoding = "=0.2.0"
|
|||||||
ssh-key = {version = "=0.6.7", default-features = false }
|
ssh-key = {version = "=0.6.7", default-features = false }
|
||||||
sysinfo = "0.33.1"
|
sysinfo = "0.33.1"
|
||||||
thiserror = "=1.0.69"
|
thiserror = "=1.0.69"
|
||||||
tokio = "=1.43.0"
|
tokio = "=1.43.1"
|
||||||
tokio-stream = "=0.1.15"
|
tokio-stream = "=0.1.15"
|
||||||
tokio-util = "=0.7.13"
|
tokio-util = "=0.7.13"
|
||||||
typenum = "=1.17.0"
|
typenum = "=1.17.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user