mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
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:
parent
e68e5e2f46
commit
d6a84c1bd2
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -421,9 +421,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "easy-cast"
|
name = "easy-cast"
|
||||||
version = "0.4.4"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4bd102ee8c418348759919b83b81cdbdc933ffe29740b903df448b4bafaa348e"
|
checksum = "df411bcae1eadd758a3a4d005db3ba7c73bff8500e64a7f8efa4fdcc8afa7acc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "either"
|
name = "either"
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ clap = { version = "3.2", features = [ "env", "cargo" ] }
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
crossterm = { version = "0.25", features = [ "serde" ] }
|
crossterm = { version = "0.25", features = [ "serde" ] }
|
||||||
dirs-next = "2.0"
|
dirs-next = "2.0"
|
||||||
easy-cast = "0.4"
|
easy-cast = "0.5"
|
||||||
filetreelist = { path = "./filetreelist", version = "0.5" }
|
filetreelist = { path = "./filetreelist", version = "0.5" }
|
||||||
fuzzy-matcher = "0.3"
|
fuzzy-matcher = "0.3"
|
||||||
gh-emoji = { version = "1.0", optional = true }
|
gh-emoji = { version = "1.0", optional = true }
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ keywords = ["git"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
easy-cast = "0.4"
|
easy-cast = "0.5"
|
||||||
git2 = "0.15"
|
git2 = "0.15"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
|
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue