chore(deps): bump the prod-deps group across 1 directory with 3 updates#73
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the prod-deps group across 1 directory with 3 updates#73dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the prod-deps group with 3 updates in the / directory: [serde_json](https://github.com/serde-rs/json), [minijinja](https://github.com/mitsuhiko/minijinja) and [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark). Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `minijinja` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/mitsuhiko/minijinja/releases) - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/minijinja@minijinja-go/v2.19.0...minijinja-go/v2.20.0) Updates `pulldown-cmark` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: minijinja dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: pulldown-cmark dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
7320ba2 to
b819439
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the prod-deps group with 3 updates in the / directory: serde_json, minijinja and pulldown-cmark.
Updates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
minijinjafrom 2.19.0 to 2.20.0Changelog
Sourced from minijinja's changelog.
Commits
571e28achore(release): 2.20.032a70a2docs(changelog): update unreleased changes8d5d304fix(parser): support chained comparisons685660bdoc: Fix mention ofadd_testin docs (#898)558a254fix(lexer): support mid-chain dotted-integer attribute access (#900)a4860a0fix(multi_template): gate block-only APIs behind feature29ac0b2feat(templates): add required block supportUpdates
pulldown-cmarkfrom 0.13.3 to 0.13.4Release notes
Sourced from pulldown-cmark's releases.
Commits
38e4d08chore: cargo update9c61031chore: bump pulldown-cmark version to 0.13.4709268fMerge pull request #1096 from pulldown-cmark/fix-1095c1d4450Add test case from 10976fea453fix: panic in parser iterator forTightParagraphin some cases