summaryrefslogtreecommitdiffstats
path: root/vendor/gix-tempfile/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-tempfile/Cargo.toml')
-rw-r--r--vendor/gix-tempfile/Cargo.toml9
1 files changed, 2 insertions, 7 deletions
diff --git a/vendor/gix-tempfile/Cargo.toml b/vendor/gix-tempfile/Cargo.toml
index c660eb862..22ef5264a 100644
--- a/vendor/gix-tempfile/Cargo.toml
+++ b/vendor/gix-tempfile/Cargo.toml
@@ -13,13 +13,12 @@
edition = "2021"
rust-version = "1.65"
name = "gix-tempfile"
-version = "11.0.0"
+version = "11.0.1"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
include = [
"src/**/*",
"LICENSE-*",
"README.md",
- "CHANGELOG.md",
]
description = "A tempfile implementation with a global registry to assure cleanup"
readme = "README.md"
@@ -29,10 +28,6 @@ repository = "https://github.com/Byron/gitoxide"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]
-rustdoc-args = [
- "--cfg",
- "docsrs",
-]
[lib]
test = true
@@ -62,7 +57,7 @@ version = "0.2.0"
optional = true
[dependencies.gix-fs]
-version = "^0.8.0"
+version = "^0.8.1"
[dependencies.once_cell]
version = "1.8.0"