Skip to content

Commit

Permalink
Bump serde_yaml from 0.8.16 to 0.8.17 (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 11, 2021
1 parent a3e1912 commit 9e0cab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
Boa = { path = "../boa" }
structopt = "0.3.21"
serde = { version = "1.0.123", features = ["derive"] }
serde_yaml = "0.8.16"
serde_yaml = "0.8.17"
serde_json = "1.0.62"
bitflags = "1.2.1"
regex = "1.4.3"
Expand Down

0 comments on commit 9e0cab5

Please sign in to comment.