IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Update base64-serde requirement from ~0.5.1 to ~0.6.0 #182

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Updates the requirements on base64-serde to permit the latest version.

Changelog

Sourced from base64-serde's changelog.

0.6.0

  • Now serializer works with any input type that implements AsRef<[u8]>
  • Now deserializer works with any output type that implements From<Vec<u8>>

0.5.0

  • Use base64 0.12.0
  • Use serde (and related crates) 1.0.104

0.4.0

  • Use base64 0.11.0

0.3.1

  • Bumped base64 and serde versions

0.3.0

  • Bumped the base64 dependency version

0.2.0

  • Add ability to make the generated type pub

0.1.1

  • No functional changes, just better docs

0.1

  • Initial release
Commits


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)
clintfred commented 4 years ago

@dependabot rebase

dependabot[bot] commented 4 years ago

Superseded by #185.