Skip to content

Commit c06e7fb

Browse files
chore(deps): bump toml from 0.9.7 to 0.9.8 in /cli
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.7 to 0.9.8. - [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27199eb commit c06e7fb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

cli/Cargo.lock

Lines changed: 10 additions & 10 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
@@ -27,6 +27,6 @@ sqlx = { version = "0.8.6", features = [
2727
tempfile = "3.23.0"
2828
thiserror = "2.0.17"
2929
tokio = { version = "1", features = ["full"] }
30-
toml = { version = "0.9.7", features = ["preserve_order"] }
30+
toml = { version = "0.9.8", features = ["preserve_order"] }
3131
url = { version = "2.5.7", features = ["serde"] }
3232
uuid = { version = "1.16.0", features = ["serde"] }

0 commit comments

Comments
 (0)