mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[deps]: Update Rust crate tokio to v1.45.0 (#14506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@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
@@ -3045,9 +3045,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.43.1"
|
version = "1.45.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c"
|
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
|
||||||
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.35.0"
|
sysinfo = "0.35.0"
|
||||||
thiserror = "=1.0.69"
|
thiserror = "=1.0.69"
|
||||||
tokio = "=1.43.1"
|
tokio = "=1.45.0"
|
||||||
tokio-stream = "=0.1.15"
|
tokio-stream = "=0.1.15"
|
||||||
tokio-util = "=0.7.13"
|
tokio-util = "=0.7.13"
|
||||||
typenum = "=1.18.0"
|
typenum = "=1.18.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user