summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-15 08:08:23 -0400
committerGitHub <noreply@github.com>2022-08-15 08:08:23 -0400
commita59207653345839899f6957c0fcfe8503e439457 (patch)
tree1c580bb71d15750598daa7283a26c52ed7b46811
parent1b5cc0cfdabfdbd89b8815a82b265c2a72862afb (diff)
build: bump nix from 0.24.2 to 0.25.0 (#4256)
Bumps [nix](https://github.com/nix-rust/nix) from 0.24.2 to 0.25.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.24.2...v0.25.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1e5472e0e..47fedfa76 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1520,9 +1520,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.126"
+version = "0.2.131"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
+checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
[[package]]
name = "libz-sys"
@@ -1698,10 +1698,11 @@ dependencies = [
[[package]]
name = "nix"
-version = "0.24.2"
+version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
+checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
dependencies = [
+ "autocfg",
"bitflags",
"cfg-if 1.0.0",
"libc",
@@ -2684,7 +2685,7 @@ dependencies = [
"local_ipaddress",
"log",
"mockall",
- "nix 0.24.2",
+ "nix 0.25.0",
"notify-rust",
"once_cell",
"open",
diff --git a/Cargo.toml b/Cargo.toml
index 7fe208b2f..ad523e7f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,7 +105,7 @@ features = [
]
[target.'cfg(not(windows))'.dependencies]
-nix = { version = "0.24.2", default-features = false, features = ["feature", "fs", "user"] }
+nix = { version = "0.25.0", default-features = false, features = ["feature", "fs", "user"] }
[build-dependencies]
shadow-rs = { version = "0.16.2", default-features = false }