From 24425fd38452f7688f397a21a89d40053e4938ea Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Thu, 18 Nov 2021 21:56:54 -0800 Subject: [PATCH] Update version-sync to 0.9.3 and trim some deps from Cargo.lock Turning off the `assert_contains_regex!` macro removes deps on regex and regex-syntax. --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 554b35d..20f248f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,10 @@ include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"] [dependencies] [dev-dependencies] + # Check that crate versions are properly updated in documentation and code when # bumping the version. -version-sync = "0.9, >= 0.9.2" +[dev-dependencies.version-sync] +version = "0.9.3" +default-features = false +features = ["markdown_deps_updated", "html_root_url_updated"]