Merge pull request #57 from shibedrill/dependabot/cargo/nix-0.30.1

Bump nix from 0.29.0 to 0.30.1
This commit is contained in:
August 2025-07-04 11:50:19 -04:00 committed by GitHub
commit ab003a169b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1469,9 +1469,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.29.0"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags 2.9.0",
"cfg-if",

View File

@ -28,5 +28,5 @@ octocrab = "0.44.1"
tempfile = "3.19.1"
self-replace = "1.5.0"
zip = "4.2.0"
nix = { version = "0.29.0", features = ["process"] }
nix = { version = "0.30.1", features = ["process"] }
minreq = { version = "2.14.0", features = ["https"] }