summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-28 03:27:22 -0400
committerGitHub <noreply@github.com>2021-05-28 03:27:22 -0400
commit4e28d6189823bd5069593ee5de942018db948916 (patch)
tree5517cec8efbe3edb904ed63ed3b55f1ef6d3aacc
parent96b5fc23a190104e7ad7371d7923cb3d36c1eab5 (diff)
build: bump versions from 3.0.1 to 3.0.2 (#2764)
Bumps [versions](https://github.com/fosskers/rs-versions) from 3.0.1 to 3.0.2. - [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/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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 e1d8cae41..79e040bba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1903,9 +1903,9 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "versions"
-version = "3.0.1"
+version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c60afe0e50fe60619e900fe00367d0208fe05b6fe6221c55bde57fc40afb161"
+checksum = "3173e24d44089f21bfd915fb1bbe27e4d1409893e6ac01decb7654bdaae1d2b9"
dependencies = [
"itertools",
"nom",
diff --git a/Cargo.toml b/Cargo.toml
index 8f47b3b1b..c591695ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ notify-rust = { version = "4.5.1", optional = true }
semver = "1.0.0"
which = "4.1.0"
shadow-rs = "0.5.25"
-versions = "3.0.1"
+versions = "3.0.2"
strsim = "0.10.0"
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }