summaryrefslogtreecommitdiffstats
path: root/vendor/gix-fs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-fs/Cargo.toml')
-rw-r--r--vendor/gix-fs/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gix-fs/Cargo.toml b/vendor/gix-fs/Cargo.toml
index 7a74aef03..72cc01483 100644
--- a/vendor/gix-fs/Cargo.toml
+++ b/vendor/gix-fs/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.64"
name = "gix-fs"
-version = "0.1.1"
+version = "0.2.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A crate providing file system specific utilities to `gitoxide`"
license = "MIT/Apache-2.0"
@@ -23,7 +23,7 @@ repository = "https://github.com/Byron/gitoxide"
doctest = false
[dependencies.gix-features]
-version = "0.29.0"
+version = "^0.30.0"
[dev-dependencies.tempfile]
version = "3.5.0"