From e9476d4acbb2c629687e62d1b4c23bc50528bb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 10:17:16 +0000 Subject: [PATCH] Update nix requirement from 0.22 to 0.23 (#565) Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.22.0...v0.23.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> --- examples/hello_world_until/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world_until/Cargo.toml b/examples/hello_world_until/Cargo.toml index bc8caa4f..2c219d32 100644 --- a/examples/hello_world_until/Cargo.toml +++ b/examples/hello_world_until/Cargo.toml @@ -12,4 +12,4 @@ futures-util = "0.3.14" tokio = { version = "1.11.0", features = ["full"] } [target.'cfg(unix)'.dev-dependencies] -nix = "0.22" +nix = "0.23"