Browse Source

Bump serde_repr from 0.1.15 to 0.1.16 (#3177)

Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.15 to 0.1.16.
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](https://github.com/dtolnay/serde-repr/compare/0.1.15...0.1.16)

---
updated-dependencies:
- dependency-name: serde_repr
  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/3178/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
a312487cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

4
Cargo.lock generated

@ -3599,9 +3599,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_repr" name = "serde_repr"
version = "0.1.15" version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e168eaaf71e8f9bd6037feb05190485708e019f4fd87d161b3c0a0d37daf85e5" checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

2
boa_tester/Cargo.toml

@ -28,7 +28,7 @@ toml = "0.7.6"
color-eyre = "0.6.2" color-eyre = "0.6.2"
phf = { version = "0.11.2", features = ["macros"] } phf = { version = "0.11.2", features = ["macros"] }
comfy-table = "7.0.1" comfy-table = "7.0.1"
serde_repr = "0.1.15" serde_repr = "0.1.16"
[features] [features]
default = ["boa_engine/intl", "boa_engine/annex-b"] default = ["boa_engine/intl", "boa_engine/annex-b"]

Loading…
Cancel
Save