Browse Source

Bump num-bigint from 0.4.4 to 0.4.5 (#3854)

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](https://github.com/rust-num/num-bigint/compare/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>
pull/3853/head
dependabot[bot] 8 months ago committed by GitHub
parent
commit
e17d660352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      Cargo.lock
  2. 2
      Cargo.toml

5
Cargo.lock generated

@ -2512,12 +2512,11 @@ dependencies = [
[[package]]
name = "num-bigint"
version = "0.4.4"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
dependencies = [
"arbitrary",
"autocfg",
"num-integer",
"num-traits",
"serde",

2
Cargo.toml

@ -59,7 +59,7 @@ hashbrown = { version = "0.14.5", default-features = false }
indexmap = { version = "2.2.6", default-features = false }
indoc = "2.0.5"
jemallocator = "0.5.4"
num-bigint = "0.4.4"
num-bigint = "0.4.5"
num-traits = "0.2.19"
once_cell = { version = "1.19.0", default-features = false }
phf = { version = "0.11.2", default-features = false }

Loading…
Cancel
Save