Skip to content

Commit

Permalink
Bump nix from 0.26.2 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.27.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.26.2...v0.27.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 Aug 28, 2023
1 parent 3dade50 commit dd7aba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
26 changes: 4 additions & 22 deletions 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 lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ is_executable = "1.0.1"
metrics = { workspace = true }
metrics-exporter-prometheus = { version = "0.12.1", default-features = false, features = ["http-listener"]}
metrics-util = { version = "0.15" }
nix = { version = "0.26" }
nix = { version = "0.27" }
num_cpus = { version = "1.16" }
once_cell = "1.18"
rand = { workspace = true, default-features = false, features = ["small_rng", "std", "std_rng" ]}
Expand Down

0 comments on commit dd7aba4

Please sign in to comment.