mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Desktop Native remove log deps (#17135)
This commit is contained in:
35
apps/desktop/desktop_native/Cargo.lock
generated
35
apps/desktop/desktop_native/Cargo.lock
generated
@@ -900,19 +900,6 @@ dependencies = [
|
|||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "dashmap"
|
|
||||||
version = "5.5.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
||||||
dependencies = [
|
|
||||||
"cfg-if",
|
|
||||||
"hashbrown 0.14.5",
|
|
||||||
"lock_api",
|
|
||||||
"once_cell",
|
|
||||||
"parking_lot_core",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "der"
|
name = "der"
|
||||||
version = "0.7.10"
|
version = "0.7.10"
|
||||||
@@ -1533,12 +1520,6 @@ dependencies = [
|
|||||||
"subtle",
|
"subtle",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "hashbrown"
|
|
||||||
version = "0.14.5"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hashbrown"
|
name = "hashbrown"
|
||||||
version = "0.15.3"
|
version = "0.15.3"
|
||||||
@@ -1554,7 +1535,7 @@ version = "0.10.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashbrown 0.15.3",
|
"hashbrown",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1719,7 +1700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"equivalent",
|
"equivalent",
|
||||||
"hashbrown 0.15.3",
|
"hashbrown",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1891,7 +1872,6 @@ version = "0.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"desktop_core",
|
"desktop_core",
|
||||||
"futures",
|
"futures",
|
||||||
"oslog",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tokio",
|
"tokio",
|
||||||
@@ -2379,17 +2359,6 @@ dependencies = [
|
|||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "oslog"
|
|
||||||
version = "0.2.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "80d2043d1f61d77cb2f4b1f7b7b2295f40507f5f8e9d1c8bf10a1ca5f97a3969"
|
|
||||||
dependencies = [
|
|
||||||
"cc",
|
|
||||||
"dashmap",
|
|
||||||
"log",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "p256"
|
name = "p256"
|
||||||
version = "0.13.2"
|
version = "0.13.2"
|
||||||
|
|||||||
@@ -41,13 +41,11 @@ interprocess = "=2.2.1"
|
|||||||
keytar = "=0.1.6"
|
keytar = "=0.1.6"
|
||||||
libc = "=0.2.172"
|
libc = "=0.2.172"
|
||||||
linux-keyutils = "=0.2.4"
|
linux-keyutils = "=0.2.4"
|
||||||
log = "=0.4.25"
|
|
||||||
memsec = "=0.7.0"
|
memsec = "=0.7.0"
|
||||||
napi = "=2.16.17"
|
napi = "=2.16.17"
|
||||||
napi-build = "=2.2.0"
|
napi-build = "=2.2.0"
|
||||||
napi-derive = "=2.16.13"
|
napi-derive = "=2.16.13"
|
||||||
oo7 = "=0.4.3"
|
oo7 = "=0.4.3"
|
||||||
oslog = "=0.2.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"
|
||||||
@@ -60,7 +58,6 @@ security-framework-sys = "=2.15.0"
|
|||||||
serde = "=1.0.209"
|
serde = "=1.0.209"
|
||||||
serde_json = "=1.0.127"
|
serde_json = "=1.0.127"
|
||||||
sha2 = "=0.10.8"
|
sha2 = "=0.10.8"
|
||||||
simplelog = "=0.12.2"
|
|
||||||
ssh-encoding = "=0.2.0"
|
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"
|
||||||
|
|||||||
@@ -21,12 +21,11 @@ serde_json = { workspace = true }
|
|||||||
tokio = { workspace = true, features = ["sync"] }
|
tokio = { workspace = true, features = ["sync"] }
|
||||||
tokio-util = { workspace = true }
|
tokio-util = { workspace = true }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
tracing-oslog = "0.3.0"
|
|
||||||
tracing-subscriber = { workspace = true }
|
tracing-subscriber = { workspace = true }
|
||||||
uniffi = { workspace = true, features = ["cli"] }
|
uniffi = { workspace = true, features = ["cli"] }
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
oslog = { workspace = true }
|
tracing-oslog = "0.3.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
uniffi = { workspace = true, features = ["build"] }
|
uniffi = { workspace = true, features = ["build"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user