summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-10 08:05:37 -0400
committerGitHub <noreply@github.com>2021-05-10 08:05:37 -0400
commit3696ffdfe56052037dce6ec544caf9fef8d084d8 (patch)
tree13ef2ae292898c9d98434de8cdd8c9b47eebcac5
parent13a31a163a07934ea1975963e15a8b449426ffa0 (diff)
build: bump versions from 3.0.0 to 3.0.1 (#2706)
Bumps [versions](https://github.com/fosskers/rs-versions) from 3.0.0 to 3.0.1. - [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/v3.0.0...v3.0.1) 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 0d5e5376a..db01c0d2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1913,9 +1913,9 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "versions"
-version = "3.0.0"
+version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b5b43641699678003583a8be31f497a1c1fb875a93213f3037036b1462c26c6"
+checksum = "8c60afe0e50fe60619e900fe00367d0208fe05b6fe6221c55bde57fc40afb161"
dependencies = [
"itertools",
"nom",
diff --git a/Cargo.toml b/Cargo.toml
index 3917123a6..5b6f1a841 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ notify-rust = { version = "4.5.0", optional = true }
semver = "0.11.0"
which = "4.1.0"
shadow-rs = "0.5.25"
-versions = "3.0.0"
+versions = "3.0.1"
strsim = "0.10.0"
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }