summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-22 05:19:40 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-22 05:36:34 +0000
commit4d416773a1fcc8b5960adc5350740effe367ac8d (patch)
tree67374611e62ce05db5b02b3c3fcba5286b18c9a6
parente040dc1be68479d389a89477983c578212155306 (diff)
build(deps): bump nix from 0.19.1 to 0.20.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.19.1 to 0.20.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/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 15 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6bfa9cc6..926e9c03b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -95,7 +95,7 @@ dependencies = [
"lazycell",
"libc",
"mach",
- "nix",
+ "nix 0.19.1",
"num-traits",
"uom",
"winapi",
@@ -699,6 +699,18 @@ dependencies = [
]
[[package]]
+name = "nix"
+version = "0.20.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
+dependencies = [
+ "bitflags 1.2.1",
+ "cc",
+ "cfg-if 1.0.0",
+ "libc",
+]
+
+[[package]]
name = "notify-rust"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1304,7 +1316,7 @@ dependencies = [
"indexmap",
"log",
"native-tls",
- "nix",
+ "nix 0.20.0",
"notify-rust",
"once_cell",
"open",
diff --git a/Cargo.toml b/Cargo.toml
index 8ae7205f0..c7a8f76ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -84,7 +84,7 @@ winapi = { version = "0.3.9", features = [
] }
[target.'cfg(not(windows))'.dependencies]
-nix = "0.19.1"
+nix = "0.20.0"
[build-dependencies]
shadow-rs = "0.5.24"