From 0a31ca5c575c29cb3ae35743e919366a2bc9a948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:31:00 +0800 Subject: [PATCH] build(deps): update nix requirement from 0.28.0 to 0.29.0 (#851) Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poem/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 7f4a799e89..c64004e5a2 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -168,7 +168,7 @@ uuid = { version = "1.8.0", optional = true, default-features = false, features ] } [target.'cfg(unix)'.dependencies] -nix = { version = "0.28.0", features = ["fs", "user"] } +nix = { version = "0.29.0", features = ["fs", "user"] } [dev-dependencies] async-stream = "0.3.2"