Skip to content

Commit 9da2708

Browse files
[deps]: Update Rust crate thiserror to v2
1 parent 0e49be1 commit 9da2708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bitwarden/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ wasm = [] # WASM support
3030
bitwarden-core = { workspace = true }
3131
bitwarden-generators = { workspace = true, optional = true }
3232
bitwarden-sm = { workspace = true, optional = true }
33-
thiserror = ">=1.0.40, <2.0"
33+
thiserror = ">=1.0.40, <2.1"
3434

3535
[dev-dependencies]
3636
uuid = { version = ">=1.3.3, <2.0", features = ["serde", "v4"] }

crates/bws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde = "1.0.196"
4040
serde_json = "1.0.113"
4141
serde_yaml = "0.9"
4242
supports-color = "3.0.0"
43-
thiserror = "1.0.57"
43+
thiserror = "2.0.0"
4444
tokio = { workspace = true, features = ["rt-multi-thread"] }
4545
toml = "0.8.10"
4646
uuid = { version = "1.7.0", features = ["serde"] }

0 commit comments

Comments
 (0)