diff options
Diffstat (limited to 'vendor/gix-glob/Cargo.toml')
-rw-r--r-- | vendor/gix-glob/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/gix-glob/Cargo.toml b/vendor/gix-glob/Cargo.toml index 25ae46635..802ab730c 100644 --- a/vendor/gix-glob/Cargo.toml +++ b/vendor/gix-glob/Cargo.toml @@ -11,12 +11,12 @@ [package] edition = "2021" -rust-version = "1.64" +rust-version = "1.65" name = "gix-glob" -version = "0.8.0" +version = "0.13.0" authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"] -description = "A WIP crate of the gitoxide project dealing with pattern matching" -license = "MIT/Apache-2.0" +description = "A crate of the gitoxide project dealing with pattern matching" +license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" [package.metadata.docs.rs] @@ -43,10 +43,10 @@ version = "0.2.0" optional = true [dependencies.gix-features] -version = "^0.30.0" +version = "^0.35.0" [dependencies.gix-path] -version = "^0.8.1" +version = "^0.10.0" [dependencies.serde] version = "1.0.114" |