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.7 to 0.8 #326

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

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

Changelog

Sourced from base64-serde's changelog.

0.8.0

  • Don't depend on base64 and serde directly; instead, assume the consumer of the library is going to already have them available. This avoids the need to do version bumps in this project, and should hopefully be a no op for common usage, since any usage I can think of would already be using dependencies independently.

0.7.0-rc.1

  • Use base64 0.21.0-rc.1
  • Support visibilities other than pub, e.g. pub(crate)

0.7.0-beta.2

  • Update to base64 0.21.0-beta.2

0.7.0-beta.1

  • Update to base64 0.21.0-beta.1
  • Update to serde 1.0.152
  • The base64_serde_type macro now uses an Engine instead of Config because that's how base64 0.20+ works.

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

... (truncated)

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)