projects
/
rust-sip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ed4ba
)
Minor dependency updates
author
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 29 Apr 2018 22:05:57 +0000
(23:05 +0100)
committer
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 29 Apr 2018 22:05:57 +0000
(23:05 +0100)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 1e5d3b8729f988096a97b3db7f97832f56386463..9f53ce0e9ebc115d3d386e86b569ded08131a25f 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-4,11
+4,11
@@
version = "0.1.0"
authors = ["Richard Whitehouse <github@richardwhiuk.com>"]
[dependencies]
-futures = "0.1.1
6
"
-tokio-io = "0.1.
3
"
+futures = "0.1.1
7
"
+tokio-io = "0.1.
4
"
tokio-core = "0.1.10"
bytes = "0.4.5"
-nom = "3.2
.0
"
-log = "0.
3
"
+nom = "3.2"
+log = "0.
4
"
env_logger = "0.4.3"