Skip to content

Commit d89bfb2

Browse files
chore(deps): bump thiserror from 1.0.68 to 2.0.0 (#148)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.68...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cabcceb commit d89bfb2

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Cargo.lock

+23-3
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
@@ -24,7 +24,7 @@ use-native-certs = ["ureq/native-certs"]
2424
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
2525
toml = "0.8.19"
2626
dirs-next = "2.0.0"
27-
thiserror = "1.0.68"
27+
thiserror = "2.0.0"
2828
getopts = "0.2.21"
2929
ureq = { version = "2.10.1", features = ["json"] }
3030
multipart = { version = "0.18.0", default-features = false, features = [

0 commit comments

Comments
 (0)