summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-01 03:36:27 -0400
committerGitHub <noreply@github.com>2021-06-01 03:36:27 -0400
commite6e62684c696ade81b7aec8c78f64da851906e48 (patch)
tree2c28847d8397d90a87ad7ae1d193382c1169386e /Cargo.toml
parentb023e60b764bbe8222fe83d26ac7e22d0a94a041 (diff)
build: bump nix from 0.20.0 to 0.21.0 (#2773)
Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.21.0. - [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.20.0...v0.21.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19b9d2c75..e91d19f03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -87,7 +87,7 @@ winapi = { version = "0.3.9", features = [
] }
[target.'cfg(not(windows))'.dependencies]
-nix = "0.20.0"
+nix = "0.21.0"
[build-dependencies]
shadow-rs = "0.5.25"