From 212e2d6b0d820fc9f1e79f7b5feeea2824db51bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:48:01 +0200 Subject: fix(deps): update rust crate log to 0.4.20 (#287) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/native-utils/Cargo.lock | 7 ++----- scripts/native-utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'scripts/native-utils') diff --git a/scripts/native-utils/Cargo.lock b/scripts/native-utils/Cargo.lock index fd95a4b..3c8c369 100644 --- a/scripts/native-utils/Cargo.lock +++ b/scripts/native-utils/Cargo.lock @@ -190,12 +190,9 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "log" -version = "0.4.17" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "memchr" diff --git a/scripts/native-utils/Cargo.toml b/scripts/native-utils/Cargo.toml index 294dacf..9e43816 100644 --- a/scripts/native-utils/Cargo.toml +++ b/scripts/native-utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } nix = { version = "0.25.0", features = ["process"] } -log = "0.4.17" +log = "0.4.20" kernlog = "0.3.1" clap = { version = "4.1.4", features = ["derive"] } -- cgit v1.2.3