diff --git a/Cargo.toml b/Cargo.toml index 6b06a3a..8e26505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ log = "0.3.7" # http://rust-lang-nursery.github.io/log/env_logger/ # A logger configured via an environment variable which writes to standard error. -env_logger = "0.4.2" +env_logger = "0.7.0" # https://github.com/sfackler/rust-postgres # A native PostgreSQL driver for Rust.