summaryrefslogtreecommitdiffstats
path: root/vendor/gix-command/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-command/Cargo.toml')
-rw-r--r--vendor/gix-command/Cargo.toml12
1 files changed, 7 insertions, 5 deletions
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 <sebastian.thiel@icloud.com>"]
-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]