mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
[deps] Platform: Update Rust crate anyhow to v1.0.100 (#17546)
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
@@ -99,9 +99,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.94"
|
version = "1.0.100"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arboard"
|
name = "arboard"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ publish = false
|
|||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
aes = "=0.8.4"
|
aes = "=0.8.4"
|
||||||
aes-gcm = "=0.10.3"
|
aes-gcm = "=0.10.3"
|
||||||
anyhow = "=1.0.94"
|
anyhow = "=1.0.100"
|
||||||
arboard = { version = "=3.6.1", default-features = false }
|
arboard = { version = "=3.6.1", default-features = false }
|
||||||
ashpd = "=0.11.0"
|
ashpd = "=0.11.0"
|
||||||
base64 = "=0.22.1"
|
base64 = "=0.22.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user