From cd5dbbe1656de505eb93df389429bbe21c36b912 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 13:19:44 +0200 Subject: semver: 0.9.0 -> 0.10.0 Signed-off-by: Matthias Beyer --- lib/core/libimagstore/Cargo.toml | 2 +- lib/entry/libimagentryfilter/Cargo.toml | 2 +- tests/ui/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml index 5d5c56f0..f5df8e37 100644 --- a/lib/core/libimagstore/Cargo.toml +++ b/lib/core/libimagstore/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } glob = "0.3.0" log = "0.4.6" regex = "1.1.7" -semver = "0.9.0" +semver = "0.10.0" toml = "0.5.1" walkdir = "2.2.8" is-match = "0.1.0" diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml index 9c821883..b954d954 100644 --- a/lib/entry/libimagentryfilter/Cargo.toml +++ b/lib/entry/libimagentryfilter/Cargo.toml @@ -24,7 +24,7 @@ filters = "0.3.0" itertools = "0.9.0" log = "0.4.6" regex = "1.1.7" -semver = "0.9.0" +semver = "0.10.0" toml = "0.5.1" toml-query = "0.10" anyhow = "1" diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml index 2d823191..9ce60144 100644 --- a/tests/ui/Cargo.toml +++ b/tests/ui/Cargo.toml @@ -18,6 +18,6 @@ env_logger = "0.7" log = "0.4" predicates = "1" pretty_assertions = "0.6" -semver = "0.9" +semver = "0.10" version = "3" -- cgit v1.2.3