Skip to content

Commit d9bf107

Browse files
Bump thiserror from 1.0.65 to 2.0.12 in /cli
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...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] <support@github.com>
1 parent 505d3cd commit d9bf107

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cli/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sqlx = { version = "0.8.3", features = [
2323
"uuid",
2424
"runtime-tokio-rustls",
2525
] }
26-
thiserror = "1.0.65"
26+
thiserror = "2.0.12"
2727
tokio = { version = "1", features = ["full"] }
2828
toml = { version = "0.8.20", features = ["preserve_order"] }
2929
url = { version = "2.5.4", features = ["serde"] }

0 commit comments

Comments
 (0)