Skip to content

Commit b8e9fac

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -30,6 +30,6 @@ bytes = "1.10.1"
3030
clap = { version = "4.5.42", features = ["derive", "color", "error-context", "help", "usage", "std"], default-features = false }
3131
image = { version = "0.25.6", features = ["gif", "jpeg", "png", "tiff", "webp"], default-features = false }
3232
reqwest = { version = "0.12.22", features = ["default-tls", "json"], default-features = false }
33-
thiserror = { version = "2.0.12", default-features = false }
33+
thiserror = { version = "2.0.17", default-features = false }
3434
tokio = { version = "1.47.0", features = ["rt-multi-thread", "macros"], default-features = false }
3535
viuer = "0.9.2"

0 commit comments

Comments
 (0)