1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 08:42:08 +00:00

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>
This commit is contained in:
dependabot-preview[bot]
2020-06-01 07:56:56 +00:00
committed by David Peter
parent 1a1932b67a
commit 1dae5bbc95
2 changed files with 4 additions and 4 deletions

View File

@@ -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]