Skip to content

Commit

Permalink
build(deps): bump nix from 0.27.1 to 0.28.0 in /tmpl8
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.27.1...v0.28.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent b7fb8e1 commit 062aacd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 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.27", default-features = false, features = ["fs"] }
nix = { version = "0.28", default-features = false, features = ["fs"] }
regex = "1.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 062aacd

Please sign in to comment.