Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Bump serde_json from 1.0.85 to 1.0.86 #2341

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ boa_interner.workspace = true
rustyline = "10.0.0"
rustyline-derive = "0.7.0"
clap = { version = "3.2.22", features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.86"
colored = "2.0.0"
regex = "1.6.0"
phf = { version = "0.11.1", features = ["macros"] }
Expand Down
2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ boa_profiler.workspace = true
boa_macros.workspace = true
gc = "0.4.1"
serde = { version = "1.0.145", features = ["derive", "rc"] }
serde_json = "1.0.85"
serde_json = "1.0.86"
rand = "0.8.5"
num-traits = "0.2.15"
regress = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ boa_gc.workspace = true
clap = { version = "3.2.22", features = ["derive"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_yaml = "0.9.13"
serde_json = "1.0.85"
serde_json = "1.0.86"
bitflags = "1.3.2"
regex = "1.6.0"
once_cell = "1.15.0"
Expand Down