aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2021-01-04 15:47:48 +0100
committerEskil Q <eskilq@kth.se>2021-01-04 15:47:48 +0100
commit49f4b7a7158f768e5bd04047b44b759f84529036 (patch)
treef7c3946a55a3f82b772c3bd82004aca57aa3c26b
parente566dbb547ffa2ebea9cd7c529d9bf5edb920f9a (diff)
downloadmum-49f4b7a7158f768e5bd04047b44b759f84529036.tar.gz
bump mumble-protocol to 0.4.1
-rw-r--r--Cargo.lock4
-rw-r--r--mumd/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index edf9c90..904fe44 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1162,9 +1162,9 @@ dependencies = [
[[package]]
name = "mumble-protocol"
-version = "0.4.0"
+version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a853f0a6938b65b17fbdaf6ee8a2dcd5e6d12c27f38c93ecd5a647a5c4357e8"
+checksum = "4071096f63c6e9853c32825096af49caf6667979ff67a765ba23dffcf3c77160"
dependencies = [
"byteorder",
"bytes",
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index d13bdc8..0f5edb1 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -30,7 +30,7 @@ futures-util = "0.3"
hound = "3.4"
ipc-channel = "0.14"
log = "0.4"
-mumble-protocol = "0.4.0"
+mumble-protocol = "0.4.1"
native-tls = "0.2"
openssl = { version = "0.10" }
opus = "0.2"