diff --git a/Cargo.lock b/Cargo.lock index 76872e1..a3224b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,9 +216,9 @@ checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" [[package]] name = "log" -version = "0.4.18" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml index d1d3b2b..a958736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.64.0" anyhow = "1.0.71" clap = { version = "4.3.3", default-features = false, features = ["std", "derive", "help"] } env_logger = { version = "0.10.0", features = ["humantime"], default-features = false } -log = "0.4.18" +log = "0.4.19" serde_json = { version = "1.0.96", default-features = false } tempfile = "3.6.0" ureq = { version = "2.6.2", default-features = false, features = ["json", "rustls", "tls"] }