From 1e449cba59fcd5ceaa8764fa6074335bdb18a719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 05:03:41 +0000 Subject: [PATCH 1/3] Bump goblin from 0.5.2 to 0.5.3 Bumps [goblin](https://github.com/m4b/goblin) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/m4b/goblin/releases) - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/compare/0.5.2...0.5.3) --- updated-dependencies: - dependency-name: goblin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a10de2f..343c5686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfeb764aa29a0774d290c2df134a37ab2e3c1ba59009162626658aabefda321a" +checksum = "91766b1121940d622933a13e20665857648681816089c9bc2075c4b75a6e4f6b" dependencies = [ "log", "plain", From 08d22722fd330f59b32bddb3e3e6ad1ba36139b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 05:03:44 +0000 Subject: [PATCH 2/3] Bump nix from 0.24.1 to 0.24.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.24.2/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a10de2f..6a38059f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,9 +618,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9" +checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" dependencies = [ "bitflags", "cfg-if", @@ -1103,7 +1103,7 @@ dependencies = [ "libc", "log", "mac_address", - "nix 0.24.1", + "nix 0.24.2", "raw-cpuid", "rftrace", "rftrace-frontend", From 605c175570e092b7adcc4988f8c820db57382a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 05:03:54 +0000 Subject: [PATCH 3/3] Bump clap from 3.2.11 to 3.2.12 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.11 to 3.2.12. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.11...v3.2.12) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a10de2f..53616d45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.11" +version = "3.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d646c7ade5eb07c4aa20e907a922750df0c448892513714fd3e4acbc7130829f" +checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d" dependencies = [ "atty", "bitflags", @@ -1087,7 +1087,7 @@ dependencies = [ "burst", "byte-unit", "byteorder", - "clap 3.2.11", + "clap 3.2.12", "core_affinity", "criterion", "either",