Merge pull request #12 from moznion/renovate/rust-log-0.x

Update Rust crate log to 0.4.13
This commit is contained in:
moznion
2021-01-23 14:53:00 +09:00
committed by GitHub

View File

@@ -18,6 +18,6 @@ chrono = "0.4"
rand = "0.8.1" rand = "0.8.1"
num_enum = "0.5.1" num_enum = "0.5.1"
thiserror = "1.0" thiserror = "1.0"
log = "0.4.11" log = "0.4.13"
tokio = { version = "1.0.1", features = ["full"] } tokio = { version = "1.0.1", features = ["full"] }
async-trait = "0.1.42" async-trait = "0.1.42"