mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-06 23:51:28 +01:00
[deps] Platform: Update Rust crate log to v0.4.25 (#12960)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c566906313
commit
ba4d762dc1
4
apps/desktop/desktop_native/Cargo.lock
generated
4
apps/desktop/desktop_native/Cargo.lock
generated
@ -1540,9 +1540,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.22"
|
||||
version = "0.4.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||||
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
||||
|
||||
[[package]]
|
||||
name = "macos_provider"
|
||||
|
@ -32,7 +32,7 @@ pin-project = "=1.1.8"
|
||||
dirs = "=6.0.0"
|
||||
futures = "=0.3.31"
|
||||
interprocess = { version = "=2.2.1", features = ["tokio"] }
|
||||
log = "=0.4.22"
|
||||
log = "=0.4.25"
|
||||
rand = "=0.8.5"
|
||||
russh-cryptovec = "=0.7.3"
|
||||
scopeguard = "=1.2.0"
|
||||
|
@ -10,7 +10,7 @@ publish = false
|
||||
anyhow = "=1.0.94"
|
||||
desktop_core = { path = "../core" }
|
||||
futures = "=0.3.31"
|
||||
log = "=0.4.22"
|
||||
log = "=0.4.25"
|
||||
simplelog = "=0.12.2"
|
||||
tokio = { version = "=1.41.1", features = ["io-std", "io-util", "macros", "rt"] }
|
||||
tokio-util = { version = "=0.7.12", features = ["codec"] }
|
||||
|
Loading…
Reference in New Issue
Block a user