diff --git a/Cargo.lock b/Cargo.lock index 8a2560da7..cc4135298 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.5.13" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -637,7 +637,7 @@ dependencies = [ "actix-web 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "cincinnati 0.1.0", "dkregistry 0.2.2-alpha.0 (git+https://github.com/camallo/dkregistry-rs.git?rev=b6573b0e2c18da6f1e50ebfc1a0d6b7ec3c8accf)", - "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1160,7 +1160,7 @@ dependencies = [ "actix 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "cincinnati 0.1.0", - "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2196,7 +2196,7 @@ dependencies = [ "checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" "checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" "checksum encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)" = "065f4d0c826fdaef059ac45487169d918558e3cf86c9d89f6e81cf52369126e5" -"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" +"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e" "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" "checksum error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46" "checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" diff --git a/graph-builder/Cargo.toml b/graph-builder/Cargo.toml index d6cfa002a..300fbbd7a 100644 --- a/graph-builder/Cargo.toml +++ b/graph-builder/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Alex Crawford "] [dependencies] actix-web = "^0.7.8" cincinnati = { path = "../cincinnati" } -env_logger = "^0.5.10" +env_logger = "^0.6.0" itertools = "^0.7.8" failure = "^0.1.1" flate2 = "^1.0.1" diff --git a/policy-engine/Cargo.toml b/policy-engine/Cargo.toml index f841add5b..3a574677c 100644 --- a/policy-engine/Cargo.toml +++ b/policy-engine/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Alex Crawford "] actix = "^0.7.6" actix-web = "^0.7.8" cincinnati = { path = "../cincinnati" } -env_logger = "^0.5.10" +env_logger = "^0.6.0" failure = "^0.1.1" futures = "^0.1.23" hyper = "^0.12.6"