Skip to content

Commit

Permalink
Upgrade dependencies (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski authored and siddontang committed Sep 8, 2018
1 parent 0ae6975 commit b7fcf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -22,9 +22,9 @@ gen = ["protobuf-codegen-pure"]

[dependencies]
protobuf = "2.0"
quick-error = "0.2"
quick-error = "1.2.2"
fnv = "1.0"
lazy_static = "0.2"
lazy_static = "1.1.0"
libc = {version = "0.2", optional = true}
cfg-if = "0.1"
spin = {version = "0.4", default-features = false}
Expand Down

0 comments on commit b7fcf50

Please sign in to comment.