Skip to content

Commit f2643b5

Browse files
build(deps): update toml requirement from ^0.7 to ^0.8 (#1068)
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.7.0...toml-v0.8.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e94a648 commit f2643b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-code-analysis-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ serde = "^1.0"
2020
serde_cbor = "^0.11"
2121
serde_json = "^1.0"
2222
serde_yaml = "^0.9"
23-
toml = "^0.7"
23+
toml = "^0.8"

0 commit comments

Comments
 (0)