From 9460fa00ddd1462373907599e8d3530ad470ab2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 02:32:08 +0000 Subject: [PATCH] Bump noncrypto-digests from 0.3.1 to 0.3.2 (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [noncrypto-digests](https://github.com/nyurik/noncrypto-digests) from 0.3.1 to 0.3.2.
Release notes

Sourced from noncrypto-digests's releases.

v0.3.2

What's Changed

Full Changelog: https://github.com/nyurik/noncrypto-digests/commits/v0.3.2

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=noncrypto-digests&package-manager=cargo&previous-version=0.3.1&new-version=0.3.2)](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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31abe60..47d3c21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,9 +523,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "noncrypto-digests" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab36a8c9c2f5750c015e9d567e4d64a66383b464f8b1a52b705c5025b4c52fdb" +checksum = "3f69de4f1f8ec114a91b5a4ced1424074578db8d7cc4e4e0b01987804b78bb5b" dependencies = [ "digest", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 31ac409..848bf2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ digest = "0.10.7" md-5 = { version = "0.10.6", optional = true } sha1 = { version = "0.10.6", optional = true } sha2 = { version = "0.10.8", optional = true } -noncrypto-digests = { version = "0.3.1", optional = true } +noncrypto-digests = { version = "0.3.2", optional = true } [dev-dependencies] cargo-husky = { version = "1", features = ["user-hooks"], default-features = false }