Bump thiserror from 2.0.17 to 2.0.18

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-19 20:37:44 +00:00 committed by Andras Schmelczer
commit 5a0e82b3e1
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ path = "examples/compare-with-diff-match-patch.rs"
[dependencies]
serde = { version = "1.0.219", optional = true, features = ["derive"] }
thiserror = "2.0.17"
thiserror = "2.0.18"
wasm-bindgen = { version = "0.2.99", optional = true }