summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-03-18 04:17:13 +0000
committerdependabot[bot] <support@dependabot.com>2019-03-18 04:17:13 +0000
commit4921745777b1cb8ca651038beae73036df73a7f3 (patch)
tree3adce256722f0aac9ee3a4986a026040a3bba438 /Cargo.toml
parent3b6d819e98003f51ea5332363f397e1f90f849a7 (diff)
Bump pulldown-cmark from 0.2.0 to 0.3.0
Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.2.0...v0.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f357aa..9692009 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ default-features = false
features = ["color", "wrap_help"]
[dependencies.pulldown-cmark]
-version = "^0.2"
+version = "^0.3"
default-features = false
features = []