diff options
| author | nzbr <mail@nzbr.de> | 2023-09-09 15:14:02 +0200 |
|---|---|---|
| committer | nzbr <mail@nzbr.de> | 2023-09-09 15:14:02 +0200 |
| commit | 68b6896bc5aa87c50d3f43ae3e0603f4b6db754e (patch) | |
| tree | b17967d38c212c126269a5dc625ebd143c5bfad9 /scripts/native-utils/Cargo.toml | |
| parent | f8a469bbf14cc6bec322e8c0c7f48b9f2f522942 (diff) | |
fix: pin rust dependencies; undo cargo lock update
Diffstat (limited to 'scripts/native-utils/Cargo.toml')
| -rw-r--r-- | scripts/native-utils/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
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" |
