diff -Nru rust-env-proxy-0.3.1/Cargo.toml rust-env-proxy-0.4.0/Cargo.toml --- rust-env-proxy-0.3.1/Cargo.toml 1970-01-01 00:00:00.000000000 +0000 +++ rust-env-proxy-0.4.0/Cargo.toml 1970-01-01 00:00:00.000000000 +0000 @@ -13,7 +13,7 @@ [package] edition = "2018" name = "env_proxy" -version = "0.3.1" +version = "0.4.0" authors = ["Ivan Nejgebauer "] description = "Determination of proxy parameters for a URL from the environment" homepage = "https://github.com/inejge/env_proxy" @@ -26,6 +26,6 @@ version = "0.4" [dependencies.url] -version = "1" +version = "2" [dev-dependencies.lazy_static] version = "1" diff -Nru rust-env-proxy-0.3.1/Cargo.toml.orig rust-env-proxy-0.4.0/Cargo.toml.orig --- rust-env-proxy-0.3.1/Cargo.toml.orig 1970-01-01 00:00:00.000000000 +0000 +++ rust-env-proxy-0.4.0/Cargo.toml.orig 1970-01-01 00:00:00.000000000 +0000 @@ -13,7 +13,7 @@ [package] edition = "2018" name = "env_proxy" -version = "0.3.1" +version = "0.4.0" authors = ["Ivan Nejgebauer "] description = "Determination of proxy parameters for a URL from the environment" homepage = "https://github.com/inejge/env_proxy" @@ -26,6 +26,6 @@ version = "0.4" [dependencies.url] -version = "1" +version = "2" [dev-dependencies.lazy_static] version = "1" diff -Nru rust-env-proxy-0.3.1/.cargo_vcs_info.json rust-env-proxy-0.4.0/.cargo_vcs_info.json --- rust-env-proxy-0.3.1/.cargo_vcs_info.json 1970-01-01 00:00:00.000000000 +0000 +++ rust-env-proxy-0.4.0/.cargo_vcs_info.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +1,5 @@ { "git": { - "sha1": "8bcfd3a80ac2f46288b513df7964888438b2e288" + "sha1": "0f5ee6eeae272b63d630bc0ae32d6fb7652534fc" } } diff -Nru rust-env-proxy-0.3.1/debian/cargo-checksum.json rust-env-proxy-0.4.0/debian/cargo-checksum.json --- rust-env-proxy-0.3.1/debian/cargo-checksum.json 2019-07-14 08:12:17.000000000 +0000 +++ rust-env-proxy-0.4.0/debian/cargo-checksum.json 2019-10-28 11:06:08.000000000 +0000 @@ -1 +1 @@ -{"package":"700798562fcbc0a4c89546df5dfa8586e82345026e3992242646d527dec948e4","files":{}} +{"package":"8731da06ff3731a69115a2910345ae5ee8d1fe09c846a9eca101b444a30ad454","files":{}} diff -Nru rust-env-proxy-0.3.1/debian/changelog rust-env-proxy-0.4.0/debian/changelog --- rust-env-proxy-0.3.1/debian/changelog 2019-07-14 08:12:17.000000000 +0000 +++ rust-env-proxy-0.4.0/debian/changelog 2019-10-28 11:06:08.000000000 +0000 @@ -1,3 +1,10 @@ +rust-env-proxy (0.4.0-1) unstable; urgency=medium + + * Team upload. + * Package env_proxy 0.4.0 from crates.io using debcargo 2.2.10 + + -- Andrej Shadura Mon, 28 Oct 2019 12:06:08 +0100 + rust-env-proxy (0.3.1-1) unstable; urgency=medium * Package env_proxy 0.3.1 from crates.io using debcargo 2.2.10 diff -Nru rust-env-proxy-0.3.1/debian/control rust-env-proxy-0.4.0/debian/control --- rust-env-proxy-0.3.1/debian/control 2019-07-14 08:12:17.000000000 +0000 +++ rust-env-proxy-0.4.0/debian/control 2019-10-28 11:06:08.000000000 +0000 @@ -7,7 +7,7 @@ rustc:native , libstd-rust-dev , librust-log-0.4+default-dev , - librust-url-1+default-dev + librust-url-2+default-dev Maintainer: Debian Rust Maintainers Uploaders: Robin Krahl @@ -23,15 +23,15 @@ Depends: ${misc:Depends}, librust-log-0.4+default-dev, - librust-url-1+default-dev + librust-url-2+default-dev Provides: librust-env-proxy+default-dev (= ${binary:Version}), librust-env-proxy-0-dev (= ${binary:Version}), librust-env-proxy-0+default-dev (= ${binary:Version}), - librust-env-proxy-0.3-dev (= ${binary:Version}), - librust-env-proxy-0.3+default-dev (= ${binary:Version}), - librust-env-proxy-0.3.1-dev (= ${binary:Version}), - librust-env-proxy-0.3.1+default-dev (= ${binary:Version}) + librust-env-proxy-0.4-dev (= ${binary:Version}), + librust-env-proxy-0.4+default-dev (= ${binary:Version}), + librust-env-proxy-0.4.0-dev (= ${binary:Version}), + librust-env-proxy-0.4.0+default-dev (= ${binary:Version}) Description: determine proxy parameters for a URL from the environment - Rust source code This package contains the source for the Rust env_proxy crate, packaged by debcargo for use with cargo and dh-cargo.