summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 07:50:12 +0000
committerGitHub <noreply@github.com>2022-07-25 07:50:12 +0000
commit813d3b7d64f10b75c604248e635bcba769529ef9 (patch)
treed227341b42844c5f2afc516a72eea6aef298f945 /Cargo.lock
parentd36d1ef240e9657cd1654b8ffa131693241735c1 (diff)
Bump nix from 0.23.1 to 0.24.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.2. - [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.23.1...v0.24.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 3 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20219666..dd66c7a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -868,7 +868,7 @@ dependencies = [
"backoff",
"log",
"mockito",
- "nix 0.23.1",
+ "nix",
"regex",
"reqwest",
"serde",
@@ -983,7 +983,7 @@ name = "flockfile"
version = "0.7.3"
dependencies = [
"assert_matches",
- "nix 0.23.1",
+ "nix",
"tempfile",
"thiserror",
"tracing",
@@ -1697,19 +1697,6 @@ dependencies = [
[[package]]
name = "nix"
-version = "0.23.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
-dependencies = [
- "bitflags",
- "cc",
- "cfg-if 1.0.0",
- "libc",
- "memoffset",
-]
-
-[[package]]
-name = "nix"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
@@ -2989,7 +2976,7 @@ dependencies = [
"futures",
"inotify",
"maplit",
- "nix 0.24.2",
+ "nix",
"strum_macros",
"tedge_test_utils",
"tempfile",