diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-28 11:36:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-28 11:36:26 +0200 |
| commit | a0249d230961c9ccbcc37dea61357f0ea56961cc (patch) | |
| tree | 3574f99d8b631c27359efc4f1d6b9b6612b8f4c9 /Cargo.lock | |
| parent | 056d15aa49f545980b03068684f0d44e35248cd6 (diff) | |
Switch to crates.io version of `lipsum`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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", |
