Skip to content

Commit 5944789

Browse files
Update toml requirement from 0.9 to 1.0
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.9.0...toml-v1.0.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.0+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e5a037 commit 5944789

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
@@ -35,7 +35,7 @@ log = "0.4"
3535
clap = { version = "4.5.18", features = ["color", "derive", "cargo", "string", "wrap_help"] }
3636
regex = "1.5.6"
3737
cbindgen = { version="0.29.0", default-features=false }
38-
toml = "0.9"
38+
toml = "1.0"
3939
serde = "1.0.123"
4040
serde_derive = "1.0"
4141
serde_json = "1.0.62"

0 commit comments

Comments
 (0)