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 kstring from 1.0.1 to 2.0.0 #41

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps kstring from 1.0.1 to 2.0.0.

Changelog

Sourced from kstring's changelog.

[2.0.0] - 2022-03-29

Note: while we intended to be "forever 1.0" to be safe to use in public APIs, we checked our current users and it seemed safe enough to bump major to get the benefits from some breaking changes.

Compatibility

  • KString is now a type alias to KStringBase<...> (where ... depends on feature flags)
  • serde is no longer a default feature
  • std and unsafe are now default features
  • MSRV is now 1.59

Features

  • Expose StackString
  • KString::try_inline to exclusively use StackString
  • const fned some functions
  • Opt-in forbid(unsafe_code) by removing the default unsafe feature
  • Allow configuring the heap string type outside of feature flags

Fixes

  • Add #[must_use] everywhere

Performance

  • Remove some extra bounds checks
  • Speed up clone

[1.1.0] - 2022-03-28

[1.0.6] - 2021-11-05

Features

  • Add FromStr

[1.0.5] - 2021-09-24

Features

  • Add max_inline feature which is slower for smaller strings but faster for intermediate-length strings
  • Added arc feature which is slower for smaller strings but, presumably, faster for large-enough strings

Fixes

  • Ensure the size of KString matches String on 32-bit systems

[1.0.4] - 2021-07-09

... (truncated)

Commits
  • 333b127 chore: Release
  • a52bda5 docs: Update changelog
  • fa5b749 Merge pull request #34 from epage/backend
  • f580c6d fixup! feat!: Allow configuring the backend
  • 26a3f8d docs: Better crate-level docs
  • 3445026 docs: Clarify backends
  • 1297d39 fix: Use type aliases instead of defaulted generics
  • cbae527 fix: Hide DefaultStr
  • 408af37 feat!: Allow configuring the backend
  • 63d1548 Merge pull request #33 from epage/features
  • 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 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 [kstring](https://github.com/cobalt-org/kstring) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/cobalt-org/kstring/releases)
- [Changelog](https://github.com/cobalt-org/kstring/blob/master/CHANGELOG.md)
- [Commits](cobalt-org/kstring@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: kstring
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants