From 10b6d1feb7114a23a417a98e1f6ba1b63cb25730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:51:14 +0000 Subject: [PATCH] Bump serde_repr from 0.1.16 to 0.1.17 (#3438) Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/dtolnay/serde-repr/releases) - [Commits](https://github.com/dtolnay/serde-repr/compare/0.1.16...0.1.17) --- 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 74a859e18c..d1296d7fcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2658,9 +2658,9 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" +checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145" dependencies = [ "proc-macro2", "quote", diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 85e182a505..8669db2bbe 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -28,7 +28,7 @@ toml = "0.8.6" color-eyre = "0.6.2" phf = { workspace = true, features = ["macros"] } comfy-table = "7.1.0" -serde_repr = "0.1.16" +serde_repr = "0.1.17" [features] default = ["boa_engine/intl", "boa_engine/experimental", "boa_engine/annex-b"]