From 0c67e82a6635145b1276adf08f3c789676998cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 11:17:34 +0000 Subject: [PATCH] Update nix requirement from 0.13 to 0.14 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.13.0...v0.14.0) Signed-off-by: dependabot[bot] --- riptide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riptide/Cargo.toml b/riptide/Cargo.toml index 98979dd..1a1e1cb 100644 --- a/riptide/Cargo.toml +++ b/riptide/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" bytes = "0.4" itertools = "0.8" log = "0.4" -nix = "0.13" +nix = "0.14" utf-8 = "0.7" [dependencies.riptide-syntax]