summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:25 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:25 +0100
commit30b3bf6a0e7ffb78314454e5d496be5758dfebce (patch)
treec3735bbf577d7a15afec8cbea54314ab21685827 /Cargo.toml
parent39d660e3a9479529056e0735840c3e7c611841d5 (diff)
Update dependency: log: 0.3 -> 0.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 365210c..a40bfdb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-log = "0.3"
+log = "0.4"
tracing = "0.1"
toml = "0.5"
serde = "1"