summaryrefslogtreecommitdiff
path: root/scripts/native-utils/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-10 11:48:01 +0200
committerGitHub <noreply@github.com>2023-09-10 11:48:01 +0200
commit212e2d6b0d820fc9f1e79f7b5feeea2824db51bb (patch)
tree1f7a97f9a26ebd39d0cd03823c23a0a522ad98a9 /scripts/native-utils/Cargo.lock
parent18691b5d9cc425ba0cee192cf4b582be8c570999 (diff)
fix(deps): update rust crate log to 0.4.20 (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'scripts/native-utils/Cargo.lock')
-rw-r--r--scripts/native-utils/Cargo.lock7
1 files changed, 2 insertions, 5 deletions
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"