summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-01 03:05:46 -0400
committerGitHub <noreply@github.com>2022-07-01 03:05:46 -0400
commit40408b7ed475f979c91ebbc153ea1100ffd6353f (patch)
treeb656ef95c1e66300d1ea942811a5be8bf2e21894 /Cargo.toml
parenteb67534ac98bd379e065b788bceba7704bf28628 (diff)
build: bump semver from 1.0.11 to 1.0.12 (#4140)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.11...1.0.12) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 96a9d6210..4351400cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ rand = "0.8.5"
rayon = "1.5.3"
regex = "1.5.6"
rust-ini = "0.18.0"
-semver = "1.0.11"
+semver = "1.0.12"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.82"
sha-1 = "0.10.0"