Bump easy-cast from 0.4.4 to 0.5.0

Bumps [easy-cast](https://github.com/kas-gui/easy-cast) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/kas-gui/easy-cast/releases)
- [Changelog](https://github.com/kas-gui/easy-cast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kas-gui/easy-cast/compare/0.4.4...0.5.0)

---
updated-dependencies:
- dependency-name: easy-cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-22 02:10:53 +00:00 committed by extrawurst
parent e68e5e2f46
commit d6a84c1bd2
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -421,9 +421,9 @@ dependencies = [
[[package]]
name = "easy-cast"
version = "0.4.4"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd102ee8c418348759919b83b81cdbdc933ffe29740b903df448b4bafaa348e"
checksum = "df411bcae1eadd758a3a4d005db3ba7c73bff8500e64a7f8efa4fdcc8afa7acc"
[[package]]
name = "either"

View file

@ -31,7 +31,7 @@ clap = { version = "3.2", features = [ "env", "cargo" ] }
crossbeam-channel = "0.5"
crossterm = { version = "0.25", features = [ "serde" ] }
dirs-next = "2.0"
easy-cast = "0.4"
easy-cast = "0.5"
filetreelist = { path = "./filetreelist", version = "0.5" }
fuzzy-matcher = "0.3"
gh-emoji = { version = "1.0", optional = true }

View file

@ -13,7 +13,7 @@ keywords = ["git"]
[dependencies]
crossbeam-channel = "0.5"
easy-cast = "0.4"
easy-cast = "0.5"
git2 = "0.15"
log = "0.4"
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}