From 47b8e33b52c957fa3891dff1597932cc9969f76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:12:04 +0000 Subject: [PATCH] Bump TinyUFO from 0.8.0 to 0.8.1 Bumps [TinyUFO](https://github.com/cloudflare/pingora) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/cloudflare/pingora/releases) - [Changelog](https://github.com/cloudflare/pingora/blob/0.8.1/CHANGELOG.md) - [Commits](https://github.com/cloudflare/pingora/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: TinyUFO dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acc0243..1a15eb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "TinyUFO" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "011f852ef553046d2f180ecea9e91b9460387d10a75e3a995392e5130d626e20" +checksum = "14cc2a7d25b49809b7bf199e443f949c4078ff48a492e8fb4cbc0477bdcf7bc9" dependencies = [ "ahash", "crossbeam-queue", diff --git a/Cargo.toml b/Cargo.toml index 31913cc..48ba8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ quick_cache = "0.6.21" rustc-hash = "2" stretto = { version = "0.8.4", features = ["full"] } lru = "0.16.3" -TinyUFO = "0.8.0" +TinyUFO = "0.8.1" mini-moka = "0.10.3" foyer = "0.22.3" cached = { version = "0.59.0", features = ["async"] }