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 7c57e7e commit 67aed5dCopy full SHA for 67aed5d
source-code/hsdf/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.3.0"
4
edition = "2021"
5
6
[dependencies]
7
-miette = { version = "7.2.0", features = ["fancy"] }
8
-clap = { version = "4.5.20", features = ["derive"] }
9
-regex = "1.10.6"
+miette = { version = "7.6.0", features = ["fancy"] }
+clap = { version = "4.5.54", features = ["derive"] }
+regex = "1.12.2"
10
+thiserror = "2.0.17"
0 commit comments