diff --git a/Cargo.toml b/Cargo.toml index f6f44fc..22c9517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ log = "0.4.20" lz4_flex = "0.11.2" min-max-heap = "1.3.0" path-absolutize = "3.1.1" -quick_cache = { version = "0.4.0", default-features = false, features = [] } +quick_cache = { version = "0.4.1", default-features = false, features = [] } rand = "0.8.5" seahash = { version = "4.1.0", optional = true } serde = { version = "1.0.196", features = ["derive", "rc"] }