From 7cb9dfd55fc4ac08e029f66e0060c6b00f825d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:22:36 +0000 Subject: [PATCH] Bump easy-cast from 0.4.4 to 0.5.1 Bumps [easy-cast](https://github.com/kas-gui/easy-cast) from 0.4.4 to 0.5.1. - [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.1) --- 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 add5764164..2120794c2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "easy-cast" -version = "0.4.4" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd102ee8c418348759919b83b81cdbdc933ffe29740b903df448b4bafaa348e" +checksum = "d2953e4bb4103fd7db41b83431f681a583e2c18e529beb4ca6c679a0dad16c8d" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index 2254e5c386..086ef3efef 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 762eecf3c5..ccfe09ee4c 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"]}