summaryrefslogtreecommitdiff
path: root/scripts/native-utils
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
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')
-rw-r--r--scripts/native-utils/Cargo.lock7
-rw-r--r--scripts/native-utils/Cargo.toml2
2 files changed, 3 insertions, 6 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"
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"] }