Skip to content

Commit 6190770

Browse files
Bump nix from 0.30.1 to 0.31.1 (#49)
Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db476a5 commit 6190770

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -10,7 +10,7 @@ keywords = ["command", "process", "child", "subprocess", "fd"]
1010
categories = ["os::unix-apis"]
1111

1212
[dependencies]
13-
nix = { version = "0.30.1", features = ["fs"] }
13+
nix = { version = "0.31.1", features = ["fs"] }
1414
thiserror = "2.0.18"
1515
tokio = { version = "1.49.0", optional = true, default-features = false, features = [
1616
"process",

0 commit comments

Comments
 (0)