appgate / sdp-k8s-injector

SDP Client for Kubernetes
MIT License
2 stars 8 forks source link

Update Rust crate rustls-pemfile to v2 #222

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

This PR contains the following updates:

Package Type Update Change
rustls-pemfile dependencies major 1.0.4 -> 2.0.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 9 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path sdp-injector/Cargo.toml --package rustls-pemfile@1.0.4 --precise 2.1.2
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for the requirement `rustls-pemfile = "^1.0.0"`
candidate versions found which didn't match: 2.1.2
location searched: crates.io index
required by package `kube-client v0.87.1`
    ... which satisfies dependency `kube-client = "=0.87.1"` (locked to 0.87.1) of package `kube v0.87.1`
    ... which satisfies dependency `kube = "^0.87.1"` (locked to 0.87.1) of package `sdp-identity-service v1.2.5 (/tmp/renovate/repos/github/appgate/sdp-k8s-injector/sdp-identity-service)`
perhaps a crate was updated and forgotten to be re-vendored?
renovate[bot] commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path sdp-injector/Cargo.toml --package rustls-pemfile@1.0.4 --precise 2.1.3
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for the requirement `rustls-pemfile = "^1.0"`
candidate versions found which didn't match: 2.1.3
location searched: crates.io index
required by package `reqwest v0.11.27`
    ... which satisfies dependency `reqwest = "^0.11"` (locked to 0.11.27) of package `sdp-common v1.3.1 (/tmp/renovate/repos/github/appgate/sdp-k8s-injector/sdp-common)`