Compare commits

..

2 commits

Author SHA1 Message Date
Renovate
a4b9f8b321 fix(deps): update rust crate clap to v4.5.48
All checks were successful
Build and test / Tests (pull_request) Successful in 1m43s
Build and test / Build AMD64 (pull_request) Successful in 1m45s
Build and test / Clippy (pull_request) Successful in 1m38s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 1m37s
Build and test / Generate Documentation (pull_request) Successful in 57s
2025-10-09 18:55:13 +11:00
Renovate
043346de15 fix(deps): update rust crate anyhow to v1.0.100
All checks were successful
Build and test / Clippy (pull_request) Successful in 1m2s
Build and test / Tests (pull_request) Successful in 1m10s
Build and test / Build AMD64 (pull_request) Successful in 1m12s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 1m42s
Build and test / Generate Documentation (pull_request) Successful in 1m30s
2025-10-09 18:46:37 +11:00

4
Cargo.lock generated
View file

@ -91,9 +91,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.89" version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]] [[package]]
name = "arbitrary" name = "arbitrary"