Compare commits

...

5 commits

Author SHA1 Message Date
Renovate
7989a15171 chore(deps): update rust crate httpmock to 0.8.0
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 2m9s
Build and test / Generate Documentation (pull_request) Successful in 3m48s
Checking yaml / Run yamllint (pull_request) Successful in 2s
Build and test / Clippy (pull_request) Successful in 8m55s
Build and test / Tests (pull_request) Failing after 8m57s
Build and test / Build AMD64 (pull_request) Successful in 9m2s
2025-10-28 18:20:08 +11:00
Renovate
66b233718c fix(deps): update rust crate tokio to v1.48.0
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m21s
Build and test / Tests (pull_request) Successful in 3m13s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Clippy (pull_request) Successful in 3m20s
Build and test / Build AMD64 (pull_request) Successful in 3m30s
Build and test / Generate Documentation (pull_request) Successful in 2m28s
2025-10-27 18:32:11 +11:00
Renovate
ba9c28c43a chore(deps): update rust crate syn to v2.0.108
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m22s
Build and test / Clippy (pull_request) Successful in 3m8s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Build AMD64 (pull_request) Successful in 3m29s
Build and test / Tests (pull_request) Successful in 3m40s
Build and test / Generate Documentation (pull_request) Successful in 2m43s
2025-10-23 10:00:39 +11:00
Renovate
5795023b62 chore(deps): update rust crate syn to v2.0.107
All checks were successful
Build and test / Clippy (pull_request) Successful in 57s
Build and test / Tests (pull_request) Successful in 1m1s
Build and test / Build AMD64 (pull_request) Successful in 1m1s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Checking Renovate configuration / validate (pull_request) Successful in 1m32s
Build and test / Generate Documentation (pull_request) Successful in 1m19s
2025-10-19 04:00:41 +11:00
Renovate
8da5e1a124 fix(deps): update rust crate clap to v4.5.49
All checks were successful
Build and test / Clippy (pull_request) Successful in 35s
Build and test / Tests (pull_request) Successful in 43s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Build AMD64 (pull_request) Successful in 47s
Checking Renovate configuration / validate (pull_request) Successful in 1m26s
Build and test / Generate Documentation (pull_request) Successful in 1m3s
2025-10-14 10:00:40 +11:00
2 changed files with 214 additions and 639 deletions

851
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -42,6 +42,6 @@ serde_json = "1.0"
syn = "2.0"
[dev-dependencies]
httpmock = "0.7.0"
httpmock = "0.8.0"
regex = "1.11.1"
serde_json = "1.0"