diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2018-03-28 19:50:58 +0200 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2018-03-28 19:50:58 +0200 |
commit | 0918ac8cc71d07ee33883b2c7d4f37d0579605ea (patch) | |
tree | cdc45d6faee2ad5de404f3c0dfb4070274cb9794 /components/profile/Cargo.toml | |
parent | 84513d43bae2de596686e01d3584cb560a3e6e9e (diff) | |
download | servo-0918ac8cc71d07ee33883b2c7d4f37d0579605ea.tar.gz servo-0918ac8cc71d07ee33883b2c7d4f37d0579605ea.zip |
Bump env_logger to 0.5 and log to 0.4 in every servo crate
Diffstat (limited to 'components/profile/Cargo.toml')
-rw-r--r-- | components/profile/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml index 5ef8edbc8f7..ff9b4788fb0 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -17,7 +17,7 @@ profile_traits = {path = "../profile_traits"} influent = "0.4" ipc-channel = "0.10" heartbeats-simple = "0.4" -log = "0.3.5" +log = "0.4" serde = "1.0" serde_json = "1.0" servo_config = {path = "../config"} |