Switch temporarily to non-broken fork of dependencies
This commit is contained in:
parent
0cbc9869f1
commit
10440615b8
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue