Skip to content

Commit

Permalink
chore(Deps,load): Upgrade yaml-rust 0.3.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Dec 13, 2019
1 parent 60289a7 commit 3147653
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions load/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ doctest = false
common = { path = "../common" }
dirs = "2.0.2"
libc = "0.2.66"
yaml-rust = { version = "0.3.2", default-features = false }
yaml-rust = { version = "0.4.3", default-features = false }

[dev-dependencies]
rand = "0.7.2"
snapshot = { path = "../snapshot" }
yaml-rust = { version = "0.3.2", default-features = false }

0 comments on commit 3147653

Please sign in to comment.