chore: test clippy/progenitor fix
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m46s
Build and test / Build AMD64 (pull_request) Successful in 2m20s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Clippy (pull_request) Successful in 3m5s
Build and test / Tests (pull_request) Successful in 3m10s
Build and test / Generate Documentation (pull_request) Successful in 1m55s

This commit is contained in:
Marc Plano-Lesay 2025-08-14 10:33:41 +10:00
parent 9d233518f0
commit 301fd63763
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
2 changed files with 6 additions and 10 deletions

12
Cargo.lock generated
View file

@ -2053,8 +2053,7 @@ dependencies = [
[[package]]
name = "progenitor"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7b99ef43fdd69d70aa4df8869db24b10ac704a2dbbc387ffac51944a1f3c0a8"
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
dependencies = [
"progenitor-client",
"progenitor-impl",
@ -2064,8 +2063,7 @@ dependencies = [
[[package]]
name = "progenitor-client"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3832a961a5f1b0b5a5ccda5fbf67cae2ba708f6add667401007764ba504ffebf"
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
dependencies = [
"bytes",
"futures-core",
@ -2079,8 +2077,7 @@ dependencies = [
[[package]]
name = "progenitor-impl"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7646201b823e61712dd72f37428ceecaa8fb2a6c841e5d7cf909edb9a17f5677"
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
dependencies = [
"heck 0.5.0",
"http 1.3.1",
@ -2101,8 +2098,7 @@ dependencies = [
[[package]]
name = "progenitor-macro"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e710a11140d9b4241b7d8a90748f6125b6796d7a1205238eddb08dc790ce3830"
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
dependencies = [
"openapiv3",
"proc-macro2",