Skip to content

Commit

Permalink
Bump dprint-core from 0.67.1 to 0.67.2 (#10)
Browse files Browse the repository at this point in the history
Bumps [dprint-core](https://github.com/dprint/dprint) from 0.67.1 to 0.67.2.
- [Release notes](https://github.com/dprint/dprint/releases)
- [Commits](https://github.com/dprint/dprint/commits)

---
updated-dependencies:
- dependency-name: dprint-core
  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 15, 2024
1 parent 29ae6f6 commit 09e2e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.89"
dprint-core = { version = "0.67.1", features = ["wasm"] }
dprint-core = { version = "0.67.2", features = ["wasm"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }

Expand Down

0 comments on commit 09e2e6f

Please sign in to comment.