Skip to content

Commit 5c279e2

Browse files
Bump toml from 0.8.22 to 0.8.23 in /cli
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.22 to 0.8.23. - [Commits](toml-rs/toml@toml-v0.8.22...toml-v0.8.23) --- updated-dependencies: - dependency-name: toml dependency-version: 0.8.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c9de0a commit 5c279e2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

cli/Cargo.lock

Lines changed: 12 additions & 12 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,6 +25,6 @@ sqlx = { version = "0.8.6", features = [
2525
] }
2626
thiserror = "2.0.12"
2727
tokio = { version = "1", features = ["full"] }
28-
toml = { version = "0.8.22", features = ["preserve_order"] }
28+
toml = { version = "0.8.23", features = ["preserve_order"] }
2929
url = { version = "2.5.4", features = ["serde"] }
3030
uuid = { version = "1.16.0", features = ["serde"] }

0 commit comments

Comments
 (0)