summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-01 07:56:56 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2020-06-01 10:40:05 +0200
commit1dae5bbc95c5f2297ebd1d12bc109f520c0351d2 (patch)
tree2c072f1f70ecda7a100eb826d351445a64a59a54 /Cargo.toml
parent1a1932b67a30c5643710d2a131856a2e338b559c (diff)
Bump semver from 0.9.0 to 0.10.0
Bumps [semver](https://github.com/steveklabnik/semver) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/steveklabnik/semver/releases) - [Commits](https://github.com/steveklabnik/semver/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 4057e201..b53b11b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ unicode-width = "0.1.7"
globset = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
-semver = "0.9"
+semver = "0.10"
path_abs = { version = "0.5", default-features = false }
[dependencies.git2]