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-command/Cargo.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'vendor/gix-command/Cargo.toml') diff --git a/vendor/gix-command/Cargo.toml b/vendor/gix-command/Cargo.toml index 403c66f3c..163a5bc90 100644 --- a/vendor/gix-command/Cargo.toml +++ b/vendor/gix-command/Cargo.toml @@ -11,18 +11,20 @@ [package] edition = "2021" -rust-version = "1.64" +rust-version = "1.65" name = "gix-command" -version = "0.2.5" +version = "0.2.9" authors = ["Sebastian Thiel "] -description = "A WIP crate of the gitoxide project handling internal git command execution" -license = "MIT/Apache-2.0" +description = "A crate of the gitoxide project handling internal git command execution" +license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" [lib] doctest = false [dependencies.bstr] -version = "1.3.0" +version = "1.5.0" +features = ["std"] +default-features = false [dev-dependencies] -- cgit v1.2.3