Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
- futures 0.1.14 -> 0.1.17
- log 0.3.6 -> 0.3.8
- slab 0.3 -> 0.4
- smallvec 0.4.0 -> 0.5.0
- tokio-core 0.1.8 -> 0.1.10
  • Loading branch information
golem131 committed Nov 27, 2017
1 parent 19aee28 commit b616d03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ exclude = [
]

[dependencies]
futures = "0.1.14"
log = "0.3.6"
futures = "0.1.17"
log = "0.3.8"
net2 = "0.2"
slab = "0.3"
smallvec = "0.4.0"
slab = "0.4"
smallvec = "0.5.0"
take = "0.1.0"
tokio-core = "0.1.8"
tokio-core = "0.1.10"
tokio-service = "0.1"
tokio-io = "0.1"

Expand Down

0 comments on commit b616d03

Please sign in to comment.