From eb1316b74732c7df5aae30a0e88f423ad4c9114c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:46:39 +0000 Subject: [PATCH] build(deps): bump comrak from 0.9.1 to 0.10.0 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cf3486..09a0270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index d8a627b..5b07752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"