Skip to content

Commit 76bde58

Browse files
Bump thiserror from 2.0.15 to 2.0.16
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.15 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.15...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae18de1 commit 76bde58

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -20,7 +20,7 @@ pyo3 = { version = "0.25.1", optional = true }
2020
serde = { version = "1.0.219", features = ["derive"] }
2121
serde-xml-rs = "0.8.1"
2222
serde_json = "1.0.143"
23-
thiserror = "2.0.15"
23+
thiserror = "2.0.16"
2424

2525
[dev-dependencies]
2626
insta = { version = "1.43.1", features = ["yaml"] }

0 commit comments

Comments
 (0)