Skip to content

Commit 7acb71a

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [tempfile](https://github.com/Stebalien/tempfile) and [syntect](https://github.com/trishume/syntect). Updates `tempfile` from 3.20.0 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.20.0...v3.23.0) Updates `syntect` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](trishume/syntect@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: syntect dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d06687c commit 7acb71a

3 files changed

Lines changed: 48 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 46 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ mdbook = { version = "0.4.52", default-features = false }
1414
polib = "0.2.0"
1515
pretty_assertions = "1.4.1"
1616
serde_json = "1.0.142"
17-
tempfile = "3.20.0"
17+
tempfile = "3.23.0"

i18n-helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pulldown-cmark-to-cmark = "21.0.0"
2323
regex = "1.11"
2424
semver = "1.0.26"
2525
serde_json.workspace = true
26-
syntect = { version = "5.2.0", default-features = false, features = ["parsing", "default-syntaxes", "regex-fancy"] }
26+
syntect = { version = "5.3.0", default-features = false, features = ["parsing", "default-syntaxes", "regex-fancy"] }
2727
textwrap = { version = "0.16.2", default-features = false }
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)