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"]}