From 03b0f8703f18070198f3e21e54913d7b34eaf893 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 9 Aug 2022 08:18:44 +0200 Subject: [PATCH] Bump outdated version-sync dependency --- Cargo.toml | 2 +- array/Cargo.toml | 2 +- ext/Cargo.toml | 2 +- fun/Cargo.toml | 2 +- graph/Cargo.toml | 2 +- optional/Cargo.toml | 2 +- tree/Cargo.toml | 2 +- unionfind/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0fb155e..3a4fdb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ fera-optional = { version = "0.2", path = "optional", optional = true } fera-unionfind = { version = "0.1", path = "unionfind", optional = true } [dev-dependencies] -version-sync = "0.7" +version-sync = "0.9" [features] array = ["fera-array"] diff --git a/array/Cargo.toml b/array/Cargo.toml index b7cf462..2766f91 100644 --- a/array/Cargo.toml +++ b/array/Cargo.toml @@ -15,7 +15,7 @@ fera-fun = { version = "0.1", path = "../fun" } [dev-dependencies] testdrop = "0.1" rand = "0.6" -version-sync = "0.7" +version-sync = "0.9" [build-dependencies] rustc_version = "0.2" diff --git a/ext/Cargo.toml b/ext/Cargo.toml index e3e2b22..5eb98a0 100644 --- a/ext/Cargo.toml +++ b/ext/Cargo.toml @@ -13,4 +13,4 @@ license = "MPL-2.0" rand = "0.6" [dev-dependencies] -version-sync = "0.7" +version-sync = "0.9" diff --git a/fun/Cargo.toml b/fun/Cargo.toml index 0e894fc..383b2b2 100644 --- a/fun/Cargo.toml +++ b/fun/Cargo.toml @@ -10,4 +10,4 @@ readme = "README.md" license = "MPL-2.0" [dev-dependencies] -version-sync = "0.7" +version-sync = "0.9" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index f7ab988..b2c8970 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -20,7 +20,7 @@ quickcheck = { version = "0.8", optional = true, default-features = false } [dev-dependencies] itertools = "0.8" -version-sync = "0.7" +version-sync = "0.9" [build-dependencies] rustc_version = "0.2" diff --git a/optional/Cargo.toml b/optional/Cargo.toml index ab641b3..5fdfb61 100644 --- a/optional/Cargo.toml +++ b/optional/Cargo.toml @@ -13,4 +13,4 @@ license = "MPL-2.0" num-traits = "0.2" [dev-dependencies] -version-sync = "0.7" +version-sync = "0.9" diff --git a/tree/Cargo.toml b/tree/Cargo.toml index 068339f..f939e4d 100644 --- a/tree/Cargo.toml +++ b/tree/Cargo.toml @@ -14,4 +14,4 @@ rand = "0.6" [dev-dependencies] quickcheck = { version = "0.8", default-features = false } -version-sync = "0.7" +version-sync = "0.9" diff --git a/unionfind/Cargo.toml b/unionfind/Cargo.toml index ab4af50..b8c2e61 100644 --- a/unionfind/Cargo.toml +++ b/unionfind/Cargo.toml @@ -10,4 +10,4 @@ readme = "README.md" license = "MPL-2.0" [dev-dependencies] -version-sync = "0.7" +version-sync = "0.9"