semver: 0.9.0 -> 0.10.0 Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
3 files changed, 3 insertions(+), 3 deletions(-) M lib/core/libimagstore/Cargo.toml M lib/entry/libimagentryfilter/Cargo.toml M tests/ui/Cargo.toml
M lib/core/libimagstore/Cargo.toml => lib/core/libimagstore/Cargo.toml +1 -1
@@ 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"
M lib/entry/libimagentryfilter/Cargo.toml => lib/entry/libimagentryfilter/Cargo.toml +1 -1
@@ 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"
M tests/ui/Cargo.toml => tests/ui/Cargo.toml +1 -1