Skip to content

Commit f58af9d

Browse files
chore(deps): bump toml from 0.9.8 to 0.9.10+spec-1.1.0 in /cli
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.8 to 0.9.10+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.10) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.10+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47d1c7b commit f58af9d

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.8", features = ["preserve_order"] }
30+
toml = { version = "0.9.10", features = ["preserve_order"] }
3131
url = { version = "2.5.7", features = ["serde"] }
3232
uuid = { version = "1.16.0", features = ["serde"] }

0 commit comments

Comments
 (0)