summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-03 03:05:39 -0400
committerGitHub <noreply@github.com>2022-08-03 03:05:39 -0400
commit0a14e87a341473c09b9649a109e721e7502b6459 (patch)
treee8899520dff2b97af2eeea0caa7b1887133bc717 /Cargo.toml
parentc8a5adb412e98b07017ffa0edea5554b0a23b840 (diff)
build: bump semver from 1.0.12 to 1.0.13 (#4225)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.12...1.0.13) --- 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 8845f6ee6..078caafe4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ rand = "0.8.5"
rayon = "1.5.3"
regex = "1.6.0"
rust-ini = "0.18.0"
-semver = "1.0.12"
+semver = "1.0.13"
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.82"
sha-1 = "0.10.0"