summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-19 05:29:45 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-19 05:42:36 +0000
commitd1fd4e5c86183bec1ae5f48541c6d15cde98449c (patch)
tree7870181844e5f0db57f3b618dfbdd8f6d852d123
parent3643cf63bea22f3f24cdac3cee1fba68810bb59d (diff)
build(deps): bump versions from 2.1.0 to 3.0.0
Bumps [versions](https://github.com/fosskers/rs-versions) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/fosskers/rs-versions/releases) - [Changelog](https://github.com/fosskers/rs-versions/blob/master/CHANGELOG.md) - [Commits](https://github.com/fosskers/rs-versions/compare/v2.1.0...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c31892470..09b959f67 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1960,9 +1960,9 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "versions"
-version = "2.1.0"
+version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fb914ab4802fe7bc8295485cc9f05c98c466ecd82afc0a10eae72a295e3dbdc"
+checksum = "7b5b43641699678003583a8be31f497a1c1fb875a93213f3037036b1462c26c6"
dependencies = [
"itertools",
"nom",
diff --git a/Cargo.toml b/Cargo.toml
index 2399a5dc6..404611832 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ notify-rust = { version = "4.3.0", optional = true }
semver = "0.11.0"
which = "4.1.0"
shadow-rs = "0.5.25"
-versions = "2.1.0"
+versions = "3.0.0"
strsim = "0.10.0"
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }