Bump rustfmt-wrapper from 0.1.0 to 0.2.0 (#97)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-02 18:56:22 -07:00 committed by GitHub
parent d1485fdfaf
commit feb72e35bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

17
Cargo.lock generated
View File

@ -942,7 +942,7 @@ dependencies = [
"proc-macro2",
"quote",
"regex",
"rustfmt-wrapper",
"rustfmt-wrapper 0.2.0",
"schemars",
"serde",
"serde_json",
@ -1083,6 +1083,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"
@ -1645,7 +1658,7 @@ dependencies = [
"log",
"proc-macro2",
"quote",
"rustfmt-wrapper",
"rustfmt-wrapper 0.1.0",
"schemars",
"serde_json",
"syn",

View File

@ -14,7 +14,7 @@ openapiv3 = "1.0.0"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.5"
rustfmt-wrapper = "0.1"
rustfmt-wrapper = "0.2"
schemars = { version = "0.8.10", features = ["chrono", "uuid1"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"