diff --git a/Cargo.lock b/Cargo.lock index 5bbc17a..514223d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,9 +215,9 @@ checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml index 7f6baeb..bc280ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.64.0" anyhow = "1.0.71" clap = { version = "4.3.11", default-features = false, features = ["std", "derive", "help"] } env_logger = { version = "0.10.0", features = ["humantime"], default-features = false } -log = "0.4.19" +log = "0.4.20" serde_json = { version = "1.0.100", default-features = false } tempfile = "3.6.0" ureq = { version = "2.7.1", default-features = false, features = ["json", "rustls", "tls"] }