From 06325fa63b456069a7003b4fbf2dc1ac980c9a44 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 6 Jun 2018 14:09:07 -0700 Subject: [PATCH] Bump tokio-uds to v0.2.0 (#395) --- tokio-uds/CHANGELOG.md | 3 +++ tokio-uds/Cargo.toml | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 tokio-uds/CHANGELOG.md diff --git a/tokio-uds/CHANGELOG.md b/tokio-uds/CHANGELOG.md new file mode 100644 index 000000000..0f9a35656 --- /dev/null +++ b/tokio-uds/CHANGELOG.md @@ -0,0 +1,3 @@ +# 0.2.0 (June 6, 2018) + +* Initial 0.2 release. diff --git a/tokio-uds/Cargo.toml b/tokio-uds/Cargo.toml index 3b7131f00..59c26a003 100644 --- a/tokio-uds/Cargo.toml +++ b/tokio-uds/Cargo.toml @@ -16,11 +16,11 @@ Unix Domain sockets for Tokio categories = ["asynchronous"] [dependencies] -bytes = "0.4" -futures = "0.1" -iovec = "0.1" -libc = "0.2" -log = "0.4" +bytes = "0.4.8" +futures = "0.1.21" +iovec = "0.1.2" +libc = "0.2.42" +log = "0.4.2" mio = "0.6.14" mio-uds = "0.6.5" tokio-reactor = { version = "0.1.1", path = "../tokio-reactor" }