Skip to content

Commit

Permalink
Bump serde from 1.0.129 to 1.0.130 (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 30, 2021
1 parent f6ac657 commit a11a8a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ console = []
[dependencies]
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.4.1", features = ["derive"] }
serde = { version = "1.0.129", features = ["derive", "rc"] }
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde_json = "1.0.67"
rand = "0.8.4"
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
Boa = { path = "../boa" }
structopt = "0.3.22"
serde = { version = "1.0.129", features = ["derive"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.20"
serde_json = "1.0.67"
bitflags = "1.3.2"
Expand Down

0 comments on commit a11a8a9

Please sign in to comment.