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.3.5 to 0.3.7 #1619

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps subst from 0.3.5 to 0.3.7.

Changelog

Sourced from subst's changelog.

Version 0.3.7 - 2024-12-13

  • [fix][minor] Fix violation of aliasing rules in TemplateBuf and ByteTemplateBuf.

Version 0.3.6 - 2024-12-13

  • [fix][minor] Fix unsound Clone and Drop implementation of TemplateBuf and ByteTemplateBuf.
Commits
  • ba5fd8d Bump version to 0.3.7.
  • f973c98 Update CHANGELOG.
  • 6f823fa Replace manual transmute with transmute_lifetime().
  • 200c432 Merge pull request #28 from sebschrader/feature/fix-self-referential-ub
  • 0b7314c Merge branch 'main' into feature/fix-self-referential-ub
  • 07bccd5 Revert "Ensure references remain valid after source is moved"
  • 2ba38d8 Merge pull request #30 from fizyr/no-aliasing
  • 28b2e9f Store the wrapped template of TemplateBuf in MaybeUninit.
  • 1aadd38 Add more test for possible undefined behaviour in TemplateBuf.
  • 7d0a5fe Run miri in CI.
  • Additional commits viewable 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 16, 2024
@github-actions github-actions bot enabled auto-merge (squash) December 16, 2024 03:03
Bumps [subst](https://github.com/fizyr/subst) from 0.3.5 to 0.3.7.
- [Changelog](https://github.com/fizyr/subst/blob/main/CHANGELOG)
- [Commits](fizyr/subst@v0.3.5...v0.3.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/subst-0.3.7 branch from 2b30055 to 9d711f6 Compare December 16, 2024 03:27
@github-actions github-actions bot merged commit 5db4126 into main Dec 16, 2024
18 of 19 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/subst-0.3.7 branch December 16, 2024 03:47
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