summaryrefslogtreecommitdiffstats
path: root/vendor/gix-ignore/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-ignore/Cargo.toml')
-rw-r--r--vendor/gix-ignore/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/gix-ignore/Cargo.toml b/vendor/gix-ignore/Cargo.toml
index a01cd34f7..d33902fa2 100644
--- a/vendor/gix-ignore/Cargo.toml
+++ b/vendor/gix-ignore/Cargo.toml
@@ -11,17 +11,17 @@
[package]
edition = "2021"
-rust-version = "1.64"
+rust-version = "1.65"
name = "gix-ignore"
-version = "0.3.0"
+version = "0.8.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
include = [
"src/**/*",
"LICENSE-*",
"CHANGELOG.md",
]
-description = "A WIP crate of the gitoxide project dealing .gitignore files"
-license = "MIT/Apache-2.0"
+description = "A crate of the gitoxide project dealing .gitignore files"
+license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
[package.metadata.docs.rs]
@@ -48,10 +48,10 @@ version = "0.2.1"
optional = true
[dependencies.gix-glob]
-version = "^0.8.0"
+version = "^0.13.0"
[dependencies.gix-path]
-version = "^0.8.1"
+version = "^0.10.0"
[dependencies.serde]
version = "1.0.114"