Description: Relax dependency versions
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,10 +65,10 @@ name = "priority_queue"
 path = "benches/priority_queue.rs"
 
 [dependencies.equivalent]
-version = "1.0.1"
+version = "1"
 
 [dependencies.indexmap]
-version = "2.2"
+version = "2"
 features = []
 default-features = false
 
