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

Bump intaglio from 1.8.0 to 1.9.0 #1088

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps intaglio from 1.8.0 to 1.9.0.

Release notes

Sourced from intaglio's releases.

v1.9.0

Release 1.9.0 of intaglio.

intaglio is available on crates.io.

⚠️ Security Notes

v1.9.0 fixes an unsoundness bug with SymbolTable::intern. This unsoundness bug affects all SymbolTable types in all published versions of intaglio. Please update to v1.9.0 as soon as is practicable. See #235, #236.

What's Changed

Full Changelog: artichoke/intaglio@v1.8.0...v1.9.0

Commits
  • ad78869 Merge pull request #238 from artichoke/lopopolo/release-v1.9.0
  • 845eaee Release v1.9.0
  • e2820d2 Merge pull request #236 from artichoke/lopopolo/intern-stacked-borrows-miri-g...
  • 3a31e98 Add note about PinBox licensing
  • d58f24f Update safety documentation and reasoning about stacked borrows
  • c0d1eb6 Track (and move) owned slice variants by raw pointer
  • a2ba833 Simplify newly added unsafe code to use Vec::last
  • cb08505 Address stacked borrows violation in SymbolTable::intern
  • 6b7568c Merge pull request #237 from artichoke/lopopolo/internal-fmt-debug-code-coverage
  • 6157e78 Bump MSRV to 1.58.0
  • 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [intaglio](https://github.com/artichoke/intaglio) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/artichoke/intaglio/releases)
- [Commits](artichoke/intaglio@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: intaglio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A-deps Area: Source and library dependencies. label Jul 27, 2023
@lopopolo lopopolo merged commit 849071a into trunk Jul 27, 2023
13 checks passed
@lopopolo lopopolo deleted the dependabot/cargo/intaglio-1.9.0 branch July 27, 2023 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Source and library dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant