From ee7ff09fa99e45527588a01028e8ec40a54dbdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 13:36:46 +0000 Subject: [PATCH] Bump rustfmt-wrapper from 0.1.0 to 0.2.0 Bumps [rustfmt-wrapper](https://github.com/oxidecomputer/rustfmt-wrapper) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/oxidecomputer/rustfmt-wrapper/releases) - [Changelog](https://github.com/oxidecomputer/rustfmt-wrapper/blob/main/CHANGELOG.adoc) - [Commits](https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: rustfmt-wrapper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++++---- nexus/src/db/db-macros/Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b32e7262e2..e7e6d3d1c7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,7 +1080,7 @@ dependencies = [ "heck 0.4.0", "proc-macro2", "quote", - "rustfmt-wrapper", + "rustfmt-wrapper 0.2.0", "serde", "serde_tokenstream", "syn", @@ -4099,7 +4099,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustfmt-wrapper", + "rustfmt-wrapper 0.1.0", "schemars", "serde", "serde_json", @@ -4553,6 +4553,19 @@ dependencies = [ "toolchain_find", ] +[[package]] +name = "rustfmt-wrapper" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed729e3bee08ec2befd593c27e90ca9fdd25efdc83c94c3b82eaef16e4f7406e" +dependencies = [ + "serde", + "tempfile", + "thiserror", + "toml", + "toolchain_find", +] + [[package]] name = "rustls" version = "0.20.6" @@ -6093,7 +6106,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "rand 0.8.5", "static_assertions", ] @@ -6124,7 +6137,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "rustfmt-wrapper", + "rustfmt-wrapper 0.1.0", "schemars", "serde_json", "syn", diff --git a/nexus/src/db/db-macros/Cargo.toml b/nexus/src/db/db-macros/Cargo.toml index afd4c67def2..78357131f1b 100644 --- a/nexus/src/db/db-macros/Cargo.toml +++ b/nexus/src/db/db-macros/Cargo.toml @@ -17,4 +17,4 @@ serde_tokenstream = "0.1" syn = { version = "1.0", features = [ "full", "derive", "extra-traits" ] } [dev-dependencies] -rustfmt-wrapper = "0.1" +rustfmt-wrapper = "0.2"