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"] }