mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[deps] Platform: Update Rust crate oo7 to v0.5.0 (#16416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
25
apps/desktop/desktop_native/Cargo.lock
generated
25
apps/desktop/desktop_native/Cargo.lock
generated
@@ -138,6 +138,23 @@ dependencies = [
|
|||||||
"zbus",
|
"zbus",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "ashpd"
|
||||||
|
version = "0.12.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
|
||||||
|
dependencies = [
|
||||||
|
"enumflags2",
|
||||||
|
"futures-channel",
|
||||||
|
"futures-util",
|
||||||
|
"rand 0.9.1",
|
||||||
|
"serde",
|
||||||
|
"serde_repr",
|
||||||
|
"tokio",
|
||||||
|
"url",
|
||||||
|
"zbus",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "askama"
|
name = "askama"
|
||||||
version = "0.12.1"
|
version = "0.12.1"
|
||||||
@@ -816,7 +833,7 @@ dependencies = [
|
|||||||
"aes",
|
"aes",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arboard",
|
"arboard",
|
||||||
"ashpd",
|
"ashpd 0.11.0",
|
||||||
"base64",
|
"base64",
|
||||||
"bitwarden-russh",
|
"bitwarden-russh",
|
||||||
"bytes",
|
"bytes",
|
||||||
@@ -2135,12 +2152,12 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oo7"
|
name = "oo7"
|
||||||
version = "0.4.3"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
|
checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"ashpd",
|
"ashpd 0.12.0",
|
||||||
"cbc",
|
"cbc",
|
||||||
"cipher",
|
"cipher",
|
||||||
"digest",
|
"digest",
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ memsec = "=0.7.0"
|
|||||||
napi = "=3.3.0"
|
napi = "=3.3.0"
|
||||||
napi-build = "=2.2.3"
|
napi-build = "=2.2.3"
|
||||||
napi-derive = "=3.2.5"
|
napi-derive = "=3.2.5"
|
||||||
oo7 = "=0.4.3"
|
oo7 = "=0.5.0"
|
||||||
pin-project = "=1.1.10"
|
pin-project = "=1.1.10"
|
||||||
pkcs8 = "=0.10.2"
|
pkcs8 = "=0.10.2"
|
||||||
rand = "=0.9.1"
|
rand = "=0.9.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user