build(deps): bump rcgen from 0.12.1 to 0.13.2 #1148
pr.yml
on: pull_request
Annotations
25 errors and 6 warnings
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L70
error[E0599]: no function or associated item named `from_params` found for struct `Certificate` in the current scope
--> linkerd/meshtls/verifier/src/lib.rs:70:22
|
70 | Certificate::from_params(params)
| ^^^^^^^^^^^ function or associated item not found in `Certificate`
|
help: there is a method `params` with a similar name, but with different arguments
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.2/src/certificate.rs:33:2
|
33 | pub fn params(&self) -> &CertificateParams {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L79
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:79:76
|
79 | let cert = generate_cert_with_names(vec![SanType::DnsName(dns_name.into())]);
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L87
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:87:74
|
87 | let cert = generate_cert_with_names(vec![SanType::URI(spiffe_uri.into())]);
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L95
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:95:69
|
95 | "foo.ns1.serviceaccount.identity.linkerd.cluster.local".into(),
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L107
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:107:69
|
107 | "bar.ns1.serviceaccount.identity.linkerd.cluster.local".into(),
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L139
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:139:41
|
139 | SanType::DnsName(foo_dns_id.into()),
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L140
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:140:41
|
140 | SanType::DnsName(bar_dns_id.into()),
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L141
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:141:36
|
141 | SanType::URI(spiffe_id.into()),
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L154
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:154:41
|
154 | SanType::DnsName(foo_dns_id.into()),
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-meshtls-verifier):
linkerd/meshtls/verifier/src/lib.rs#L155
error[E0277]: the trait bound `rcgen::Ia5String: From<&str>` is not satisfied
--> linkerd/meshtls/verifier/src/lib.rs:155:41
|
155 | SanType::DnsName(bar_dns_id.into()),
| ^^^^ the trait `From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust-crates (linkerd-proxy-spire-client)
The job was canceled because "linkerd-meshtls-verifier" failed.
|
rust-crates (linkerd-proxy-spire-client)
The operation was canceled.
|
rust-crates (linkerd-meshtls)
The job was canceled because "linkerd-meshtls-verifier" failed.
|
rust-crates (linkerd-meshtls)
The operation was canceled.
|
rust:
linkerd/proxy/spire-client/src/api.rs#L229
error[E0599]: no function or associated item named `from_params` found for struct `rcgen::Certificate` in the current scope
--> linkerd/proxy/spire-client/src/api.rs:229:33
|
229 | let cert = Certificate::from_params(params).expect("should generate cert");
| ^^^^^^^^^^^ function or associated item not found in `Certificate`
|
help: there is a method `params` with a similar name, but with different arguments
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.2/src/certificate.rs:33:2
|
33 | pub fn params(&self) -> &CertificateParams {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
rust:
linkerd/proxy/spire-client/src/api.rs#L242
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/api.rs:242:67
|
242 | let svid_pb = gen_svid_pb(id.into(), vec![SanType::URI(id.into())]);
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust:
linkerd/proxy/spire-client/src/api.rs#L249
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/api.rs:249:71
|
249 | let svid_pb = gen_svid_pb(id.into(), vec![SanType::DnsName(id.into())]);
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust:
linkerd/proxy/spire-client/src/api.rs#L256
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/api.rs:256:71
|
256 | let mut svid_pb = gen_svid_pb(id.into(), vec![SanType::URI(id.into())]);
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust:
linkerd/proxy/spire-client/src/api.rs#L264
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/api.rs:264:71
|
264 | let mut svid_pb = gen_svid_pb(id.into(), vec![SanType::URI(id.into())]);
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust:
linkerd/proxy/spire-client/src/lib.rs#L76
error[E0599]: no function or associated item named `from_params` found for struct `rcgen::Certificate` in the current scope
--> linkerd/proxy/spire-client/src/lib.rs:76:30
|
76 | Certificate::from_params(params)
| ^^^^^^^^^^^ function or associated item not found in `Certificate`
|
help: there is a method `params` with a similar name, but with different arguments
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.2/src/certificate.rs:33:2
|
33 | pub fn params(&self) -> &CertificateParams {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
rust:
linkerd/proxy/spire-client/src/lib.rs#L154
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/lib.rs:154:42
|
154 | vec![SanType::URI(spiffe_san.into())],
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust:
linkerd/proxy/spire-client/src/lib.rs#L167
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/lib.rs:167:42
|
167 | vec![SanType::URI(spiffe_san.into())],
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust:
linkerd/proxy/spire-client/src/lib.rs#L189
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/lib.rs:189:42
|
189 | vec![SanType::URI(spiffe_san.into())],
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
rust:
linkerd/proxy/spire-client/src/lib.rs#L231
error[E0277]: the trait bound `rcgen::Ia5String: std::convert::From<&str>` is not satisfied
--> linkerd/proxy/spire-client/src/lib.rs:231:42
|
231 | vec![SanType::URI(spiffe_san.into())],
| ^^^^ the trait `std::convert::From<&str>` is not implemented for `rcgen::Ia5String`, which is required by `&str: std::convert::Into<_>`
|
= note: required for `&str` to implement `std::convert::Into<rcgen::Ia5String>`
|
ship-it
Process completed with exit code 1.
|
meta
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
info
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rust-crates (linkerd-meshtls-verifier)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rust
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linkerd-install
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ship-it
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|