Update dependencies

This updates all crates to their newest release.

For pipewire-rs, this includes bumping the version to 0.3, which means this comment has to fix a few breaking changes, but nothing big.
0.3 also lets us create and delete remote objects, which will be needed for link creation and deletion.
This commit is contained in:
Tom A. Wagner
2021-03-27 19:57:44 +01:00
parent aab1f1bde3
commit d75dee5ea8
4 changed files with 227 additions and 71 deletions

View File

@@ -15,8 +15,8 @@ categories = ["gui", "multimedia"]
[dependencies]
gtk = { git = "https://github.com/gtk-rs/gtk4-rs/", package = "gtk4" }
pipewire = "0.2.2"
libspa = "0.2.2"
pipewire = "0.3.0"
libspa = "0.3.0"
log = "0.4.11"
env_logger = "0.8.2"