about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-03-19T13·07+0100
committerVincent Ambo <tazjin@gmail.com>2018-03-19T13·07+0100
commitcfbfe1a3559bde98d13902785712c6c3384877cb (patch)
tree5377b41df2a3a7365a515e856b67a2922b3ab272 /Cargo.toml
parentd908fe1cbc7de0bff7cadbe0b3851d50229b7de2 (diff)
chore(cargo): Bump dependency versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7dd3896f93..609377793f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
 [package]
 name = "mq"
-version = "0.1.0"
-authors = ["Vincent Ambo <tazjin@gmail.com>"]
+version = "1.0.0"
+authors = ["Vincent Ambo <vincent@aprila.no>"]
 
 [dependencies]
-clap = "2.26.2"
-libc = "0.2.32"
-nix = "0.9.0"
-posix_mq = "0.1.1"
+clap = "2.31"
+libc = "0.2"
+nix = "0.10"
+posix_mq = "0.1.2"