浏览代码

build(deps): bump the production-dependencies group with 1 update

Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.

Updates `nix` to 0.27.1
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.27.0...v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 年之前
父节点
当前提交
d71d5f72ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -83,7 +83,7 @@ lazy_static = { version = "1", default-features = false }
 libc = { version = "0.2.105", default-features = false }
 log = { version = "0.4", default-features = false }
 netns-rs = { version = "0.1", default-features = false }
-nix = { version = "0.27.0", default-features = false }
+nix = { version = "0.28.0", default-features = false }
 num_enum = { version = "0.7", default-features = false }
 object = { version = "0.32", default-features = false }
 proc-macro-error = { version = "1.0", default-features = false }