forked from the-distro/ofborg
run 'cargo upgrade --incompatible --package md5'
This commit is contained in:
parent
c27d62b5c4
commit
a6ee33a540
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -874,9 +874,9 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "md5"
|
name = "md5"
|
||||||
version = "0.3.8"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "memchr"
|
name = "memchr"
|
||||||
|
|
|
@ -19,7 +19,7 @@ hyper = "=0.10.*"
|
||||||
hyper-native-tls = "0.3.0"
|
hyper-native-tls = "0.3.0"
|
||||||
lapin = "1.10.0"
|
lapin = "1.10.0"
|
||||||
lru-cache = "0.1.2"
|
lru-cache = "0.1.2"
|
||||||
md5 = "0.3.8"
|
md5 = "0.7.0"
|
||||||
nom = "4.2.3"
|
nom = "4.2.3"
|
||||||
regex = "1.7.0"
|
regex = "1.7.0"
|
||||||
separator = "0.4.1"
|
separator = "0.4.1"
|
||||||
|
|
Loading…
Reference in a new issue