Browse Source

Bump serde_repr from 0.1.14 to 0.1.15 (#3159)

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

---
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/3165/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
5310a92181
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]]
name = "serde_repr"
version = "0.1.14"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d89a8107374290037607734c0b73a85db7ed80cae314b3c5791f192a496e731"
checksum = "e168eaaf71e8f9bd6037feb05190485708e019f4fd87d161b3c0a0d37daf85e5"
dependencies = [
"proc-macro2",
"quote",

2
boa_tester/Cargo.toml

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

Loading…
Cancel
Save