Skip to content

Commit

Permalink
[deps] Platform: Update Rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 0619ef5 commit b322279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/desktop_native/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", re
tokio = { version = "=1.41.1", features = ["io-util", "sync", "macros", "net"] }
tokio-stream = { version = "=0.1.15", features = ["net"] }
tokio-util = { version = "=0.7.12", features = ["codec"] }
thiserror = "=1.0.69"
thiserror = "=2.0.9"
typenum = "=1.17.0"
rand_chacha = "=0.3.1"
pkcs8 = { version = "=0.10.2", features = ["alloc", "encryption", "pem"] }
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/desktop_native/objc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default = []

[dependencies]
anyhow = "=1.0.94"
thiserror = "=1.0.69"
thiserror = "=2.0.9"
tokio = "1.39.1"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit b322279

Please sign in to comment.