From 10440615b8703c8259e96d85e91357a20e876efb Mon Sep 17 00:00:00 2001 From: Henk Kalkwater Date: Fri, 26 Feb 2021 16:02:47 +0100 Subject: [PATCH] Switch temporarily to non-broken fork of dependencies --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2153a01..f0b9e15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,7 +1309,7 @@ dependencies = [ [[package]] name = "rtp" version = "0.1.0" -source = "git+https://github.com/johni0702/rtp?rev=6c0223d#6c0223d8a43ea5251574c541e72461b5d18a3906" +source = "git+https://github.com/HenkKalkwater/rtp?rev=7b6835c#7b6835cabac33a9448ec41cc3e72831dc43cfdf4" dependencies = [ "aes-ctr", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 83d4c95..a1d953a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ mumble-protocol = { version = "0.4", features = ["webrtc-extensions"] } tokio-tungstenite = "0.13" http = "0.2" tungstenite = "0.12" -rtp = { git = "https://github.com/johni0702/rtp", rev = "6c0223d", features = ["rfc5764-openssl"] } +rtp = { git = "https://github.com/HenkKalkwater/rtp", rev = "7b6835c", features = ["rfc5764-openssl"] } libnice = "0.3" webrtc-sdp = "0.3" openssl = "0.10"