Skip to content

Commit

Permalink
Merge pull request #170 from coreos/dependabot/cargo/tmpl8/nix-0.27.1
Browse files Browse the repository at this point in the history
build(deps): bump nix from 0.26.2 to 0.27.1 in /tmpl8
  • Loading branch information
jlebon authored Nov 1, 2023
2 parents 12159c0 + 9050ff8 commit 46ca4a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 deletions tmpl8/Cargo.lock

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

2 changes: 1 addition & 1 deletion tmpl8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
anyhow = "1"
clap = { version = "4", default-features = false, features = ["std", "derive", "error-context", "help", "usage"] }
filetime = "0.2"
nix = { version = "0.26", default-features = false, features = ["fs"] }
nix = { version = "0.27", default-features = false, features = ["fs"] }
regex = "1.9"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 46ca4a4

Please sign in to comment.