Update dependencies

This commit is contained in:
Julian Ospald 2017-09-28 16:39:38 +02:00
parent 83381a9ffa
commit 29332b939e
1 changed files with 26 additions and 26 deletions

View File

@ -17,30 +17,30 @@ name = "pnmixer-rs"
path = "src/bin.rs" path = "src/bin.rs"
[dependencies] [dependencies]
alsa = "^0.1.10" alsa = "0.1.10"
alsa-sys = "^0.1.1" alsa-sys = "0.1.1"
error-chain = "^0.10.0" error-chain = "0.11.0"
ffi = "^0.0.2" ffi = "0.0.2"
flexi_logger = "^0.6.8" flexi_logger = "0.6.8"
gdk-pixbuf = "^0.2.0" gdk-pixbuf = "0.2.0"
gdk-pixbuf-sys = "^0.4.0" gdk-pixbuf-sys = "0.4.0"
gdk-sys = "^0.4.0" gdk-sys = "0.4.0"
gio = "^0.2.0" gio = "0.2.0"
glib = "^0.3.1" glib = "0.3.1"
glib-sys = "^0.4.0" glib-sys = "0.4.0"
gobject-sys = "^0.4.0" gobject-sys = "0.4.0"
gtk-sys = "^0.4.0" gtk-sys = "0.4.0"
lazy_static = "^0.2.8" lazy_static = "0.2.8"
libc = "^0.2.30" libc = "0.2.31"
libnotify = { version = "^1.0.2", optional = true } libnotify = { version = "^1.0.2", optional = true }
log = "^0.3.8" log = "0.3.8"
png = "^0.9.0" png = "0.10.0"
serde = "^1.0.11" serde = "1.0.15"
serde_derive = "^1.0.11" serde_derive = "1.0.15"
toml = "^0.4.5" toml = "0.4.5"
w_result = "^0.1.2" w_result = "0.1.2"
which = "^1.0.2" which = "1.0.2"
xdg = "^2.1.0" xdg = "2.1.0"
[dependencies.gdk] [dependencies.gdk]
features = [ features = [
@ -48,7 +48,7 @@ features = [
"v3_12", "v3_12",
"v3_22", "v3_22",
] ]
version = "^0.6.0" version = "0.6.0"
[dependencies.gtk] [dependencies.gtk]
features = [ features = [
@ -56,14 +56,14 @@ features = [
"v3_12", "v3_12",
"v3_22", "v3_22",
] ]
version = "^0.2.0" version = "0.2.0"
[dependencies.x11] [dependencies.x11]
features = [ features = [
"xlib", "xlib",
"xtst", "xtst",
] ]
version = "^2.15.0" version = "2.15.0"
[features] [features]
notify = ["libnotify"] notify = ["libnotify"]