diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-13 09:34:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 09:34:20 -0400 |
| commit | 1dd93daed70baa0775b188675e0b190610c8ca48 (patch) | |
| tree | 9b0a369853a4f2ba1c78f6b2a6f6b698b2c698f1 | |
| parent | bb4f8058627a00e3ff7826fd6c7b886529bc5e97 (diff) | |
| download | xesite-1dd93daed70baa0775b188675e0b190610c8ca48.tar.xz xesite-1dd93daed70baa0775b188675e0b190610c8ca48.zip | |
build(deps): bump comrak from 0.8.1 to 0.8.2 (#193)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](https://github.com/kivikakk/comrak/compare/0.8.1...0.8.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
| -rw-r--r-- | Cargo.lock | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -262,9 +262,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090a24f8e34cab5f4a317f885b06b19f1d4ede16c3da04221b6a89fba9f23b8e" +checksum = "0d325e4f2ffff52ca77d995bb675494d5364aa332499d5f7c7fbb28c25e671f6" dependencies = [ "clap", "entities", @@ -272,9 +272,11 @@ dependencies = [ "pest", "pest_derive", "regex", + "shell-words", "twoway 0.2.1", "typed-arena", "unicode_categories", + "xdg", ] [[package]] @@ -1848,6 +1850,12 @@ dependencies = [ ] [[package]] +name = "shell-words" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074" + +[[package]] name = "siphasher" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2457,6 +2465,12 @@ dependencies = [ ] [[package]] +name = "xdg" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" + +[[package]] name = "xesite" version = "2.0.1" dependencies = [ |
