Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump hcl-rs from 0.16.6 to 0.18.0 (#97)
Bumps [hcl-rs](https://github.com/martinohmann/hcl-rs) from 0.16.6 to 0.18.0. <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.18.0</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] remove deprecated items (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/355">#355</a>)</li> </ul> <h2>hcl-rs-v0.17.2</h2> <h3>Added</h3> <ul> <li>add <code>from_value</code> function for deserializing HCL <code>Value</code>. (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/348">#348</a>)</li> </ul> <h2>hcl-rs-v0.17.1</h2> <h3>Fixed</h3> <ul> <li>don't leak internal handles during serialization (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/346">#346</a>)</li> </ul> <h2>hcl-rs-v0.17.0</h2> <h3>Added</h3> <ul> <li>[<strong>breaking</strong>] add support for namespaced functions (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/343">#343</a>)</li> </ul> <h3>Other</h3> <ul> <li><em>(deps)</em> bump serde_json from 1.0.112 to 1.0.116 (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/339">#339</a>)</li> <li><em>(deps)</em> bump itoa from 1.0.9 to 1.0.11 (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/337">#337</a>)</li> </ul> <h2>hcl-rs-v0.16.9</h2> <h3>Other</h3> <ul> <li><em>(clippy)</em> address new pedantic lints in nightly</li> </ul> <h2>hcl-rs-v0.16.8</h2> <h3>Other</h3> <ul> <li>update winnow to 0.6+ and vecmap-rs to 0.2+ (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/324">#324</a>)</li> <li><em>(deps)</em> bump serde_json from 1.0.107 to 1.0.112 (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/328">#328</a>)</li> <li><em>(deps)</em> bump indexmap from 2.0.2 to 2.2.6 (<a href="https://redirect.github.com/martinohmann/hcl-rs/pull/329">#329</a>)</li> </ul> <h2>hcl-rs: v0.16.7</h2> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>hcl-edit bumped from 0.7.4 to 0.7.5</li> <li>hcl-primitives bumped from 0.1.1 to 0.1.2</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/martinohmann/hcl-rs/commit/c62bff9cf1f8fcc5c4e448c0552a9bba6fa21cb8"><code>c62bff9</code></a> chore: release (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/354">#354</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/8f32f3198a233eb965272c37fc0a3be932847e1a"><code>8f32f31</code></a> fix!: remove deprecated items (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/355">#355</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/e23f90c2c24436f7808190ead87bb4a8ddf98944"><code>e23f90c</code></a> fix(parser): calculate correct error column in presence of unicode (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/353">#353</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/c975e9630fbc761156a34d7b4784e0f0c8599722"><code>c975e96</code></a> fix(parser): switch from <code>&[u8]</code> to <code>&str</code> based stream (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/351">#351</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/48de0e7b524cf8619fbf97a9214cc924ecca4697"><code>48de0e7</code></a> chore: release (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/349">#349</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/5d19b18cd8d851077d788e85b0cca327827cc751"><code>5d19b18</code></a> feat: add <code>from_value</code> function for deserializing HCL <code>Value</code>. (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/348">#348</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/f4ccc7ed9632cfed40bde3385d0886750b4d982c"><code>f4ccc7e</code></a> chore: release (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/347">#347</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/48f654e6cf4b1006fdaddf6364f40da0a82187e8"><code>48f654e</code></a> fix: don't leak internal handles during serialization (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/346">#346</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/870df8335eb97df5b5a08edbd2a29102d7684dd3"><code>870df83</code></a> chore: release (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/342">#342</a>)</li> <li><a href="https://github.com/martinohmann/hcl-rs/commit/9a46a4cfac912365fa750805238f81935681b5d1"><code>9a46a4c</code></a> feat!: add support for namespaced functions (<a href="https://redirect.github.com/martinohmann/hcl-rs/issues/343">#343</a>)</li> <li>Additional commits viewable in <a href="https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.16.6...hcl-rs-v0.18.0">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.16.6&new-version=0.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information