Browse Source

Bump gc from 0.4.0 to 0.4.1 (#1248)

Bumps [gc](https://github.com/Manishearth/rust-gc) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/Manishearth/rust-gc/releases)
- [Changelog](https://github.com/Manishearth/rust-gc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Manishearth/rust-gc/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1250/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
1505a45a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      boa/Cargo.toml

8
Cargo.lock generated

@ -407,18 +407,18 @@ dependencies = [
[[package]]
name = "gc"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37489b04ba0644e62042be92dbc1e4a077d6460d6e9cf681f6581d742f17efa"
checksum = "3edaac0f5832202ebc99520cb77c932248010c4645d20be1dc62d6579f5b3752"
dependencies = [
"gc_derive",
]
[[package]]
name = "gc_derive"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65efbb0b023f127470376f3c425dde78a27bf0de2c549e92e51760db036a615c"
checksum = "60df8444f094ff7885631d80e78eb7d88c3c2361a98daaabb06256e4500db941"
dependencies = [
"proc-macro2",
"quote",

2
boa/Cargo.toml

@ -22,7 +22,7 @@ console = []
[dependencies]
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.4.0", features = ["derive"] }
gc = { version = "0.4.1", features = ["derive"] }
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
rand = "0.8.3"

Loading…
Cancel
Save