diff --git a/Cargo.lock b/Cargo.lock index 5273983..c67beef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,7 @@ dependencies = [ [[package]] name = "mumble-web-proxy" -version = "0.1.0" +version = "0.1.1" dependencies = [ "argparse", "byteorder", @@ -1151,7 +1151,7 @@ dependencies = [ "handy_async", "num", "openssl", - "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-crypto", "tokio-openssl", "tokio-util", "trackable", @@ -1162,12 +1162,6 @@ name = "rust-crypto" version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a" -replace = "rust-crypto 0.2.36 (git+https://github.com/awmath/rust-crypto.git?branch=avx2)" - -[[package]] -name = "rust-crypto" -version = "0.2.36" -source = "git+https://github.com/awmath/rust-crypto.git?branch=avx2#394c247254dbe2ac5d44483232cf335d10cf0260" dependencies = [ "gcc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 76a1acd..cb62a9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,3 @@ rtp = { git = "https://github.com/johni0702/rtp", rev = "1444b3c", features = [" libnice = "0.2.1" webrtc-sdp = "0.3" openssl = "0.10" - -[replace] -"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }