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

Bump serde from 1.0.156 to 1.0.157 #2697

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
95 changes: 53 additions & 42 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
Expand Up @@ -20,5 +20,5 @@ boa_macros.workspace = true
rustc-hash = "1.1.0"
bitflags = "2.0.1"
num-bigint = "0.4.3"
serde = { version = "1.0.156", features = ["derive"], optional = true }
serde = { version = "1.0.157", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Expand Up @@ -43,7 +43,7 @@ boa_profiler.workspace = true
boa_macros.workspace = true
boa_ast.workspace = true
boa_parser.workspace = true
serde = { version = "1.0.156", features = ["derive", "rc"] }
serde = { version = "1.0.157", features = ["derive", "rc"] }
serde_json = "1.0.94"
rand = "0.8.5"
num-traits = "0.2.15"
Expand Down