diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-22 00:18:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 00:18:39 +0100 |
| commit | 97bfcac402c06fd051f5a8c3c05384d5a2972d50 (patch) | |
| tree | 65f327da854672fb0afc59c7ab66c7a9725258d8 /mumd/Cargo.toml | |
| parent | 4458c3455c467ac0b97fecfd5ff2cbd77b6ac52b (diff) | |
| parent | 433cd3d452ab68236b9347e74b1d8b305b0b4c52 (diff) | |
| download | mum-97bfcac402c06fd051f5a8c3c05384d5a2972d50.tar.gz | |
Merge pull request #70 from mum-rs/dep-maint
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 57fefed..9080bdf 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -28,7 +28,7 @@ dasp_ring_buffer = "0.11" futures-util = { version = "0.3", features = ["sink"]} futures-channel = "0.3" hound = "3.4" -ipc-channel = "0.14" +ipc-channel = "0.15" log = "0.4" mumble-protocol = "0.4.1" native-tls = "0.2" |
