diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-19 08:26:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 08:26:58 +0000 |
commit | e62c25b29549ce68dfdac4511a76ae0974b6f330 (patch) | |
tree | b6950d5d1f8783e661989aca6a098127e1c825e1 | |
parent | c183f952973be34dfa40958cfac080c5349e9182 (diff) | |
download | servo-e62c25b29549ce68dfdac4511a76ae0974b6f330.tar.gz servo-e62c25b29549ce68dfdac4511a76ae0974b6f330.zip |
Bump version_check from 0.1.4 to 0.1.5
Bumps [version_check](https://github.com/SergioBenitez/version_check) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/SergioBenitez/version_check/releases)
- [Commits](https://github.com/SergioBenitez/version_check/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 190172ab40b..48bc7ecf662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6198,9 +6198,9 @@ checksum = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c" [[package]] name = "version_check" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" [[package]] name = "void" |