From d6a84c1bd294334a0be53e1f7aef79ebc7da5019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 02:10:53 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6622695..21f9b88b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 2254e5c3..086ef3ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 762eecf3..ccfe09ee 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -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"]}