oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

chore(deps): update rust crate signature to 2.2.0 #66

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
signature dependencies minor 2.1.0 -> 2.2.0

Release Notes

RustCrypto/traits (signature) ### [`v2.2.0`](https://togithub.com/RustCrypto/traits/blob/HEAD/signature/CHANGELOG.md#220-2023-11-12) [Compare Source](https://togithub.com/RustCrypto/traits/compare/signature-v2.1.0...signature-v2.2.0) ##### Changed - MSRV 1.60 ([#​1387]) ##### Fixed - No longer vendoring async/derive crates unintentionally ([#​1391]) [#​1387]: https://togithub.com/RustCrypto/traits/pull/1387 [#​1391]: https://togithub.com/RustCrypto/traits/pull/1391

Configuration

πŸ“… Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Mend Renovate. View repository job log here.

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: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/d5b34c/f48ed6/repos/github/oxidecomputer/pki-playground":"/tmp/worker/d5b34c/f48ed6/repos/github/oxidecomputer/pki-playground" -v "/tmp/worker/d5b34c/f48ed6/cache":"/tmp/worker/d5b34c/f48ed6/cache" -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/d5b34c/f48ed6/repos/github/oxidecomputer/pki-playground" ghcr.io/containerbase/sidecar:9.23.11 bash -l -c "install-tool rust 1.73.0 && cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace"
    Updating crates.io index
error: failed to select a version for `signature`.
    ... required by package `ecdsa v0.16.0`
    ... which satisfies dependency `ecdsa-core = "^0.16"` of package `p384 v0.13.0`
    ... which satisfies dependency `p384 = "^0.13.0"` of package `pki-playground v0.2.0 (/tmp/worker/d5b34c/f48ed6/repos/github/oxidecomputer/pki-playground)`
versions that meet the requirements `^2.0, <2.1` are: 2.0.0

all possible versions conflict with previously selected packages.

  previously selected package `signature v2.2.0`
    ... which satisfies dependency `signature = "^2"` of package `ed25519 v2.2.1`
    ... which satisfies dependency `ed25519 = ">=2.2, <2.3"` of package `ed25519-dalek v2.0.0`
    ... which satisfies dependency `ed25519-dalek = "^2.0.0"` of package `pki-playground v0.2.0 (/tmp/worker/d5b34c/f48ed6/repos/github/oxidecomputer/pki-playground)`

failed to select a version for `signature` which could resolve this conflict
flihp commented 9 months ago

fixed in #70

renovate[bot] commented 9 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.2.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.