Skip to content

Commit

Permalink
Bump serde from 1.0.181 to 1.0.183 (#3202)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.181 to 1.0.183.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.181...v1.0.183)

---
updated-dependencies:
- dependency-name: serde
  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>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent bdb473b commit 9665f8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ boa_macros.workspace = true
rustc-hash = "1.1.0"
bitflags = "2.3.3"
num-bigint = "0.4.3"
serde = { version = "1.0.181", features = ["derive"], optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
indexmap = "2.0.0"
2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ boa_macros.workspace = true
boa_ast.workspace = true
boa_parser.workspace = true
boa_icu_provider.workspace = true
serde = { version = "1.0.181", features = ["derive", "rc"] }
serde = { version = "1.0.183", features = ["derive", "rc"] }
serde_json = "1.0.104"
rand = "0.8.5"
num-traits = "0.2.16"
Expand Down
2 changes: 1 addition & 1 deletion boa_interner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ rustc-hash = { version = "1.1.0", default-features = false }
static_assertions = "1.1.0"
once_cell = {version = "1.18.0", default-features = false, features = ["critical-section"]}
indexmap = "2.0.0"
serde = { version = "1.0.181", features = ["derive"], optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
hashbrown = { version = "0.14.0", default-features = false, features = ["inline-more"] }
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true
boa_engine.workspace = true
boa_gc.workspace = true
clap = { version = "4.3.19", features = ["derive"] }
serde = { version = "1.0.181", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_yaml = "0.9.25"
serde_json = "1.0.104"
bitflags = "2.3.3"
Expand Down

0 comments on commit 9665f8b

Please sign in to comment.