Replace http: links with https:

This commit is contained in:
Dominic 2022-11-29 14:29:19 +01:00 committed by Dirkjan Ochtman
parent da6bdca577
commit 0808636d92
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ Trust-DNS is a safe and secure DNS server with DNSEC support.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-server"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS is a safe and secure DNS library, for async-std. This Resolver library
# These URLs point to more information about the repository
documentation = "https://docs.rs/async-std-resolver"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -18,7 +18,7 @@ Trust-DNS is a safe and secure DNS library. This is the Client library with DNSe
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS is a safe and secure DNS library. This is the foundational DNS protoco
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-proto"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -18,7 +18,7 @@ Trust-DNS Recursor is a safe and secure DNS recursive resolver with DNSSec suppo
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-recursor"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS is a safe and secure DNS library. This Resolver library uses the Clie
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-resolver"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -19,7 +19,7 @@ Trust-DNS is a safe and secure DNS server with DNSSec support.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-server"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS compatability testing library.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS integration testing library.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Utilities that complement Trust-DNS.
# These URLs point to more information about the repository
documentation = "https://docs.rs/crate/trust-dns-util"
homepage = "http://www.trust-dns.org/index.html"
homepage = "https://www.trust-dns.org/index.html"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The