Skip to content

Commit 20e40fc

Browse files
Bump nix from 0.29.0 to 0.30.1
Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1fdc28 commit 20e40fc

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.

services/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ wkt = { workspace = true }
9191
zip = { workspace = true }
9292

9393
[target.'cfg(target_os = "linux")'.dependencies]
94-
nix = { version = "0.29", features = ["socket"] }
94+
nix = { version = "0.30", features = ["socket"] }
9595

9696
[dev-dependencies]
9797
assert_cmd = { workspace = true }

0 commit comments

Comments
 (0)