Switch temporarily to non-broken fork of dependencies

This commit is contained in:
Chris Josten 2021-02-26 16:02:47 +01:00
parent 0cbc9869f1
commit 10440615b8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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"