Skip to content

Commit 996a5ac

Browse files
author
Renovate Bot
committed
rust: Update Rust crate thiserror to v2
1 parent 68551f0 commit 996a5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vaas"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["GDATA CyberDefense AG"]
@@ -14,7 +14,7 @@ repository = "https://github.com/GDATASoftwareAG/vaas"
1414
websockets = "0.3.0"
1515
serde = { version = "1.0.200", features = ["derive"] }
1616
serde_json = "1.0.116"
17-
thiserror = "1.0.59"
17+
thiserror = "2.0.0"
1818
uuid = { version = "1.8", features = ["serde", "v4"] }
1919
reqwest = { version = "0.12.4", features = ["stream"] }
2020
regex = "1.10.4"

0 commit comments

Comments
 (0)