Forwarded: not-needed
Subject: allow any associative-cache version

The Debian archive may carry a different major version.
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index a9baa71..b3675b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ optimize = []
 trusted_len = []
 
 [dependencies]
-associative-cache = { version = "3", default-features = false }
+associative-cache = { version = "*", default-features = false }
 bytecount = { version = "^0.6.7", default-features = false, features = ["runtime-dispatch-simd"] }
 encoding_rs = { version = "0.8", default-features = false }
 itoap = { version = "1", default-features = false, features = ["std", "simd"] }
