Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
X3n0m0rph59 committed Aug 11, 2021
1 parent 413d113 commit a68062c
Show file tree
Hide file tree
Showing 9 changed files with 119 additions and 106 deletions.
173 changes: 93 additions & 80 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions eruption-debug-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pretty_env_logger = "0.4.0"
libc = "0.2.98"
nix = "0.22.0"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
tracing-futures = "0.2.5"
Expand Down
6 changes: 3 additions & 3 deletions eruption-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ nix = "0.22.0"
rayon = "1.5.1"
walkdir = "2.3.2"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
tracing-futures = "0.2.5"
Expand All @@ -42,7 +42,7 @@ eyre = "0.6.5"
color-eyre = "0.5.11"
paste = "1.0.5"
dbus = "0.9.3"
dbus-tokio = "0.7.3"
dbus-tokio = "0.7.4"
gdk-pixbuf = "0.14.0"
glib = "0.14.2"
pango = "0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions eruption-hotplug-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pretty_env_logger = "0.4.0"
libc = "0.2.98"
nix = "0.22.0"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
tracing-futures = "0.2.5"
Expand Down
4 changes: 2 additions & 2 deletions eruption-netfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ nix = "0.22.0"
rayon = "1.5.1"
walkdir = "2.3.2"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
tracing-futures = "0.2.5"
Expand Down
8 changes: 4 additions & 4 deletions eruption-process-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ wayland = []
mutter = []

[dependencies]
async-trait = "0.1.50"
async-trait = "0.1.51"
byteorder = "1.4.3"
clap = { version = "3.0.0-beta.2", features = ["derive"] }
clap_generate = "3.0.0-beta.2"
ctrlc = { version = "3.1.9", features = ["termination"] }
config = "0.11.0"
colored = "2.0.0"
dbus = "0.9.3"
dbus-tokio = "0.7.3"
dbus-tokio = "0.7.4"
dbus-tree = "0.9.1"
dyn-clone = "1.0.4"
dyn-clonable = "0.9.0"
Expand All @@ -39,8 +39,8 @@ nix = "0.22.0"
pretty_env_logger = "0.4.0"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
regex = "1.5.4"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
serde_yaml = "0.8.17"
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
Expand Down
4 changes: 2 additions & 2 deletions eruption-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pretty_env_logger = "0.4.0"
libc = "0.2.98"
nix = "0.22.0"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
tracing-futures = "0.2.5"
Expand Down
16 changes: 8 additions & 8 deletions eruption/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ resolver = "2"

[dependencies]
crossbeam = "0.8.1"
futures = "0.3.15"
futures = "0.3.16"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
async-trait = "0.1.50"
async-trait = "0.1.51"
tracing = "0.1.26"
tracing-futures = "0.2.5"
tracing-subscriber = "0.2.19"
Expand All @@ -26,8 +26,8 @@ thiserror = "1.0.26"
eyre = "0.6.5"
color-eyre = "0.5.11"
toml = "0.5.8"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
tokio = { version = "1.9.0", features = ["full", "rt-multi-thread"] }
ctrlc = { version = "3.1.9", features = ["termination"] }
clap = "3.0.0-beta.2"
Expand All @@ -46,19 +46,19 @@ rand = "0.8.4"
csscolorparser = "0.5.0"
colorgrad = "0.4.0"
palette = "0.6.0"
nalgebra = "0.28.0"
nalgebra = "0.29.0"
noise = "0.7.0"
simdnoise = "3.1.6"
interpolation = "0.2.0"
mlua = { version = "0.6.2", features = ["luajit"] }
mlua_derive = "0.6.0"
sysinfo = "0.19.2"
sysinfo = "0.20.0"
systemstat = "0.1.8"
procinfo = "0.4.2"
rustfft = "6.0.1"
hound = "3.4.0"
libpulse-binding = { version = "2.23.1", default-features = false }
libpulse-simple-binding = { version = "2.23.0", default-features = false }
libpulse-binding = { version = "2.24.0", default-features = false }
libpulse-simple-binding = { version = "2.24.0", default-features = false }
rust-pulsectl = { git = "https://github.com/X3n0m0rph59/pulsectl.git", branch = "master" }
uuid = { version = "0.8.2", features = ["serde", "v4"] }
dbus = "0.9.3"
Expand Down
6 changes: 3 additions & 3 deletions eruptionctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ log = "0.4.14"
libc = "0.2.98"
nix = "0.22.0"
parking_lot = { version = "0.11.1", features = ["deadlock_detection"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde = { version = "1.0.127", features = ["derive"] }
serde_json = "1.0.66"
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
tracing-futures = "0.2.5"
Expand All @@ -33,7 +33,7 @@ eyre = "0.6.5"
color-eyre = "0.5.11"
paste = "1.0.5"
dbus = "0.9.3"
dbus-tokio = "0.7.3"
dbus-tokio = "0.7.4"

[dev-dependencies]
tokio = { version = "1.9.0", features = ["test-util"] }

0 comments on commit a68062c

Please sign in to comment.