diff options
| -rw-r--r-- | .vscode/settings.json | 2 | ||||
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | scripts/native-utils/Cargo.toml | 10 |
3 files changed, 11 insertions, 13 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 3f28854..218a47b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,9 +6,7 @@ "commandCenter.border": "#e7e7e799", "sash.hoverBorder": "#6194da", "titleBar.activeBackground": "#3878d0", - "titleBar.activeForeground": "#e7e7e7", "titleBar.inactiveBackground": "#3878d099", - "titleBar.inactiveForeground": "#e7e7e799" }, "peacock.remoteColor": "#3878d0" } @@ -21,11 +21,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1690470004, - "narHash": "sha256-l57RmPhPz9r1LGDg/0v8bYgJO8R+GGTQZtkIxE7negU=", + "lastModified": 1694048570, + "narHash": "sha256-PEQptwFCVaJ+jLFJgrZll2shQ9VI/7xVhrCYkJo8iIw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9462344318b376e157c94fa60c20a25b913b2381", + "rev": "4f77ea639305f1de0a14d9d41eef83313360638c", "type": "github" }, "original": { 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" |
