From 8b0fcd3463fb1d0ff97f0993778ab7641d60fc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 11:11:24 +0200 Subject: [PATCH] build: bump nix from 0.22.0 to 0.22.1 (#2990) Bumps [nix](https://github.com/nix-rust/nix) from 0.22.0 to 0.22.1. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.22.1/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e604c0cd..698d40fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,9 +812,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.98" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" +checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765" [[package]] name = "libgit2-sys" @@ -994,9 +994,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf1e25ee6b412c2a1e3fcb6a4499a5c1bfe7f43e014bdce9a6b6666e5aa2d187" +checksum = "e7555d6c7164cc913be1ce7f95cbecdabda61eb2ccd89008524af306fb7f5031" dependencies = [ "bitflags 1.2.1", "cc", @@ -1707,7 +1707,7 @@ dependencies = [ "log", "mockall", "native-tls", - "nix 0.22.0", + "nix 0.22.1", "notify-rust", "once_cell", "open", diff --git a/Cargo.toml b/Cargo.toml index 55cbea0c..3a052a49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ winapi = { version = "0.3.9", features = [ ] } [target.'cfg(not(windows))'.dependencies] -nix = "0.22.0" +nix = "0.22.1" [build-dependencies] shadow-rs = "0.6.10"