From 68b6896bc5aa87c50d3f43ae3e0603f4b6db754e Mon Sep 17 00:00:00 2001 From: nzbr Date: Sat, 9 Sep 2023 15:14:02 +0200 Subject: fix: pin rust dependencies; undo cargo lock update --- scripts/native-utils/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/native-utils/Cargo.toml') diff --git a/scripts/native-utils/Cargo.toml b/scripts/native-utils/Cargo.toml index 14482fc..a72f29b 100644 --- a/scripts/native-utils/Cargo.toml +++ b/scripts/native-utils/Cargo.toml @@ -4,11 +4,11 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = { version = "*", features = ["backtrace"] } -nix = { version = "*", features = ["process"] } -log = "*" -kernlog = "*" -clap = { version = "*", features = ["derive"] } +anyhow = { version = "1.0.65", features = ["backtrace"] } +nix = { version = "0.25.0", features = ["process"] } +log = "0.4.17" +kernlog = "0.3.1" +clap = { version = "4.1.4", features = ["derive"] } [[bin]] name = "systemd-shim" -- cgit v1.2.3