From 07e55006d14d1ec42a9313f79aa4458a20fa6c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:50:11 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa_engine/Cargo.toml | 2 +- boa_parser/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14406453ea..3f5ddfc0e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index ef042e7d38..080deab187 100644 --- a/boa_engine/Cargo.toml +++ b/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"] } diff --git a/boa_parser/Cargo.toml b/boa_parser/Cargo.toml index b6d390ea94..1e7b3e1553 100644 --- a/boa_parser/Cargo.toml +++ b/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"