Skip to content

Commit

Permalink
Update comrak requirement from 0.20 to 0.21 in /services/autorust (#1596
Browse files Browse the repository at this point in the history
)

Updates the requirements on comrak to permit the latest version.

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
...

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 Jan 26, 2024
1 parent f473bc9 commit 2ee8d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/autorust/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ heck = "0.4"
regex = "1.7"
indexmap = { version = "2.0", features = ["serde"] }
path_abs = "0.5"
comrak = "0.20"
comrak = "0.21"
serde = "1.0"
http-types = "2.12"
once_cell = "1.16"
Expand Down

0 comments on commit 2ee8d1e

Please sign in to comment.