We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68551f0 commit 996a5acCopy full SHA for 996a5ac
rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vaas"
3
-version = "0.0.0"
+version = "0.0.1"
4
edition = "2021"
5
license = "MIT"
6
authors = ["GDATA CyberDefense AG"]
@@ -14,7 +14,7 @@ repository = "https://github.com/GDATASoftwareAG/vaas"
14
websockets = "0.3.0"
15
serde = { version = "1.0.200", features = ["derive"] }
16
serde_json = "1.0.116"
17
-thiserror = "1.0.59"
+thiserror = "2.0.0"
18
uuid = { version = "1.8", features = ["serde", "v4"] }
19
reqwest = { version = "0.12.4", features = ["stream"] }
20
regex = "1.10.4"
0 commit comments