Skip to content

Commit 388c312

Browse files
Update toml requirement from 0.5 to 0.8 (Azure#150)
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml_datetime-v0.5.0...toml-v0.8.19) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25a29f1 commit 388c312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libazureinit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nix = {version = "0.29.0", features = ["fs", "user"]}
2020
block-utils = "0.11.1"
2121
tracing = "0.1.40"
2222
fstab = "0.4.0"
23-
toml = "0.5"
23+
toml = "0.8"
2424
regex = "1"
2525
lazy_static = "1.4"
2626
tempfile = "3.3.0"

0 commit comments

Comments
 (0)