From f4176fc74b47ca2dcdc9476a0d4a1b26e1c5b31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:39:34 -0600 Subject: [PATCH] build(deps): bump const-oid from 0.10.0-rc.0 to 0.10.0-rc.1 (#1684) Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.10.0-rc.0 to 0.10.0-rc.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=const-oid&package-manager=cargo&previous-version=0.10.0-rc.0&new-version=0.10.0-rc.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- digest/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5675aa4f8..2e746536b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,9 +239,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const-oid" -version = "0.10.0-rc.0" +version = "0.10.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9adcf94f05e094fca3005698822ec791cb4433ced416afda1c5ca3b8dfc05a2f" +checksum = "610947c93f422f713d1ed0570e7c76307aa3bbfd8db723214fed2045a2e32815" [[package]] name = "cpufeatures" @@ -392,7 +392,7 @@ version = "0.8.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05d9c07d3bd80cf0935ce478d07edf7e7a5b158446757f988f3e62082227b700" dependencies = [ - "const-oid 0.10.0-rc.0", + "const-oid 0.10.0-rc.1", "pem-rfc7468 1.0.0-rc.1", "zeroize", ] @@ -423,7 +423,7 @@ version = "0.11.0-pre.9" dependencies = [ "blobby", "block-buffer 0.11.0-rc.2", - "const-oid 0.10.0-rc.0", + "const-oid 0.10.0-rc.1", "crypto-common 0.2.0-rc.1", "subtle", "zeroize", diff --git a/digest/Cargo.toml b/digest/Cargo.toml index c0e219fda..9b14a3694 100644 --- a/digest/Cargo.toml +++ b/digest/Cargo.toml @@ -19,7 +19,7 @@ crypto-common = "0.2.0-rc.0" block-buffer = { version = "0.11.0-rc.2", optional = true } subtle = { version = "2.4", default-features = false, optional = true } blobby = { version = "0.3", optional = true } -const-oid = { version = "0.10.0-rc.0", optional = true } +const-oid = { version = "0.10.0-rc.1", optional = true } zeroize = { version = "1.7", optional = true, default-features = false } [features]