Skip to content

Commit

Permalink
Merge pull request #128 from est31/master
Browse files Browse the repository at this point in the history
Update lazy_static and yaml-rust
  • Loading branch information
trishume authored Dec 9, 2017
2 parents 4d81dd7 + 7fbdb78 commit b0cd8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ exclude = [
]

[dependencies]
yaml-rust = { version = "0.3.5", optional = true }
yaml-rust = { version = "0.4", optional = true }
onig = { version = "3.0", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.4", optional = true }
lazy_static = "0.2"
lazy_static = "1.0"
bitflags = "1.0"
plist = "0.2"
bincode = { version = "0.9", optional = true }
Expand Down

0 comments on commit b0cd8fb

Please sign in to comment.