From c01a26dd523462651b4c40ff8ec04a134c348b1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 07:10:11 +0000 Subject: [PATCH] Update pulldown-cmark requirement from 0.6.1 to 0.7.0 Updates the requirements on [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) to permit the latest version. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.6.1...v0.7.0) Signed-off-by: dependabot-preview[bot] --- examples/guide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guide/Cargo.toml b/examples/guide/Cargo.toml index 0b5c8ae..4d8beb9 100644 --- a/examples/guide/Cargo.toml +++ b/examples/guide/Cargo.toml @@ -12,4 +12,4 @@ yew = {git = "https://github.com/yewstack/yew", branch = "web-sys", features = [ yew-router = {path = "../../", features = ["std_web"]} #web_logger = "0.2" log = "0.4.8" -pulldown-cmark = "0.6.1" +pulldown-cmark = "0.7.0"