summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-31 13:19:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:03:26 +0200
commitcd5dbbe1656de505eb93df389429bbe21c36b912 (patch)
tree672f153c1adbee27290228417a9a25d11ae09f39
parent2f125332103247c725526293e49bc1ab052d5d41 (diff)
semver: 0.9.0 -> 0.10.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--lib/core/libimagstore/Cargo.toml2
-rw-r--r--lib/entry/libimagentryfilter/Cargo.toml2
-rw-r--r--tests/ui/Cargo.toml2
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"