1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

Pin ciborium version

This commit is contained in:
Isaiah Inuwa
2025-12-18 11:20:32 -06:00
parent 562f188606
commit bcb1789cda
3 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -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",

View File

@@ -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" }