Skip to content

Commit 4cbd9c8

Browse files
build(deps): update toml requirement from 0.9.2 to 1.0.6
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.9.2...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d914e2 commit 4cbd9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = "0.4.22"
3131
env_logger = "0.11.8"
3232
# cli/config
3333
clap = { version = "4.5", features = ["derive", "wrap_help"] }
34-
toml = "0.9.2"
34+
toml = "1.0.6"
3535
# delta patching
3636
bsdiff = { git = "https://github.com/space-wizards/bsdiff-rs", rev = "a77199a6dd31d90555b4efd2c57d91d3aa3b69e5" }
3737
xz2 = "0.1.7"

0 commit comments

Comments
 (0)