Skip to content

Commit ee58a1c

Browse files
authored
Merge pull request rust-postgres#527 from sfackler/dependabot/cargo/md5-0.7
Update md5 requirement from 0.6 to 0.7
2 parents 2615441 + 9b443da commit ee58a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgres-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bytes = "0.5"
1515
fallible-iterator = "0.2"
1616
generic-array = "0.13"
1717
hmac = "0.7"
18-
md5 = "0.6"
18+
md5 = "0.7"
1919
memchr = "2.0"
2020
rand = "0.7"
2121
sha2 = "0.8"

0 commit comments

Comments
 (0)