mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
Pin ciborium version
This commit is contained in:
@@ -31,6 +31,7 @@ byteorder = "=1.5.0"
|
||||
bytes = "=1.11.0"
|
||||
cbc = "=0.1.2"
|
||||
chacha20poly1305 = "=0.10.1"
|
||||
ciborium = "=0.2.2"
|
||||
core-foundation = "=0.10.1"
|
||||
ctor = "=0.5.0"
|
||||
dirs = "=6.0.0"
|
||||
|
||||
@@ -13,7 +13,7 @@ workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
base64 = { workspace = true }
|
||||
ciborium = "0.2"
|
||||
ciborium = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
windows = { workspace = true, features = [
|
||||
"Win32_Foundation",
|
||||
|
||||
@@ -6,6 +6,7 @@ license = { workspace = true }
|
||||
publish = { workspace = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
ciborium = { workspace = true }
|
||||
desktop_core = { path = "../core" }
|
||||
futures = { workspace = true }
|
||||
windows = { workspace = true, features = [
|
||||
@@ -22,7 +23,6 @@ serde = { workspace = true, features = ["derive"] }
|
||||
tracing = { workspace = true }
|
||||
tracing-appender = "0.2.4"
|
||||
tracing-subscriber = { workspace = true }
|
||||
ciborium = "0.2"
|
||||
tokio = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
win_webauthn = { path = "../win_webauthn" }
|
||||
|
||||
Reference in New Issue
Block a user