Skip to content

Commit

Permalink
Bump serde_repr from 0.1.16 to 0.1.17 (#3438)
Browse files Browse the repository at this point in the history
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](dtolnay/serde-repr@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 8a5ae7c commit 10b6d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 10b6d1f

Please sign in to comment.