summaryrefslogtreecommitdiffstats
path: root/vendor/gix-prompt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-prompt/Cargo.toml')
-rw-r--r--vendor/gix-prompt/Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/vendor/gix-prompt/Cargo.toml b/vendor/gix-prompt/Cargo.toml
index fe7b88277..ffe64de3d 100644
--- a/vendor/gix-prompt/Cargo.toml
+++ b/vendor/gix-prompt/Cargo.toml
@@ -13,13 +13,12 @@
edition = "2021"
rust-version = "1.65"
name = "gix-prompt"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
include = [
"src/**/*",
"LICENSE-*",
"README.md",
- "CHANGELOG.md",
]
description = "A crate of the gitoxide project for handling prompts in the terminal"
readme = "README.md"
@@ -30,10 +29,10 @@ repository = "https://github.com/Byron/gitoxide"
doctest = false
[dependencies.gix-command]
-version = "^0.2.9"
+version = "^0.3.0"
[dependencies.gix-config-value]
-version = "^0.14.0"
+version = "^0.14.1"
[dependencies.parking_lot]
version = "0.12.1"