Skip to content

Commit

Permalink
chore(deps): bump winnow from 0.5.2 to 0.5.4 (#282)
Browse files Browse the repository at this point in the history
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.5.2 to 0.5.4.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.2...v0.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent 43cbd9a commit a791b42
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 crates/hcl-edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ perf = ["hcl-primitives/perf"]
fnv = "1.0.7"
hcl-primitives = { version = "0.1.1", path = "../hcl-primitives" }
vecmap-rs = "0.1.11"
winnow = "0.5.2"
winnow = "0.5.4"

[dev-dependencies]
indoc = "2.0"
Expand Down

0 comments on commit a791b42

Please sign in to comment.