diff options
| author | Eskil Q <eskilq@kth.se> | 2021-01-01 14:31:08 +0100 |
|---|---|---|
| committer | Eskil Q <eskilq@kth.se> | 2021-01-01 14:31:08 +0100 |
| commit | 53d1c82eb81b0acb696d2d60ecb8db3fab488105 (patch) | |
| tree | c62d48474596a3ab34bef400c1a2291bfe73b000 /mumd/Cargo.toml | |
| parent | 9777219aa26dc64c0a3dc3d9d2023b8a1c4295fb (diff) | |
| parent | 4613c6b269d7842645d050bb3482cf7efcfa1946 (diff) | |
| download | mum-53d1c82eb81b0acb696d2d60ecb8db3fab488105.tar.gz | |
Merge branch 'main' into noise-gate
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index e548559..caf1a9b 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -19,8 +19,8 @@ notifications = ["libnotify"] mumlib = { version = "0.3", path = "../mumlib" } argparse = "0.2" -bytes = "0.5" cpal = "0.13" +bytes = "1.0" dasp_interpolate = { version = "0.11", features = ["linear"] } dasp_signal = "0.11" dasp_frame = "0.11" @@ -31,14 +31,14 @@ futures-util = "0.3" hound = "3.4" ipc-channel = "0.14" log = "0.4" -mumble-protocol = "0.3.1" +mumble-protocol = "0.4.0" native-tls = "0.2" openssl = { version = "0.10" } opus = "0.2" serde = { version = "1.0", features = ["derive"] } -tokio = { version = "0.2", features = ["blocking", "macros", "rt-core", "sync", "tcp", "time"] } -tokio-tls = "0.3" -tokio-util = { version = "0.3", features = ["codec", "udp"] } +tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time"] } +tokio-native-tls = "0.3" +tokio-util = { version = "0.6", features = ["codec", "net"] } libnotify = { version = "1.0", optional = true } |
