summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-09 13:36:59 +0000
committernzbr <mail@nzbr.de>2023-09-09 16:01:13 +0200
commit18691b5d9cc425ba0cee192cf4b582be8c570999 (patch)
tree6daac6a7dd249b95757ca0551e2af64b6ee3780b /scripts
parent487cb982b713210c585ec2a650748907947577d1 (diff)
fix(deps): update rust crate anyhow to 1.0.75
Diffstat (limited to 'scripts')
-rw-r--r--scripts/native-utils/Cargo.lock4
-rw-r--r--scripts/native-utils/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/native-utils/Cargo.lock b/scripts/native-utils/Cargo.lock
index 34a28f6..fd95a4b 100644
--- a/scripts/native-utils/Cargo.lock
+++ b/scripts/native-utils/Cargo.lock
@@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "anyhow"
-version = "1.0.65"
+version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
+checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
dependencies = [
"backtrace",
]
diff --git a/scripts/native-utils/Cargo.toml b/scripts/native-utils/Cargo.toml
index a72f29b..294dacf 100644
--- a/scripts/native-utils/Cargo.toml
+++ b/scripts/native-utils/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-anyhow = { version = "1.0.65", features = ["backtrace"] }
+anyhow = { version = "1.0.75", features = ["backtrace"] }
nix = { version = "0.25.0", features = ["process"] }
log = "0.4.17"
kernlog = "0.3.1"