Skip to content

Commit da4cb79

Browse files
chore(deps): bump thiserror from 2.0.16 to 2.0.17 in /cli
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...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>
1 parent 2e6dcb9 commit da4cb79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cli/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.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sqlx = { version = "0.8.6", features = [
2525
"runtime-tokio-rustls",
2626
] }
2727
tempfile = "3.22.0"
28-
thiserror = "2.0.16"
28+
thiserror = "2.0.17"
2929
tokio = { version = "1", features = ["full"] }
3030
toml = { version = "0.9.7", features = ["preserve_order"] }
3131
url = { version = "2.5.7", features = ["serde"] }

0 commit comments

Comments
 (0)