summaryrefslogtreecommitdiff
path: root/scripts/native-utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/native-utils/Cargo.toml')
-rw-r--r--scripts/native-utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"