This is an automated email from the ASF dual-hosted git repository.
Kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 23ac764 chore(deps): Bump num-bigint from 0.5.0 to 0.5.1 (#576)
23ac764 is described below
commit 23ac7645c69d914f008d76a27e57d30a1785b02c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 14:57:06 2026 +0200
chore(deps): Bump num-bigint from 0.5.0 to 0.5.1 (#576)
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.5.0 to
0.5.1.
-
[Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
-
[Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.5.0...num-bigint-0.5.1)
---
updated-dependencies:
- dependency-name: num-bigint
dependency-version: 0.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c31d9c5..2995949 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -76,7 +76,7 @@ dependencies = [
"log",
"md-5",
"miniz_oxide 0.9.1",
- "num-bigint 0.5.0",
+ "num-bigint 0.5.1",
"ouroboros",
"paste",
"pretty_assertions",
@@ -864,9 +864,9 @@ dependencies = [
[[package]]
name = "num-bigint"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7032fbb7ef662c18e806aa75b311f68ddf5c94e8fc62832c0039d79095ab6abf"
+checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0"
dependencies = [
"num-integer",
"num-traits",