summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornzbr <mail@nzbr.de>2023-09-09 15:36:21 +0200
committerGitHub <noreply@github.com>2023-09-09 15:36:21 +0200
commit7d9b71afe76c87b3d8d2052662c7c9d1f851f735 (patch)
treeb17967d38c212c126269a5dc625ebd143c5bfad9
parentf060a305cd60ce032e174951eec390432eddaede (diff)
parent68b6896bc5aa87c50d3f43ae3e0603f4b6db754e (diff)
Merge pull request #259 from nix-community/renovate/lock-file-maintenance
chore(deps): lock file maintenance
-rw-r--r--.vscode/settings.json2
-rw-r--r--flake.lock12
-rw-r--r--scripts/native-utils/Cargo.toml10
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"
}
diff --git a/flake.lock b/flake.lock
index f6cc1c6..040e9b3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"