Skip to content

Commit

Permalink
chore(lib): update base64 and futures versions
Browse files Browse the repository at this point in the history
- base64 0.6 -> 0.8
- futures 0.1.14 -> 0.1.17
  • Loading branch information
golem131 authored and seanmonstar committed Nov 28, 2017
1 parent bfae7cf commit 8e7af7b
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 @@ -19,9 +19,9 @@ include = [
]

[dependencies]
base64 = "0.6"
base64 = "0.8"
bytes = "0.4.4"
futures = "0.1.14"
futures = "0.1.17"
futures-cpupool = "0.1.6"
http = { version = "0.1", optional = true }
httparse = "1.0"
Expand Down

0 comments on commit 8e7af7b

Please sign in to comment.