diff --git a/Cargo.lock b/Cargo.lock index c595674ad..20d959677 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/library/Cargo.toml b/library/Cargo.toml index b65005c91..a7f1f4180 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -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"