From a312487cbd06822aed74cc464d09b55cefd7a55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:49:38 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa_tester/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55ecf0d08d..4601a63631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3599,9 +3599,9 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e168eaaf71e8f9bd6037feb05190485708e019f4fd87d161b3c0a0d37daf85e5" +checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" dependencies = [ "proc-macro2", "quote", diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 4948677af3..44b3345b8a 100644 --- a/boa_tester/Cargo.toml +++ b/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.15" +serde_repr = "0.1.16" [features] default = ["boa_engine/intl", "boa_engine/annex-b"]