Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Jan 14, 2018
1 parent ba6577d commit 9d42fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faktory"
version = "0.9.0"
version = "0.9.1"

description = "API bindings for the language-agnostic Faktory work server"
readme = "README.md"
Expand Down Expand Up @@ -31,10 +31,10 @@ serde_json = "1.0"
serde_derive = "1.0"
serde = "1.0"
bufstream = "0.1"
sha2 = "0.6.0"
sha2 = "0.7.0"
hostname = "0.1.3"
libc = "0.2"
rand = "0.3"
rand = "0.4"
chrono = { version = "0.4", features = ["serde"] }
url = "1.5"
atomic-option = "0.1"
Expand Down

0 comments on commit 9d42fa0

Please sign in to comment.