Skip to content

Commit

Permalink
Merge pull request #259 from nix-community/renovate/lock-file-mainten…
Browse files Browse the repository at this point in the history
…ance

chore(deps): lock file maintenance
  • Loading branch information
nzbr committed Sep 9, 2023
2 parents f060a30 + 68b6896 commit 7d9b71a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions scripts/native-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d9b71a

Please sign in to comment.