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 ascii from 1.0.0 to 1.1.0 #6

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps ascii from 1.0.0 to 1.1.0.

Changelog

Sourced from ascii's changelog.

Version 1.1.0 (2022-09-18)

  • Add alloc feature. This enables AsciiString and methods that take or return Box<[AsciiStr]> in !#[no_std]-mode.
  • Add AsciiStr::into_ascii_string(), AsciiString::into_boxed_ascii_str() and AsciiString::insert_str().
  • Implement From<Box<AsciiStr>> and From<AsciiChar> for AsciiString.
  • Implement From<AsciiString> for Box<AsciiStr>, Rc<AsciiStr>, Arc<AsciiStr> and Vec<AsciiChar>.
  • Make AsciiString::new(), AsciiStr::len() and AsciiStr::is_empty() const fn.
  • Require Rust 1.44.1.
Commits
  • 8605175 Release version 1.1.0
  • 13e9cc8 Use SPDX license syntax
  • 4c05b81 Delete .travis.yml
  • eb0ea87 Convert Into<> impls to From<> impls
  • 7f4e47c Constify AsciiStr.len() and AsciiStr.is_empty()
  • 90abe2d Merge pull request #93 from clubby789/fix_ub
  • 6ecfc99 Improve documentation of AsciiString::from_raw_parts()
  • 19c6636 Add Miri to GitHub CI
  • d61f70f Change example to remove UB
  • a6f9372 Fix other lints
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 [ascii](https://github.com/tomprogrammer/rust-ascii) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/tomprogrammer/rust-ascii/releases)
- [Changelog](https://github.com/tomprogrammer/rust-ascii/blob/master/RELEASES.md)
- [Commits](tomprogrammer/rust-ascii@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: ascii
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 19, 2022
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