Skip to content

Commit 689ee22

Browse files
chore(deps): bump nix from 0.30.1 to 0.31.2 (#58)
Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.2. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 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 009a9ec commit 689ee22

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -66,7 +66,7 @@ toml = "1.1"
6666
# dance does. Non-Linux builds compile the module's `Subscriber::new` to
6767
# a stub that returns `NetlinkError::Unsupported`.
6868
[target.'cfg(target_os = "linux")'.dependencies]
69-
nix = { version = "0.30", default-features = false, features = ["socket", "net", "uio"] }
69+
nix = { version = "0.31", default-features = false, features = ["socket", "net", "uio"] }
7070

7171
[[bin]]
7272
name = "5spot-reclaim-agent"

0 commit comments

Comments
 (0)