diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-19 20:11:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 20:11:28 -0400 |
| commit | fe2063d5e8f631212e5ed4604473b8f2557213d4 (patch) | |
| tree | 5fa8a7ea3f2dadcbdcb15711134e5382a9ff0043 | |
| parent | 86d009535bd58f52e1d2fec884a24346dfc1ce5f (diff) | |
| download | xesite-fe2063d5e8f631212e5ed4604473b8f2557213d4.tar.xz xesite-fe2063d5e8f631212e5ed4604473b8f2557213d4.zip | |
build(deps): bump comrak from 0.9.1 to 0.10.0 (#346)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.9.1 to 0.10.0.
- [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.9.1...0.10.0)
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 | 6 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43e35da16961500625e065fba09983bb300bbf3c6fbc1840bd5bbda595ee6d80" +checksum = "ac96caba4b5b55c21c9efd51d498225ce9448d06d9d5c17bbd357522c71bacfd" dependencies = [ "clap", "entities", @@ -2548,7 +2548,7 @@ dependencies = [ "pfacts", "pretty_env_logger", "prometheus", - "rand 0.7.3", + "rand 0.8.3", "reqwest", "ructe", "sdnotify", @@ -11,7 +11,7 @@ repository = "https://github.com/Xe/site" [dependencies] color-eyre = "0.5" chrono = "0.4" -comrak = "0.9" +comrak = "0.10" envy = "0.4" futures = "0.3" glob = "0.3" |
