Skip to content

Commit 1c1a68a

Browse files
build(deps): bump thiserror from 2.0.9 to 2.0.11
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8ee8d0 commit 1c1a68a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

harper-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pulldown-cmark = "0.12.2"
2020
serde = { version = "1.0.214", features = ["derive"] }
2121
serde_json = "1.0.133"
2222
smallvec = { version = "1.13.2", features = ["serde"] }
23-
thiserror = "2.0.9"
23+
thiserror = "2.0.11"
2424
unicode-blocks = "0.1.9"
2525
unicode-width = "0.2.0"
2626
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }

0 commit comments

Comments
 (0)