Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 9e912bc

Browse files
chore: bump nix from 0.29.0 to 0.30.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2836cb7 commit 9e912bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clap = { version = "4.5", features = [ "cargo" ] }
2323
gpio = "0.4"
2424
librgbmatrix-sys = { version = "0.15", optional = true }
2525
net2 = "0.2"
26-
nix = { version = "0.29", features = [ "fs", "term", "net", "poll" ] }
26+
nix = { version = "0.30", features = [ "fs", "term", "net", "poll" ] }
2727
regex = "1"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)