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

Update mownstr requirement from 0.2 to 0.3 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2024

Updates the requirements on mownstr to permit the latest version.

Changelog

Sourced from mownstr's changelog.

0.3.0 Remove undefined beheviour detected by @​mkatychev with miri. Other code clean-up.

0.2.1 Fixed bug when initializing from empty String.

0.2.0 Add 'borrowed' method Bump to 2021 edition

0.1.3 Fixed bug when initializing from empty &str.

0.1.2 Add 'const' constructor Mown::from_str Cleaner inner design

0.1.1 Fixed a bug causing double-free

0.1.0 Initial release

Commits
  • 3bd326d ready to release
  • 50e5696 Merge pull request #11 from knox-networks/chore/clippy-darwin-pedantic-warnings
  • 731603e nursery warnings as well
  • aa69c38 adressed pedantic clippy warnings
  • 788db1b move linux logic into scope
  • c2b6283 init fix
  • f9b8667 deprecate from_str, renamed to from_ref
  • 1dddc9f reorganize tests
  • b1f4078 pleasing clippy
  • d27f233 ensures that miri also covers the 'no_memory_leak' test
  • Additional commits viewable in compare view

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)

Updates the requirements on [mownstr](https://github.com/pchampin/mownstr) to permit the latest version.
- [Changelog](https://github.com/pchampin/mownstr/blob/main/CHANGELOG.txt)
- [Commits](pchampin/mownstr@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: mownstr
  dependency-type: direct:production
...

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 Oct 3, 2024
@KonradHoeffner
Copy link
Owner

I think mownstr 0.2 is used by sophia, so we may have to wait until they adopt the new version.

@KonradHoeffner
Copy link
Owner

I updated sophia to use MownStr 0.3, now I'm just waiting for the next release.

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.

1 participant