Skip to content

Update cached requirement from 0.55 to 0.58#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/cached-0.58
Open

Update cached requirement from 0.55 to 0.58#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/cached-0.58

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Updates the requirements on cached to permit the latest version.

Changelog

Sourced from cached's changelog.

[0.58.0]

Added

  • Add redis_async_cache feature for Redis client-side caching support via the RESP3 protocol

Changed

  • Update redis to 1.0

Removed

[0.57.0 / [cached_proc_macro[0.26.0]]]

Added

  • Add parking_lot dependency

Changed

  • Switch to parking_lot's Mutex and RwLock in all macros.
  • Remove unwrap() calls from lock operations.

Removed

[0.56.0 / [cached_proc_macro[0.25.0]]]

Added

Changed

  • BREAKING All timed/expiring caches now use std::time::Duration values instead of raw seconds/millis.
  • Update redis to 0.32
  • Update hashbrown to 0.15

Removed

[0.55.1 / [cached_proc_macro[0.24.0]]]

Added

  • Add sync_writes = "by_key" support to #[cached]

Changed

  • Update redis to 0.29.0
  • Update directories to 6.0
  • Update thiserror to 2.0
  • With the sync_writes = "by_key" addition, the argument values changed from a boolean to strings. The equivalent of sync_writes = true is now sync_writes = "default"

Removed

[0.54.0]

Added

  • Add Cached::cache_try_get_or_set_with for parity with async trait

Changed

  • Remove unnecessary string clones in redis cache store
  • Update cargo default features manifest key

Removed

[0.53.1 / [cached_proc_macro[0.23.0]]]

Added

Changed

  • Replace instant with web_time in proc macro, update cached_proc_macro version

Removed

[0.53.0]

Added

... (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 show <dependency name> 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)

Updates the requirements on [cached](https://github.com/jaemk/cached) to permit the latest version.
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

---
updated-dependencies:
- dependency-name: cached
  dependency-version: 0.58.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants