Skip to content

Commit

Permalink
Bump hcl-rs from 0.14.4 to 0.16.4 (#51)
Browse files Browse the repository at this point in the history
Bumps [hcl-rs](https://github.com/martinohmann/hcl-rs) from 0.14.4 to
0.16.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/martinohmann/hcl-rs/releases">hcl-rs's
releases</a>.</em></p>
<blockquote>
<h2>hcl-rs: v0.16.4</h2>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>hcl-edit bumped from 0.7.2 to 0.7.3</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>hcl-rs: v0.16.3</h2>
<h2><a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.16.2...hcl-rs-v0.16.3">0.16.3</a>
(2023-07-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>expr:</strong> deprecate <code>RawExpression</code> (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/275">#275</a>)
(<a
href="https://github.com/martinohmann/hcl-rs/commit/1c0c3685e4062e71690be39ef221cbfa9cab9016">1c0c368</a>)</li>
</ul>
<h2>hcl-rs: v0.16.2</h2>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>hcl-edit bumped from 0.7.1 to 0.7.2</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>hcl-rs: v0.16.1</h2>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>hcl-edit bumped from 0.7.0 to 0.7.1</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>hcl-rs: v0.16.0</h2>
<h2><a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.15.0...hcl-rs-v0.16.0">0.16.0</a>
(2023-07-13)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>error:</strong> The variants <code>Eof</code>,
<code>InvalidEscape</code>, <code>InvalidUnicodeCodePoint</code> and
<code>InvalidIdentifier</code> were removed from the <code>Error</code>
enum because they are not emitted anymore.</li>
<li><strong>parser:</strong> switch to <code>hcl-edit</code> for parsing
HCL (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/267">#267</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>error:</strong> remove obsolete <code>Error</code> variants
(<a
href="https://github.com/martinohmann/hcl-rs/commit/af9996a709c4c7faeb0ad88318d0bba3b0ca0e2f">af9996a</a>)</li>
<li><strong>expr:</strong> remove unnecessary unescaping (<a
href="https://github.com/martinohmann/hcl-rs/commit/8001e5ebba12974c93738726c91ba6e57a2180c3">8001e5e</a>)</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li><strong>parser:</strong> switch to <code>hcl-edit</code> for parsing
HCL (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/267">#267</a>)
(<a
href="https://github.com/martinohmann/hcl-rs/commit/c6d0588cd24c1a7dcd722b3d45b97d82fb77d0c2">c6d0588</a>)</li>
</ul>
<h2>hcl-rs: v0.15.0</h2>
<h2><a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.14.6...hcl-rs-v0.15.0">0.15.0</a>
(2023-07-08)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/ef0e6f25ecc3765792b38fdacfc9b8fcbf70bfc7"><code>ef0e6f2</code></a>
chore: release main (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/286">#286</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/8502d2fe4c455ebd3ebfb982912389588b132a5f"><code>8502d2f</code></a>
fix(parser): prevent panic in object item parser (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/285">#285</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/a791b4270f9ad462c0b4859a6393d23e02e6df12"><code>a791b42</code></a>
chore(deps): bump winnow from 0.5.2 to 0.5.4 (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/282">#282</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/43cbd9ac384c1706f4ddd1e772b43f5a92a2fb04"><code>43cbd9a</code></a>
chore(deps): bump ryu from 1.0.12 to 1.0.15 (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/278">#278</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/cd0cbcd7b51b88e73028b4079f6597c2c76146b5"><code>cd0cbcd</code></a>
chore(deps): bump serde_json from 1.0.99 to 1.0.104 (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/277">#277</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/0d57664acad6c553b4fb20d5f0655088664cbd00"><code>0d57664</code></a>
chore(deps): bump unicode-ident from 1.0.6 to 1.0.11 (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/279">#279</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/b84600a7f89039d4d414ac183109473eec47297b"><code>b84600a</code></a>
chore(deps): bump winnow from 0.5.0 to 0.5.2 (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/281">#281</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/56bd706a908f1f341541079df212e153cd924865"><code>56bd706</code></a>
chore(deps): bump pretty_assertions from 1.3.0 to 1.4.0 (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/280">#280</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/c4240b0e53c167d27deab7151cb9888f351d761a"><code>c4240b0</code></a>
chore: release main (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/276">#276</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/1c0c3685e4062e71690be39ef221cbfa9cab9016"><code>1c0c368</code></a>
fix(expr): deprecate <code>RawExpression</code> (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/275">#275</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.14.4...hcl-rs-v0.16.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hcl-rs&package-manager=cargo&previous-version=0.14.4&new-version=0.16.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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 Sep 10, 2023
1 parent 66bb1c2 commit e3d6e54
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 28 deletions.
64 changes: 37 additions & 27 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 @@ -16,7 +16,7 @@ clap = { version = "4.3", features = ["derive"] }
pest = "2.7"
pest_derive = "2.7"
regex = "1"
hcl-rs = "0.14"
hcl-rs = "0.16"
itertools = "0.11"
chrono = "0.4"
log = "0.4"
Expand Down

0 comments on commit e3d6e54

Please sign in to comment.