Skip to content

Commit

Permalink
Bump dependencies. Use eventual from registry again.
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Dec 28, 2015
1 parent 0ebe8b9 commit 009d4e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

20 changes: 9 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,24 @@ path = "protocol"
[dependencies]
bit-set = "~0.2.0"
byteorder = "~0.4.2"
#eventual = "~0.1.4"
eventual = "~0.1.5"
getopts = "~0.2.14"
lazy_static = "~0.1.14"
num = "~0.1.27"
protobuf = "~1.0.4"
rand = "~0.3.11"
lazy_static = "~0.1.15"
num = "~0.1.29"
protobuf = "~1.0.9"
rand = "~0.3.12"
rpassword = "~0.1.0"
rust-crypto = "~0.2.31"
time = "~0.1.32"
tempfile = "~1.1.1"
vorbis = "~0.0.12"
rust-crypto = "~0.2.34"
time = "~0.1.34"
tempfile = "~1.1.3"
vorbis = "~0.0.13"

[dependencies.protobuf_macros]
git = "https://github.com/plietar/rust-protobuf-macros.git"
[dependencies.shannon]
git = "https://github.com/plietar/rust-shannon.git"
[dependencies.portaudio]
git = "https://github.com/mvdnes/portaudio-rs"
[dependencies.eventual]
git = "https://github.com/carllerche/eventual.git"

[build-dependencies]
vergen = "~0.0.16"
Expand Down

0 comments on commit 009d4e9

Please sign in to comment.