diff --git a/.gitignore b/.gitignore index aea6017..1667cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.idea /target **/*.rs.bk rsddns.yml diff --git a/Cargo.lock b/Cargo.lock index 888418b..433b015 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ [[package]] name = "cloudflare" version = "0.1.0" -source = "git+ssh://git@gitlab.sothr.com:9141/github/cloudflare-rs.git?branch=develop#916c391acc32877cab48e0f5e0a21640a4234684" +source = "git+https://gitlab.sothr.com:9142/github/cloudflare-rs.git?branch=develop#916c391acc32877cab48e0f5e0a21640a4234684" dependencies = [ "hyper 0.12.9 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1164,7 +1164,7 @@ dependencies = [ "actix-web 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cloudflare 0.1.0 (git+ssh://git@gitlab.sothr.com:9141/github/cloudflare-rs.git?branch=develop)", + "cloudflare 0.1.0 (git+https://gitlab.sothr.com:9142/github/cloudflare-rs.git?branch=develop)", "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1870,7 +1870,7 @@ dependencies = [ "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" -"checksum cloudflare 0.1.0 (git+ssh://git@gitlab.sothr.com:9141/github/cloudflare-rs.git?branch=develop)" = "" +"checksum cloudflare 0.1.0 (git+https://gitlab.sothr.com:9142/github/cloudflare-rs.git?branch=develop)" = "" "checksum cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1465f8134efa296b4c19db34d909637cb2bf0f7aaf21299e23e18fa29ac557cf" "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" diff --git a/Cargo.toml b/Cargo.toml index a57f661..98af057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ serde_yaml = "0.8" futures = "0.1" actix-web = "0.7" lazy_static = "1.2.0" -cloudflare = { git = "ssh://git@gitlab.sothr.com:9141/github/cloudflare-rs.git", branch = "develop" } \ No newline at end of file +cloudflare = { git = "https://gitlab.sothr.com:9142/github/cloudflare-rs.git", branch = "develop" } \ No newline at end of file