From 5a95c627acd62870f47e1e4b6b1032118191d06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:22:47 +0000 Subject: [PATCH] chore(deps): bump nix from 0.20.0 to 0.20.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.20.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.20.2/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.20.0...v0.20.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++++++------- vendor/deno/cli/Cargo.toml | 2 +- vendor/deno/runtime/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc9d36aa6..244dabc88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -812,7 +814,7 @@ dependencies = [ "lazy_static", "libc", "log", - "nix 0.20.0", + "nix 0.20.2", "notify", "num_cpus", "os_pipe", @@ -988,7 +990,7 @@ dependencies = [ "lazy_static", "libc", "log", - "nix 0.20.0", + "nix 0.20.2", "notify", "percent-encoding", "regex", @@ -1994,9 +1996,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "libsecp256k1" @@ -2172,14 +2174,15 @@ dependencies = [ [[package]] name = "nix" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" +checksum = "f5e06129fb611568ef4e868c14b326274959aa70ff7776e9d55323531c374945" dependencies = [ "bitflags", "cc", "cfg-if 1.0.0", "libc", + "memoffset", ] [[package]] @@ -3017,7 +3020,7 @@ dependencies = [ "libc", "log", "memchr", - "nix 0.20.0", + "nix 0.20.2", "radix_trie", "scopeguard", "smallvec 1.6.1", diff --git a/vendor/deno/cli/Cargo.toml b/vendor/deno/cli/Cargo.toml index 635d645c8..1075d7641 100644 --- a/vendor/deno/cli/Cargo.toml +++ b/vendor/deno/cli/Cargo.toml @@ -99,7 +99,7 @@ trust-dns-client = "0.20.1" [target.'cfg(unix)'.dev-dependencies] exec = "0.3.1" # Used in test_raw_tty -nix = "0.20.0" +nix = "0.20.2" [package.metadata.winres] # This section defines the metadata that appears in the deno.exe PE header. diff --git a/vendor/deno/runtime/Cargo.toml b/vendor/deno/runtime/Cargo.toml index 47eeca537..07efe6184 100644 --- a/vendor/deno/runtime/Cargo.toml +++ b/vendor/deno/runtime/Cargo.toml @@ -79,7 +79,7 @@ fwdansi = "1.1.0" winapi = { version = "0.3.9", features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } [target.'cfg(unix)'.dependencies] -nix = "0.20.0" +nix = "0.20.2" [dev-dependencies] # Used in benchmark