Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3173/merge
dependabot[bot] 1 year ago committed by GitHub
parent
commit
8a5ae7c80f
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

@ -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",

2
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 }

Loading…
Cancel
Save