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 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'scripts/native-utils/Cargo.lock') 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" -- cgit v1.2.3