Skip to content

Commit 44ad71d

Browse files
codegen: Update toml requirement from 0.9 to 1 (#1512)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taiki Endo <[email protected]>
1 parent 541dbe1 commit 44ad71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde_derive = "1"
1616
serde_json = "1"
1717
spdx = "0.13"
1818
tar = "0.4"
19-
toml = { version = "0.9", default-features = false, features = ["parse", "serde"] }
19+
toml = { version = "1", default-features = false, features = ["parse", "serde"] }
2020
# TODO: call curl command instead of using ureq?
2121
ureq = { version = "2", features = ["json"] }
2222

0 commit comments

Comments
 (0)