Browse Source

Bump num-traits from 0.2.15 to 0.2.16 (#3166)

Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.15 to 0.2.16.
- [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.15...num-traits-0.2.16)

---
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/3169/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
07e55006d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml
  3. 2
      boa_parser/Cargo.toml

4
Cargo.lock generated

@ -2698,9 +2698,9 @@ dependencies = [
[[package]]
name = "num-traits"
version = "0.2.15"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
dependencies = [
"autocfg",
"libm",

2
boa_engine/Cargo.toml

@ -56,7 +56,7 @@ boa_icu_provider.workspace = true
serde = { version = "1.0.174", features = ["derive", "rc"] }
serde_json = "1.0.103"
rand = "0.8.5"
num-traits = "0.2.15"
num-traits = "0.2.16"
regress = "0.6.0"
rustc-hash = "1.1.0"
num-bigint = { version = "0.4.3", features = ["serde"] }

2
boa_parser/Cargo.toml

@ -18,7 +18,7 @@ boa_profiler.workspace = true
boa_icu_provider.workspace = true
rustc-hash = "1.1.0"
fast-float = "0.2.0"
num-traits = "0.2.15"
num-traits = "0.2.16"
bitflags = "2.3.3"
num-bigint = "0.4.3"
regress = "0.6.0"

Loading…
Cancel
Save