build(deps): bump nix from 0.30.0 to 0.30.1

Bumps [nix](https://github.com/nix-rust/nix) from 0.30.0 to 0.30.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.30.0...v0.30.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-05 03:08:49 +00:00
committed by GitHub
parent 9836976905
commit db60087142
Generated
+3 -3
View File
@@ -307,7 +307,7 @@ dependencies = [
"clap",
"faccess",
"filetime",
"nix 0.30.0",
"nix 0.30.1",
"onig",
"predicates",
"pretty_assertions",
@@ -546,9 +546,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.30.0"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537bc3c4a347b87fd52ac6c03a02ab1302962cfd93373c5d7a112cdc337854cc"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags 2.4.1",
"cfg-if",