From 153ce770d274a0bd7be123e2912db370862d9040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 23:26:36 +0000 Subject: [PATCH] build(deps): bump num-bigint from 0.4.5 to 0.4.6 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.5 to 0.4.6. - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.5...num-bigint-0.4.6) --- updated-dependencies: - dependency-name: num-bigint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b395301f..adc3a6ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1395,9 +1395,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 9b1aabd7..087a8d39 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -32,7 +32,7 @@ base64 = "^0.21" hex = "^0.4.3" lazy_static = "^1.5" maplit = "^1.0.2" -num-bigint = "^0.4.5" +num-bigint = "^0.4.6" tempfile = "^3.3" tink-aead = "^0.2" tink-awskms = "^0.2"