Skip to content

Commit

Permalink
Bump rustfmt-wrapper from 0.2.0 to 0.2.1 (#430)
Browse files Browse the repository at this point in the history
Bumps [rustfmt-wrapper](https://github.com/oxidecomputer/rustfmt-wrapper) from 0.2.0 to 0.2.1.
- [Changelog](https://github.com/oxidecomputer/rustfmt-wrapper/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/oxidecomputer/rustfmt-wrapper/commits)

---
updated-dependencies:
- dependency-name: rustfmt-wrapper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent c024da0 commit c8a96e7
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 66 deletions.
165 changes: 101 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typify = { version = "0.0.14", path = "../typify" }
clap = { version = "4.4.7", features = ["derive"] }
color-eyre = "0.6"
env_logger = "0.10"
rustfmt-wrapper = "0.2.0"
rustfmt-wrapper = "0.2.1"
serde_json = "1.0.107"
schemars = "0.8.13"

Expand Down
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ expectorate = "1.1.0"
glob = "0.3.1"
quote = "1.0.33"
regress = "0.7.1"
rustfmt-wrapper = "0.2.0"
rustfmt-wrapper = "0.2.1"
schemars = "0.8.13"
serde = "1.0.189"
serde_json = "1.0.107"
Expand Down

0 comments on commit c8a96e7

Please sign in to comment.