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.1 #185

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.1

  • Use base64 0.13.0

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
  • 79dc3ae v0.6.1
  • 1915a9b Add some tests for deserializing into wrappers around a Vec<u8>
  • 9669518 Merge pull request #21 from VictorBulba/master
  • 06b8d69 Extend serializer input type
  • 79da9d0 Extend deserializer output type
  • See full diff 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 will merge this PR once CI passes on it, as requested by @clintfred.


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 squash and merge

dependabot[bot] commented 4 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

giarc3 commented 4 years ago

Needs to be upgraded with base64, so did them both on the other PR https://github.com/IronCoreLabs/ironoxide/pull/186

dependabot[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.