From 26a0ff9e928849c7979dd573d2d766b624473d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:40:54 +0000 Subject: [PATCH] chore(deps): bump typenum from 1.20.0 to 1.20.1 Bumps [typenum](https://github.com/paholg/typenum) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](https://github.com/paholg/typenum/compare/v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: typenum dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- benchmarks/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 479c817..99ea0b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,9 +1350,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.20.0" +version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" +checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" [[package]] name = "unarray" diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 7570de1..b97c0bc 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -24,7 +24,7 @@ base16ct = { version = "1.0.0", features = ["alloc"] } base64ct = "1.8.3" hashstr = { version = "0.3.0", path = "../hashstr", features = ["sha1", "sha3", "blake3"] } sha3 = "0.12.0" -typenum = "1.20.0" +typenum = "1.20.1" criterion = "0.8.2" [[bench]]