Skip to content

Commit

Permalink
Merge pull request #653 from GDATASoftwareAG/renovate/rust/major-all-…
Browse files Browse the repository at this point in the history
…major-patch

rust: Update Rust crate thiserror to v2
  • Loading branch information
doxthree authored Nov 11, 2024
2 parents a7d011a + 996a5ac commit e023ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaas"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
license = "MIT"
authors = ["GDATA CyberDefense AG"]
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/GDATASoftwareAG/vaas"
websockets = "0.3.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.59"
thiserror = "2.0.0"
uuid = { version = "1.8", features = ["serde", "v4"] }
reqwest = { version = "0.12.4", features = ["stream"] }
regex = "1.10.4"
Expand Down

0 comments on commit e023ee9

Please sign in to comment.