Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump subst from 0.2.2 to 0.2.3 #784

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2023

Bumps subst from 0.2.2 to 0.2.3.

Changelog

Sourced from subst's changelog.

Version 0.2.3 - 2023-07-26

  • [add][minor] Support unsized VariableMap objects, such as &dyn VariableMap.
Commits
  • 16bc8ca Bump version to 0.2.3.
  • 3a96c77 Allow publishing to crates.io.
  • 3e7b744 Update CHANGELOG.
  • b68c787 Add test for &dyn VariableMap in the yaml submodule.
  • 0ff0225 Merge pull request #5 from andylizi/trait-object
  • d351a2d Add test for &dyn VariableMap.
  • 504e15e Merge pull request #6 from andylizi/arbitrary-hasher
  • 93dac6d Support arbitrary hasher for VariableMap
  • e1be885 Support &dyn VariableMap
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [subst](https://github.com/fizyr/subst) from 0.2.2 to 0.2.3.
- [Changelog](https://github.com/fizyr/subst/blob/main/CHANGELOG)
- [Commits](fizyr/subst@v0.2.2...v0.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 27, 2023
@github-actions github-actions bot enabled auto-merge (squash) July 27, 2023 02:23
@github-actions github-actions bot merged commit c014208 into main Jul 27, 2023
16 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/subst-0.2.3 branch July 27, 2023 02:59
lefuturiste pushed a commit to lefuturiste/martin that referenced this pull request Aug 26, 2024
Bumps [subst](https://github.com/fizyr/subst) from 0.2.2 to 0.2.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fizyr/subst/blob/main/CHANGELOG">subst's
changelog</a>.</em></p>
<blockquote>
<h1>Version 0.2.3 - 2023-07-26</h1>
<ul>
<li>[add][minor] Support unsized <code>VariableMap</code> objects, such
as <code>&amp;dyn VariableMap</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fizyr/subst/commit/16bc8ca6bf6d64e1a8c3f2d2686212ae7c8669c3"><code>16bc8ca</code></a>
Bump version to 0.2.3.</li>
<li><a
href="https://github.com/fizyr/subst/commit/3a96c77f3e4ccfe084f3c1be9e277d65169ffc6e"><code>3a96c77</code></a>
Allow publishing to crates.io.</li>
<li><a
href="https://github.com/fizyr/subst/commit/3e7b744550989334d4a1f802ec297ce4447ac417"><code>3e7b744</code></a>
Update CHANGELOG.</li>
<li><a
href="https://github.com/fizyr/subst/commit/b68c7875e17d8154f581bd3306aebc3226080421"><code>b68c787</code></a>
Add test for <code>&amp;dyn VariableMap</code> in the yaml
submodule.</li>
<li><a
href="https://github.com/fizyr/subst/commit/0ff0225719a096893a7be6a9098ce434ac0aaf4f"><code>0ff0225</code></a>
Merge pull request <a
href="https://redirect.github.com/fizyr/subst/issues/5">#5</a> from
andylizi/trait-object</li>
<li><a
href="https://github.com/fizyr/subst/commit/d351a2d5043a196e67e40a6e47c092aab85ccd90"><code>d351a2d</code></a>
Add test for &amp;dyn VariableMap.</li>
<li><a
href="https://github.com/fizyr/subst/commit/504e15e53ba4d380f956945addf086c239d4a217"><code>504e15e</code></a>
Merge pull request <a
href="https://redirect.github.com/fizyr/subst/issues/6">#6</a> from
andylizi/arbitrary-hasher</li>
<li><a
href="https://github.com/fizyr/subst/commit/93dac6d1f306baf960a2ba58b7110812b2ace735"><code>93dac6d</code></a>
Support arbitrary hasher for <code>VariableMap</code></li>
<li><a
href="https://github.com/fizyr/subst/commit/e1be88539a31e5685f86d671cef52e7b0984cb41"><code>e1be885</code></a>
Support <code>&amp;dyn VariableMap</code></li>
<li>See full diff in <a
href="https://github.com/fizyr/subst/compare/v0.2.2...v0.2.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=subst&package-manager=cargo&previous-version=0.2.2&new-version=0.2.3)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants