Skip to content

Commit 9ac0958

Browse files
Bump toml from 0.8.23 to 0.9.5
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.5. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.5) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1805e5d commit 9ac0958

File tree

3 files changed

+18
-23
lines changed

3 files changed

+18
-23
lines changed

Cargo.lock

Lines changed: 16 additions & 21 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
@@ -75,7 +75,7 @@ textwrap = "0.16.0"
7575
thiserror = "2.0.3"
7676
tokio = { version = "^1.0", features = ["full"] }
7777
tokio-util = "=0.7.15"
78-
toml = "0.8.19"
78+
toml = "0.9.5"
7979
unicode-width = "0.2.0"
8080
url = { version = "2", features = ["serde"] }
8181
uuid = { version = "1.4.1", features = ["v4"] }

lockfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = { version = "1.0.144", features = ["derive"] }
2828
serde_json = "1.0.85"
2929
serde_yaml = "0.9.2"
3030
thiserror = "2.0.3"
31-
toml = "0.8.19"
31+
toml = "0.9.5"
3232
urlencoding = "2.1.2"
3333
walkdir = "2.3.2"
3434

0 commit comments

Comments
 (0)