1
0
Fork 0
mirror of https://github.com/NixOS/ofborg synced 2024-10-18 14:56:36 -04:00

run 'cargo upgrade --incompatible --package md5'

This commit is contained in:
Artturin 2022-11-10 08:45:13 +02:00
parent c27d62b5c4
commit a6ee33a540
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -874,9 +874,9 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "md5"
version = "0.3.8"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"

View file

@ -19,7 +19,7 @@ hyper = "=0.10.*"
hyper-native-tls = "0.3.0"
lapin = "1.10.0"
lru-cache = "0.1.2"
md5 = "0.3.8"
md5 = "0.7.0"
nom = "4.2.3"
regex = "1.7.0"
separator = "0.4.1"