summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-19 08:02:10 +0000
committerGitHub <noreply@github.com>2024-02-19 08:02:10 +0000
commit1fed469ba8d8c3e7786e3a57822edb9fa024f4b4 (patch)
treef270a981dedeb98da1d9b404cddb61fb6d124289 /Cargo.toml
parent34a5731a352a5351daf6fd2258d7d6bc52ceb297 (diff)
build(deps): update rust crate semver to 1.0.22
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fce392e56..6bd78b633 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,7 @@ rand = "0.8.5"
rayon = "1.8.1"
regex = { version = "1.10.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.20.0"
-semver = "1.0.21"
+semver = "1.0.22"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
sha1 = "0.10.6"