Skip to content

Commit

Permalink
Bump hcl-rs from 0.10.0 to 0.14.2 (#33)
Browse files Browse the repository at this point in the history
Bumps [hcl-rs](https://github.com/martinohmann/hcl-rs) from 0.10.0 to
0.14.2.
<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.14.2</h2>
<h2><a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.14.1...hcl-rs-v0.14.2">0.14.2</a>
(2023-05-02)</h2>
<h3>Features</h3>
<ul>
<li><strong>ident:</strong> add <code>Ident::try_new</code> (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/210">#210</a>)
(<a
href="https://github.com/martinohmann/hcl-rs/commit/4c15e1e5b6eb7aedadef75da6a7fb11d5c9e8ec3">4c15e1e</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>hcl-primitives bumped from 0.0.3 to 0.1.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>hcl-rs: v0.14.1</h2>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>hcl-primitives bumped from 0.0.2 to 0.0.3</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>hcl-rs: v0.14.0</h2>
<h2><a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.13.3...hcl-rs-v0.14.0">0.14.0</a>
(2023-03-16)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>remove methods and type aliases deprecated in 0.9.0 and 0.9.1</li>
</ul>
<h3>Features</h3>
<ul>
<li>move <code>Strip</code>, <code>BinaryOperator</code> and
<code>UnaryOperator</code> type defs (<a
href="https://github.com/martinohmann/hcl-rs/commit/20a8366447e5f8673562cf37b9dda6bc8ffc6295">20a8366</a>)</li>
</ul>
<h3>Miscellaneous Chores</h3>
<ul>
<li>remove methods and type aliases deprecated in 0.9.0 and 0.9.1 (<a
href="https://github.com/martinohmann/hcl-rs/commit/db245934ca38d0dd3c0e12f3781192b43d49cb7a">db24593</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>hcl-primitives bumped from 0.0.1 to 0.0.2</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>hcl-rs: v0.13.3</h2>
<h2><a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.13.2...hcl-rs-v0.13.3">0.13.3</a>
(2023-03-10)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/e569d2ee20e442c81c80e4b896901a398751d335"><code>e569d2e</code></a>
chore: release main (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/211">#211</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/c569ccf39241b8e48c3554b36c8b91a46cc026c2"><code>c569ccf</code></a>
feat(template): implement <code>From</code> for <code>Template</code>
and <code>StringTemplate</code></li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/d4687b2bb6008040ae4f530de9dfd0c0efc4711f"><code>d4687b2</code></a>
feat(template): add methods to ease <code>Element</code> access (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/214">#214</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/bc20933a6180cc1f832443d01af5fe758087c5bc"><code>bc20933</code></a>
revert(template): dereference <code>StringTemplate</code> to
<code>Template</code> (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/215">#215</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/bec7316012afcf08478c8be589d284e4de426ff3"><code>bec7316</code></a>
docs: replace usages of <code>Ident::try_new</code> with
<code>Ident::new</code></li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/906b3a0ef7ae9299ebda820e0570788688ea9814"><code>906b3a0</code></a>
fix(template): dereference <code>StringTemplate</code> to
<code>Template</code> (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/213">#213</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/bf8467ab759a78f43b9be3bc665bd29d46aa0baa"><code>bf8467a</code></a>
fix(ident)!: make <code>Ident::new</code> panic on invalid identifier
(<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/212">#212</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/4c15e1e5b6eb7aedadef75da6a7fb11d5c9e8ec3"><code>4c15e1e</code></a>
feat(ident): add <code>Ident::try_new</code> (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/210">#210</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/a415f458ce51f236a28fca255dd4f10851823048"><code>a415f45</code></a>
chore: release main (<a
href="https://redirect.github.com/martinohmann/hcl-rs/issues/208">#208</a>)</li>
<li><a
href="https://github.com/martinohmann/hcl-rs/commit/e5001ebd9d98b804167df1650e6bc89a437bf6c0"><code>e5001eb</code></a>
feat(structure): add conversion methods to <code>BlockBody</code></li>
<li>Additional commits viewable in <a
href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.10.0...hcl-rs-v0.14.2">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.10.0&new-version=0.14.2)](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 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 May 7, 2023
1 parent 41e79a1 commit 960200f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 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.0", features = ["derive"] }
pest = "2.0"
pest_derive = "2.0"
regex = "1"
hcl-rs = "0.10"
hcl-rs = "0.14"
itertools = "0.10"
chrono = "0.4"
log = "0.4"
Expand Down

0 comments on commit 960200f

Please sign in to comment.