Browse Source

Bump num-traits from 0.2.16 to 0.2.17 (#3368)

Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.16 to 0.2.17.
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.16...num-traits-0.2.17)

---
updated-dependencies:
- dependency-name: num-traits
  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/3372/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
ca49188e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1965,9 +1965,9 @@ dependencies = [
[[package]] [[package]]
name = "num-traits" name = "num-traits"
version = "0.2.16" version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
dependencies = [ dependencies = [
"autocfg", "autocfg",
] ]

2
Cargo.toml

@ -51,7 +51,7 @@ indexmap = { version = "2.0.2", default-features = false }
indoc = "2.0.4" indoc = "2.0.4"
jemallocator = "0.5.4" jemallocator = "0.5.4"
num-bigint = "0.4.4" num-bigint = "0.4.4"
num-traits = "0.2.16" num-traits = "0.2.17"
once_cell = { version = "1.18.0", default-features = false } once_cell = { version = "1.18.0", default-features = false }
phf = { version = "0.11.2", default-features = false } phf = { version = "0.11.2", default-features = false }
pollster = "0.3.0" pollster = "0.3.0"

Loading…
Cancel
Save