Skip to content

Commit

Permalink
Bump serde_json from 1.0.61 to 1.0.62 (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2021
1 parent 22e87ca commit a9dbbe0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ console = []
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.3.6", features = ["derive"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.61"
serde_json = "1.0.62"
rand = "0.8.3"
num-traits = "0.2.14"
regress = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Boa = { path = "../boa", features = ["deser", "console"] }
rustyline = "7.1.0"
rustyline-derive = "0.4.0"
structopt = "0.3.21"
serde_json = "1.0.61"
serde_json = "1.0.62"
colored = "2.0.0"
regex = "1.4.3"
lazy_static = "1.4.0"
Expand Down
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 @@ Boa = { path = "../boa" }
structopt = "0.3.21"
serde = { version = "1.0.123", features = ["derive"] }
serde_yaml = "0.8.16"
serde_json = "1.0.61"
serde_json = "1.0.62"
bitflags = "1.2.1"
regex = "1.4.3"
once_cell = "1.5.2"
Expand Down

0 comments on commit a9dbbe0

Please sign in to comment.