From e3aa14c83956680a9069d7ac341919e2032b2d1d Mon Sep 17 00:00:00 2001 From: silvester Date: Wed, 26 Oct 2016 12:43:16 +0200 Subject: [PATCH] use ssl --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75fbe27b..3e955fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,7 +17,7 @@ dependencies = [ "linear-map 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "lmdb-rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "mdns 0.1.0 (git+http://github.com/plietar/rust-mdns)", + "mdns 0.1.0 (git+https://github.com/plietar/rust-mdns)", "num 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)", "portaudio 0.2.0 (git+https://github.com/mvdnes/portaudio-rs)", @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "dns-parser" version = "0.3.2" -source = "git+http://github.com/plietar/dns-parser#1dfc065504f8e18390fff988dd45d3072157e3b7" +source = "git+https://github.com/plietar/dns-parser#1dfc065504f8e18390fff988dd45d3072157e3b7" dependencies = [ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -363,10 +363,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdns" version = "0.1.0" -source = "git+http://github.com/plietar/rust-mdns#18df08221acdcdc8ef41af291f26afed2cdaea57" +source = "git+https://github.com/plietar/rust-mdns#18df08221acdcdc8ef41af291f26afed2cdaea57" dependencies = [ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "dns-parser 0.3.2 (git+http://github.com/plietar/dns-parser)", + "dns-parser 0.3.2 (git+https://github.com/plietar/dns-parser)", "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1273,7 +1273,7 @@ dependencies = [ "checksum clippy 0.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "d19bda68c3db98e3a780342f6101b44312fef20a5f13ce756d1202a35922b01b" "checksum clippy_lints 0.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "3d4ed67c69b9bb35169be2538691d290a3aa0cbfd4b9f0bfb7c221fc1d399a96" "checksum cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0e3d6405328b6edb412158b3b7710e2634e23f3614b9bb1c412df7952489a626" -"checksum dns-parser 0.3.2 (git+http://github.com/plietar/dns-parser)" = "" +"checksum dns-parser 0.3.2 (git+https://github.com/plietar/dns-parser)" = "" "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" "checksum eventual 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b9bda6d089b434ca50f3d6feb5fca421309b8bac97b8be9af51cff879fa3f54b" "checksum gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "91ecd03771effb0c968fd6950b37e89476a578aaf1c70297d8e92b6516ec3312" @@ -1297,7 +1297,7 @@ dependencies = [ "checksum lmdb-rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f15b872c3d8567e5e8c041e317713d20fe1bdf8d9ee7b730ffa456a8ef3cedb7" "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" "checksum matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "15305656809ce5a4805b1ff2946892810992197ce1270ff79baded852187942e" -"checksum mdns 0.1.0 (git+http://github.com/plietar/rust-mdns)" = "" +"checksum mdns 0.1.0 (git+https://github.com/plietar/rust-mdns)" = "" "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" "checksum mime 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5c93a4bd787ddc6e7833c519b73a50883deb5863d76d9b71eb8216fb7f94e66" "checksum mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e" diff --git a/Cargo.toml b/Cargo.toml index 7006bc99..df5b2781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ clippy = { version = "*", optional = true } openssl = { version = "0.7", optional = true } -mdns = { git = "http://github.com/plietar/rust-mdns" } +mdns = { git = "https://github.com/plietar/rust-mdns" } [build-dependencies] vergen = "~0.1.0"