From 8a5ae7c80f15cec837f77d805ef8e570e754acb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:49:56 +0000 Subject: [PATCH] Bump num_enum from 0.7.0 to 0.7.1 (#3434) Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.0 to 0.7.1. - [Commits](https://github.com/illicitonion/num_enum/commits) --- updated-dependencies: - dependency-name: num_enum 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 | 8 ++++---- boa_engine/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c8f383dd3..74a859e18c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,18 +2016,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb" +checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597" +checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index f5dc842bfb..ade039e9e6 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -78,7 +78,7 @@ sptr = "0.3.2" static_assertions.workspace = true thiserror = "1.0.50" dashmap = "5.5.3" -num_enum = "0.7.0" +num_enum = "0.7.1" pollster.workspace = true thin-vec.workspace = true itertools = { version = "0.11.0", default-features = false }