chore: test clippy/progenitor fix
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m48s
Build and test / Tests (pull_request) Successful in 2m43s
Build and test / Clippy (pull_request) Successful in 2m41s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Successful in 2m45s
Build and test / Generate Documentation (pull_request) Successful in 1m58s
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m48s
Build and test / Tests (pull_request) Successful in 2m43s
Build and test / Clippy (pull_request) Successful in 2m41s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Successful in 2m45s
Build and test / Generate Documentation (pull_request) Successful in 1m58s
This commit is contained in:
parent
9d233518f0
commit
3397645c12
3 changed files with 6 additions and 11 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -2053,8 +2053,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "progenitor"
|
name = "progenitor"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
|
||||||
checksum = "d7b99ef43fdd69d70aa4df8869db24b10ac704a2dbbc387ffac51944a1f3c0a8"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"progenitor-client",
|
"progenitor-client",
|
||||||
"progenitor-impl",
|
"progenitor-impl",
|
||||||
|
@ -2064,8 +2063,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "progenitor-client"
|
name = "progenitor-client"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
|
||||||
checksum = "3832a961a5f1b0b5a5ccda5fbf67cae2ba708f6add667401007764ba504ffebf"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
@ -2079,8 +2077,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "progenitor-impl"
|
name = "progenitor-impl"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
|
||||||
checksum = "7646201b823e61712dd72f37428ceecaa8fb2a6c841e5d7cf909edb9a17f5677"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.5.0",
|
"heck 0.5.0",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
|
@ -2101,8 +2098,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "progenitor-macro"
|
name = "progenitor-macro"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/oxidecomputer/progenitor.git?rev=fc84d747ef255cc8412f598ba637ffbd211c0449#fc84d747ef255cc8412f598ba637ffbd211c0449"
|
||||||
checksum = "e710a11140d9b4241b7d8a90748f6125b6796d7a1205238eddb08dc790ce3830"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openapiv3",
|
"openapiv3",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
@ -24,7 +24,7 @@ figment_file_provider_adapter = "0.1.1"
|
||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
multimap = "0.10.0"
|
multimap = "0.10.0"
|
||||||
pretty_env_logger = "0.5.0"
|
pretty_env_logger = "0.5.0"
|
||||||
progenitor-client = "0.11.0"
|
progenitor-client = { git = "https://github.com/oxidecomputer/progenitor.git", rev = "fc84d747ef255cc8412f598ba637ffbd211c0449" }
|
||||||
readonly = "0.2.12"
|
readonly = "0.2.12"
|
||||||
regress = "0.10.1"
|
regress = "0.10.1"
|
||||||
reqwest = { version = "0.12.8", features = ["json", "stream"] }
|
reqwest = { version = "0.12.8", features = ["json", "stream"] }
|
||||||
|
@ -37,7 +37,7 @@ vcard4 = "0.5.2"
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
openapiv3 = "2.0.0"
|
openapiv3 = "2.0.0"
|
||||||
prettyplease = "0.2.24"
|
prettyplease = "0.2.24"
|
||||||
progenitor = "0.11.0"
|
progenitor = { git = "https://github.com/oxidecomputer/progenitor.git", rev = "fc84d747ef255cc8412f598ba637ffbd211c0449" }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
syn = "2.0"
|
syn = "2.0"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#![allow(renamed_and_removed_lints)] // https://github.com/oxidecomputer/progenitor/issues/1169
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/client.rs"));
|
include!(concat!(env!("OUT_DIR"), "/client.rs"));
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue