summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2023-06-19 15:58:19 +0200
committerextrawurst <mail@rusticorn.com>2023-06-19 15:58:19 +0200
commit0ca82aba46a6839b79514ac8dc417adb89f63bee (patch)
tree37a4dc18a67c6f03ba5600212ed581cee3a005da /Cargo.toml
parent58e72cd22b92242bea829edcd76c8e06861843ba (diff)
bump versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b2287f0..2de3833a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ keywords = [
[dependencies]
anyhow = "1.0"
-asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
+asyncgit = { path = "./asyncgit", version = "0.23", default-features = false }
backtrace = "0.3"
bitflags = "1.3"
bugreport = "0.5"