Browse Source

Bump num_enum from 0.6.1 to 0.7.0 (#3211)

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.6.1 to 0.7.0.
- [Commits](https://github.com/illicitonion/num_enum/commits)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3215/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
306770a8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml

8
Cargo.lock generated

@ -2729,18 +2729,18 @@ dependencies = [
[[package]] [[package]]
name = "num_enum" name = "num_enum"
version = "0.6.1" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"
dependencies = [ dependencies = [
"num_enum_derive", "num_enum_derive",
] ]
[[package]] [[package]]
name = "num_enum_derive" name = "num_enum_derive"
version = "0.6.1" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2", "proc-macro2",

2
boa_engine/Cargo.toml

@ -72,7 +72,7 @@ sptr = "0.3.2"
static_assertions = "1.1.0" static_assertions = "1.1.0"
thiserror = "1.0.44" thiserror = "1.0.44"
dashmap = "5.5.0" dashmap = "5.5.0"
num_enum = "0.6.1" num_enum = "0.7.0"
pollster = "0.3.0" pollster = "0.3.0"
thin-vec = "0.2.12" thin-vec = "0.2.12"
itertools = { version = "0.11.0", default-features = false } itertools = { version = "0.11.0", default-features = false }

Loading…
Cancel
Save