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.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/gix-fs/Cargo.toml b/vendor/gix-fs/Cargo.toml
index 72cc01483..a1d382256 100644
--- a/vendor/gix-fs/Cargo.toml
+++ b/vendor/gix-fs/Cargo.toml
@@ -11,19 +11,19 @@
[package]
edition = "2021"
-rust-version = "1.64"
+rust-version = "1.65"
name = "gix-fs"
-version = "0.2.0"
+version = "0.7.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A crate providing file system specific utilities to `gitoxide`"
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
[lib]
doctest = false
[dependencies.gix-features]
-version = "^0.30.0"
+version = "^0.35.0"
[dev-dependencies.tempfile]
version = "3.5.0"