From 1b57d6504cc0cf647d2992a7d2c399706d54fa62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 12:13:43 +0000 Subject: [PATCH] chore(deps): update cargo-sync-readme requirement from 0.2.0 to 1.1.0 Updates the requirements on [cargo-sync-readme](https://github.com/phaazon/cargo-sync-readme) to permit the latest version. - [Release notes](https://github.com/phaazon/cargo-sync-readme/releases) - [Changelog](https://github.com/phaazon/cargo-sync-readme/blob/master/CHANGELOG.md) - [Commits](https://github.com/phaazon/cargo-sync-readme/compare/0.2...1.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4235e23..c9885a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ travis-ci = { repository = "erichdongubler/new-rust-project" } [dev-dependencies] version-sync = "0.8.1" -cargo-sync-readme = "0.2.0" +cargo-sync-readme = "1.1.0"