File: relax-dep.diff

package info (click to toggle)
rust-ordered-multimap 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ordered-multimap/Cargo.toml
===================================================================
--- ordered-multimap.orig/Cargo.toml
+++ ordered-multimap/Cargo.toml
@@ -24,7 +24,7 @@ repository = "https://github.com/sgodwin
 version = "0.3.0"
 
 [dependencies.hashbrown]
-version = "0.12.0"
+version = "0.14.0"
 
 [dependencies.serde]
 version = "1"