Skip to content

Commit bdc62cc

Browse files
Update toml requirement from 0.8 to 0.9
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.0...toml-v0.9.0) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1da3c2 commit bdc62cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.8"
38+
toml = "0.9"
3939
serde = "1.0.123"
4040
serde_derive = "1.0"
4141
serde_json = "1.0.62"

0 commit comments

Comments
 (0)