From c23a457e72abe608715ac76f076f47dc42af07a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 20:31:44 +0200 Subject: Merging upstream version 1.74.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/gix-prompt/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vendor/gix-prompt/Cargo.toml') diff --git a/vendor/gix-prompt/Cargo.toml b/vendor/gix-prompt/Cargo.toml index 620959391..fe7b88277 100644 --- a/vendor/gix-prompt/Cargo.toml +++ b/vendor/gix-prompt/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.64" +rust-version = "1.65" name = "gix-prompt" -version = "0.5.1" +version = "0.7.0" authors = ["Sebastian Thiel "] include = [ "src/**/*", @@ -23,17 +23,17 @@ include = [ ] description = "A crate of the gitoxide project for handling prompts in the terminal" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" [lib] doctest = false [dependencies.gix-command] -version = "^0.2.5" +version = "^0.2.9" [dependencies.gix-config-value] -version = "^0.12.1" +version = "^0.14.0" [dependencies.parking_lot] version = "0.12.1" @@ -49,5 +49,5 @@ version = "2.0.0" default-features = false [target."cfg(unix)".dependencies.rustix] -version = "0.37.13" +version = "0.38.4" features = ["termios"] -- cgit v1.2.3