Switch to crates.io version of lipsum

This commit is contained in:
Laurenz 2023-03-28 11:36:26 +02:00
parent 056d15aa49
commit a0249d2309
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -671,8 +671,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "lipsum"
version = "0.8.2"
source = "git+https://github.com/reknih/lipsum#025427353ab32268daa3d96feda380a96db529c5"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c5e9ef2d2ad6fe67a59ace27c203c8d3a71d195532ee82e3bbe0d5f9a9ca541"
dependencies = [
"rand",
"rand_chacha",

View File

@ -17,7 +17,7 @@ ecow = "0.1"
hayagriva = "0.2"
hypher = "0.1"
kurbo = "0.8"
lipsum = { git = "https://github.com/reknih/lipsum" }
lipsum = "0.9"
log = "0.4"
once_cell = "1"
roxmltree = "0.14"