diff options
Diffstat (limited to 'scripts/native-utils')
| -rw-r--r-- | scripts/native-utils/Cargo.lock | 7 | ||||
| -rw-r--r-- | scripts/native-utils/Cargo.toml | 2 |
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"] } |
