Final dependency update

This commit is contained in:
2024-10-30 16:02:09 -06:00
parent 1433ca24cc
commit f310db6722
3 changed files with 335 additions and 251 deletions
Generated
+330 -249
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -17,7 +17,7 @@ exclude = [".github", "CONTRIBUTING.md", "*.log", "tags"]
anyhow = "1.0.68"
backtrace = "0.3.67"
bimap = { version = "0.6.3", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
confy = { version = "0.6.0", default-features = false, features = [
"yaml_conf",
] }
@@ -27,7 +27,7 @@ human-panic = "1.1.3"
indoc = "2.0.0"
log = "0.4.17"
log4rs = { version = "1.2.0", features = ["file_appender"] }
regex = "1.7.1"
regex = "1.11.1"
reqwest = { version = "0.11.14", features = ["json"] }
serde_yaml = "0.9.16"
serde_json = "1.0.91"
+3
View File
@@ -32,6 +32,9 @@ lint-fix:
fmt:
@cargo fmt
minimal-versions:
@cargo +nightly update -Zdirect-minimal-versions
## Analyze for unsafe usage - `cargo install cargo-geiger`
analyze:
@cargo geiger