duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

chore(deps): Bump bounded-static from 0.5.0 to 0.8.0 #523

Closed dependabot[bot] closed 3 days ago

dependabot[bot] commented 3 days ago

Bumps bounded-static from 0.5.0 to 0.8.0.

Changelog

Sourced from bounded-static's changelog.

[bounded-static-0.8.0] & [bounded-static-derive-0.8.0] - 2024-06-23

Added

  • Added optional support for 3rd party chrono crate (by @​xkikeg)

This change (#46) adds support for types from the chrono crate via the chrono and chrono-clock feature flags.

Changed

  • Increased MSRV to 1.64
  • Updated ahash, smol_str and smallvec to the latest versions

[bounded-static-0.7.0] & [bounded-static-derive-0.7.0] - 2023-10-25

Changed

  • Increased MSRV to 1.61

[bounded-static-0.6.0] & [bounded-static-derive-0.6.0] - 2023-10-20

Added

  • Added support for custom RandomState and aHash (by @​zhu-he)

This change (#62) adds support for using a custom RandomState with the stdlib HashMap and HashSet types.

It also adds support for the 3rd party AHashMap, AHashSet and RandomState types from the ahash crate via the ahash feature flag.

Commits
  • 6cdaf2b chore: release prep for 0.8.0
  • 6bf35a9 build: introduce workspace.dependencies
  • f03ded1 fix: generalize impls of chrono::DateTime\<Tz>
  • 985174c doc: update CHANGELOG.md for 0.8.0 release
  • e979521 feat: add set of chrono types guarded behind the chrono feature
  • 4529911 refactor: rename make_primitive_impl as make_copy_impl
  • 8b9b3c4 chore: bump smol_str and smallvec to latest versions
  • 3995c80 doc: fix rustdoc lints
  • 711d7c5 chore: fix not using Self clippy lint in macro
  • 1853335 build: introduce workspace.package
  • 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 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)