summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"