Skip to content

Commit b433499

Browse files
chore: bump thiserror from 1.0.61 to 2.0.12
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b74b303 commit b433499

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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 @@ lto = "fat"
2020
codegen-units=1
2121

2222
[dependencies]
23-
thiserror = "1.0"
23+
thiserror = "2.0"
2424
libc = "0.2.155"
2525
streaming-iterator = "0.1.5"
2626
serde = {version = "1.0.203", features = ["derive"], optional = true}

0 commit comments

Comments
 (0)