From 692c6bca9f48191d1b13a461ef7353089463bbe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:29:18 +0000 Subject: [PATCH] build(deps): bump log from 0.4.19 to 0.4.20 Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.19...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03c1c3d..f5fcbe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,9 +782,9 @@ dependencies = [ [[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 = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 9b0fc2a..5820fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ elementtree = "1.2.3" elf = "0.7.2" env_logger = "0.10.0" flate2 = "1.0.27" -log = "0.4.19" +log = "0.4.20" ostree = { version = "0.18.0", features = ["v2021_5"] } reqwest = { version = "0.11.18", features = ["json", "blocking"] } serde = { version = "1.0.183", features = ["derive"] }