Skip to content

build(deps): bump cached from 0.51.1 to 0.51.2#1802

Merged
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/cached-0.51.2
May 7, 2024
Merged

build(deps): bump cached from 0.51.1 to 0.51.2#1802
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/cached-0.51.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2024

Bumps cached from 0.51.1 to 0.51.2.

Changelog

Sourced from cached's changelog.

[0.51.2]

Added

  • Add get_borrowed methods to ExpiringSizedCache to support cache retrieval using &str / &[T] when the key types are String / Vec<T>. This is a workaround for issues implementing Borrow for a generic wrapper type.

Changed

Removed

Commits

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 <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)

Bumps [cached](https://github.com/jaemk/cached) from 0.51.1 to 0.51.2.
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

---
updated-dependencies:
- dependency-name: cached
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 7, 2024
@jqnatividad jqnatividad merged commit 1a2addb into master May 7, 2024
@dependabot dependabot Bot deleted the dependabot/cargo/cached-0.51.2 branch May 7, 2024 08:18
jqnatividad added a commit that referenced this pull request Apr 29, 2026
* blake3: review-driven check-mode fixes and parser polish

- check_mode: compare hashes with eq_ignore_ascii_case so checksum
  files containing uppercase hex verify correctly (matches blake3's
  Hash::from_hex case-tolerant parsing).
- parse_standard_line: also accept binary-mode `<hash> *<filename>`
  separator alongside the text-mode two-space form for interop with
  standard *sum tooling.
- parse_tag_line: drop unreachable strip_prefix defensive branch
  (caller already gates on the `BLAKE3 (` prefix); use fail_clierror!
  consistently for the single failure path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* blake3: address roborev #1802 — make tag-line invariant explicit, add check-mode tests

- parse_tag_line: switch raw slicing back to strip_prefix(...).expect(...)
  so the caller-side prefix invariant is documented and a violation
  panics with a clear message instead of an opaque slice OOB.
- tests: cover the two new check_mode behaviors and a malformed-separator
  guard (uppercase hex round-trips OK, `<hash> *<filename>` binary-mode
  separator round-trips OK, single-space-without-asterisk errors).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant