Skip to content

Commit

Permalink
chore(Deps,load): Upgrade libc 0.2.21 -> 0.2.66
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Dec 13, 2019
1 parent 9539237 commit 37562a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions load/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ doctest = false
[dependencies]
common = { path = "../common" }
dirs = "2.0.2"
libc = "0.2.21"
libc = "0.2.66"
yaml-rust = { version = "0.3.2", default-features = false }

[dev-dependencies]
libc = "0.2.21"
rand = "0.7.2"
regex = "0.2.1"
snapshot = { path = "../snapshot" }
Expand Down

0 comments on commit 37562a4

Please sign in to comment.