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 22e0d20 commit 0bbe5c9Copy full SHA for 0bbe5c9
Cargo.toml
@@ -54,9 +54,9 @@ colored_json = "5"
54
#dotenv-linter = { git = "https://github.com/dotenv-linter/dotenv-linter.git", package = "dotenv-linter" }
55
# misc
56
chrono = { version = "0.4.42", features = ["serde"] }
57
-regex = "1.11.2"
+regex = "1.11.3"
58
lazy_static = "1.5.0"
59
-anyhow = "1.0.99"
+anyhow = "1.0.100"
60
reqwest = { version = "0.12", features = ["blocking", "json"] }
61
native-tls = "0.2.14"
62
which = "8.0.0"
0 commit comments