Skip to content

Commit

Permalink
Bump markdown from 1.0.0-alpha.16 to 1.0.0-alpha.17 (#217)
Browse files Browse the repository at this point in the history
* Bump markdown from 1.0.0-alpha.16 to 1.0.0-alpha.17

Bumps [markdown](https://github.com/wooorm/markdown-rs) from 1.0.0-alpha.16 to 1.0.0-alpha.17.
- [Release notes](https://github.com/wooorm/markdown-rs/releases)
- [Commits](wooorm/markdown-rs@1.0.0-alpha.16...1.0.0-alpha.17)

---
updated-dependencies:
- dependency-name: markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix for error type change

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Casey <[email protected]>
  • Loading branch information
dependabot[bot] and colincasey authored May 3, 2024
1 parent a8c559c commit a2af65d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy_static = "1"
libcnb-common = "=0.21.0"
libcnb-data = "=0.21.0"
libcnb-package = "=0.21.0"
markdown = "1.0.0-alpha.16"
markdown = "1.0.0-alpha.17"
fastrand = "2"
regex = "1"
semver = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub(crate) enum ChangelogError {
#[error("No root node in changelog markdown")]
NoRootNode,
#[error("Could not parse changelog - {0}")]
Parse(String),
Parse(markdown::message::Message),
#[error("Invalid semver version in release entry - {0}")]
ParseVersion(#[source] semver::Error),
#[error("Invalid year in release entry - {0}")]
Expand Down

0 comments on commit a2af65d

Please sign in to comment.