Skip to content

Commit

Permalink
Bump num-bigint from 0.4.4 to 0.4.5 in /lang/rust (#2898)
Browse files Browse the repository at this point in the history
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.4 to 0.4.5.
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](rust-num/num-bigint@num-bigint-0.4.4...num-bigint-0.4.5)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 9632b74 commit 4559d9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions lang/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ crc32fast = { default-features = false, version = "1.4.0", optional = true }
digest = { default-features = false, version = "0.10.7", features = ["core-api"] }
libflate = { default-features = false, version = "2.1.0", features = ["std"] }
log = { workspace = true }
num-bigint = { default-features = false, version = "0.4.4", features = ["std", "serde"] }
num-bigint = { default-features = false, version = "0.4.5", features = ["std", "serde"] }
regex-lite = { default-features = false, version = "0.1.5", features = ["std", "string"] }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit 4559d9d

Please sign in to comment.