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, 4 insertions, 3 deletions
diff --git a/vendor/gix-prompt/Cargo.toml b/vendor/gix-prompt/Cargo.toml
index 4fa6f81a2..620959391 100644
--- a/vendor/gix-prompt/Cargo.toml
+++ b/vendor/gix-prompt/Cargo.toml
@@ -13,10 +13,11 @@
edition = "2021"
rust-version = "1.64"
name = "gix-prompt"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
include = [
"src/**/*",
+ "LICENSE-*",
"README.md",
"CHANGELOG.md",
]
@@ -29,10 +30,10 @@ repository = "https://github.com/Byron/gitoxide"
doctest = false
[dependencies.gix-command]
-version = "^0.2.3"
+version = "^0.2.5"
[dependencies.gix-config-value]
-version = "^0.12.0"
+version = "^0.12.1"
[dependencies.parking_lot]
version = "0.12.1"