Skip to content

Commit

Permalink
Update nix requirement from 0.13 to 0.14
Browse files Browse the repository at this point in the history
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](nix-rust/nix@v0.13.0...v0.14.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed May 22, 2019
1 parent d9f36be commit 0c67e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riptide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0c67e82

Please sign in to comment.