Skip to content

Bump base64 from 0.11.0 to 0.12.3 #189

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

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2020

Bumps base64 from 0.11.0 to 0.12.3.

Changelog

Sourced from base64's changelog.

0.12.2

Add BinHex alphabet

0.12.1

  • Add Bcrypt alphabet

0.12.0

  • A Read implementation (DecoderReader) to let users transparently decoded data from a b64 input source
  • IMAP's modified b64 alphabet
  • Relaxed type restrictions to just AsRef<[ut8]> for main encode*/decode* functions
  • A minor performance improvement in encoding
Commits
  • ad28ead v0.12.3
  • 665012e Merge pull request #136 from marshallpierce/mp/remove-readme-test
  • 6843362 Remove running tests in the readme
  • 95f575b v0.12.2
  • a3fe733 Merge pull request #134 from resistor/master
  • bfeb0cc Add support for the oddball character set used in BinHex files on classic Macs.
  • afa7de6 Merge pull request #133 from GuillaumeGomez/patch-1
  • 93fe059 Replace "cfg(test)" with "cfg(doctest)" for readme testing
  • 0dc82f9 v0.12.1
  • 5b82272 Add some sanity checking on table input
  • 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 will merge this PR once CI passes on it, as requested by @spenserblack.


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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2020
@dependabot dependabot bot force-pushed the dependabot/cargo/base64-0.12.3 branch 2 times, most recently from 773fc0d to 79dc255 Compare August 24, 2020 13:48
@dependabot dependabot bot force-pushed the dependabot/cargo/base64-0.12.3 branch from 79dc255 to c795a54 Compare August 24, 2020 14:08
@spenserblack
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot merged commit 0e2aebf into master Aug 24, 2020
@dependabot dependabot bot deleted the dependabot/cargo/base64-0.12.3 branch August 24, 2020 14:18
@spenserblack spenserblack mentioned this pull request Aug 24, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant