Skip to content

Commit

Permalink
Bump comrak from 0.29.0 to 0.31.0 in /autorust (#528)
Browse files Browse the repository at this point in the history
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.29.0 to 0.31.0.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](kivikakk/comrak@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent 1473d13 commit 3099a96
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 41 deletions.
90 changes: 50 additions & 40 deletions autorust/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 autorust/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ heck = "0.5"
regex = "1"
indexmap = { version = "2", features = ["serde"] }
path_abs = "0.5"
comrak = "0.29"
comrak = "0.31"
serde = "1"
http-types = "2"
once_cell = "1"
Expand Down

0 comments on commit 3099a96

Please sign in to comment.