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

[deps]: Update Rust crate ashpd to v0.12.0 (#16420)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-10 17:14:12 +00:00
committed by GitHub
parent 7f892cf26a
commit cdeacf2a77
2 changed files with 4 additions and 21 deletions

View File

@@ -121,23 +121,6 @@ dependencies = [
"x11rb",
]
[[package]]
name = "ashpd"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
dependencies = [
"enumflags2",
"futures-channel",
"futures-util",
"rand 0.9.1",
"serde",
"serde_repr",
"tokio",
"url",
"zbus",
]
[[package]]
name = "ashpd"
version = "0.12.0"
@@ -833,7 +816,7 @@ dependencies = [
"aes",
"anyhow",
"arboard",
"ashpd 0.11.0",
"ashpd",
"base64",
"bitwarden-russh",
"bytes",
@@ -1672,7 +1655,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
dependencies = [
"cfg-if",
"windows-targets 0.53.3",
"windows-targets 0.48.5",
]
[[package]]
@@ -2157,7 +2140,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
dependencies = [
"aes",
"ashpd 0.12.0",
"ashpd",
"cbc",
"cipher",
"digest",

View File

@@ -23,7 +23,7 @@ aes = "=0.8.4"
aes-gcm = "=0.10.3"
anyhow = "=1.0.100"
arboard = { version = "=3.6.1", default-features = false }
ashpd = "=0.11.0"
ashpd = "=0.12.0"
base64 = "=0.22.1"
bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", rev = "a641316227227f8777fdf56ac9fa2d6b5f7fe662" }
byteorder = "=1.5.0"