Skip to content

Commit e508bcb

Browse files
build(deps): bump thiserror from 2.0.11 to 2.0.12 (#93)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b8cfa4 commit e508bcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
[dependencies]
1212
num-traits = "0.2"
1313
num-derive = "0.4"
14-
thiserror = "2.0.11"
14+
thiserror = "2.0.12"
1515

1616
[dev-dependencies]
1717
libc = "0.2"

0 commit comments

Comments
 (0)