diff options
author | dependabot[bot] | 2024-02-05 23:56:26 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2024-02-07 14:53:51 +0000 |
commit | 630d91168a7aa2a3da72a55266dee663565f6edf (patch) | |
tree | a1ffb27cd60772aec1304044cc6f37905357bcaf /helix-term/Cargo.toml | |
parent | 72c508de248e363d8a3481ad9d028320361df1fe (diff) |
build(deps): bump pulldown-cmark from 0.9.6 to 0.10.0
Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.6 to 0.10.0.
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.9.6...v0.10.0)
---
updated-dependencies:
- dependency-name: pulldown-cmark
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 29578297..a0d6754d 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -52,7 +52,7 @@ log = "0.4" nucleo.workspace = true ignore = "0.4" # markdown doc rendering -pulldown-cmark = { version = "0.9", default-features = false } +pulldown-cmark = { version = "0.10", default-features = false } # file type detection content_inspector = "0.2.4" |