aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2020-12-23 20:06:59 +0100
committerEskil Q <eskilq@kth.se>2020-12-23 20:06:59 +0100
commit4b00228e055438f2e369ab7bb8d18c7379af64b1 (patch)
tree06a595181130a0062437624a04b40241d8adbe9e /mumd/Cargo.toml
parent2902064db5c24ac30cb1a58fd44832b02ee478be (diff)
downloadmum-4b00228e055438f2e369ab7bb8d18c7379af64b1.tar.gz
make use of updated rust-mumble-protocol
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index ba0f5a0..39b9d26 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -26,7 +26,7 @@ futures-util = "0.3"
hound = "3.4"
ipc-channel = "0.14"
log = "0.4"
-mumble-protocol = "0.3"
+mumble-protocol = "0.3.1"
native-tls = "0.2"
openssl = { version = "0.10" }
opus = "0.2"