google / coset

A set of Rust types for supporting COSE
Apache License 2.0
28 stars 16 forks source link

Bump serde_cbor from 0.11.1 to 0.11.2 #22

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps serde_cbor from 0.11.1 to 0.11.2.

Release notes

Sourced from serde_cbor's releases.

PROJECT IS ARCHIVED

After almost 6 years it is time to retire this crate. This implementation of CBOR for serde is used in hundreds of projects with widely differing needs. Besides the standard features it contains code for no-std environments, a packed encoding and CBOR tags. However while these features are useful to many people they sometimes interact poorly with each others and with optional features of serde itself. Because I don't use the crate myself and because of the potential for new errors I have been reluctant to accept any changes or additional features for the crate. Since this situation is unlikely to change anytime soon and no one else stepped up to maintain this crate I am archiving the repository today. If the crate works for you there is no need to switch to another implementation. However if you encounter problems or for new projects I recommend you take a look at these crates:

Update to serde 1.0.0

No release notes provided.

Commits
  • 347a3f0 Final commit, archive project
  • a218403 Fix rustfmt issues in CI jobs (#192)
  • d012830 Merge pull request #176 from ctm/packed_clarification_and_minimization
  • 3d6d7a2 Clarify packed format and provide an example that also uses legacy_enums()
  • See full diff 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 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[bot] commented 2 years ago

Looks like serde_cbor is no longer a dependency, so this is no longer needed.