Skip to content

Commit b910142

Browse files
Update cargo_toml requirement from 0.19 to 0.20 in /services/autorust (#1646)
Updates the requirements on [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) to permit the latest version. - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: cargo_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 d5b8a4c commit b910142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/autorust/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ camino = "1.1"
2626
askama = "0.12"
2727
toml = "0.8"
2828
qstring = "0.7"
29-
cargo_toml = "0.19"
29+
cargo_toml = "0.20"
3030

3131
[dev-dependencies]
3232
thiserror = "1.0"

0 commit comments

Comments
 (0)