Compare commits

...

4 commits

Author SHA1 Message Date
Renovate
e8a068b66a chore(deps): lock file maintenance
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m41s
Build and test / Tests (pull_request) Successful in 1m46s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Clippy (pull_request) Failing after 1m43s
Build and test / Build AMD64 (pull_request) Successful in 2m15s
Build and test / Generate Documentation (pull_request) Successful in 2m15s
2025-08-01 15:01:14 +10:00
Renovate
7ddc1ef26d fix(deps): update rust crate uuid to v1.17.0
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m17s
Build and test / Clippy (pull_request) Successful in 1m32s
Build and test / Tests (pull_request) Successful in 1m37s
Build and test / Build AMD64 (pull_request) Successful in 1m34s
Checking yaml / Run yamllint (pull_request) Successful in 3s
Build and test / Generate Documentation (pull_request) Successful in 1m5s
2025-08-01 14:39:19 +10:00
Renovate
9da2855b49 fix(deps): update rust crate directories to v6
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m9s
Build and test / Clippy (pull_request) Successful in 1m20s
Build and test / Tests (pull_request) Successful in 1m25s
Build and test / Build AMD64 (pull_request) Successful in 1m21s
Checking yaml / Run yamllint (pull_request) Successful in 3s
Build and test / Generate Documentation (pull_request) Successful in 1m5s
2025-08-01 14:36:42 +10:00
Renovate
266aa71804 chore(deps): update rust crate openapiv3 to v2.2.0
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m20s
Build and test / Clippy (pull_request) Successful in 1m21s
Build and test / Tests (pull_request) Successful in 1m34s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Build AMD64 (pull_request) Successful in 55s
Build and test / Generate Documentation (pull_request) Successful in 1m17s
2025-08-01 14:13:41 +10:00
2 changed files with 748 additions and 440 deletions

1186
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ clap = { version = "4.5.20", features = ["derive"] }
clap-verbosity-flag = "2.2.2" clap-verbosity-flag = "2.2.2"
color-eyre = "0.6.3" color-eyre = "0.6.3"
dialoguer = "0.11.0" dialoguer = "0.11.0"
directories = "5.0.1" directories = "6.0.0"
figment = { version = "0.10.19", features = ["env", "toml"] } figment = { version = "0.10.19", features = ["env", "toml"] }
figment_file_provider_adapter = "0.1.1" figment_file_provider_adapter = "0.1.1"
log = "0.4.22" log = "0.4.22"