summaryrefslogtreecommitdiffstats
path: root/vendor/gix-lock/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-lock/Cargo.toml')
-rw-r--r--vendor/gix-lock/Cargo.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/vendor/gix-lock/Cargo.toml b/vendor/gix-lock/Cargo.toml
index 4ff0a23b5..5884c4710 100644
--- a/vendor/gix-lock/Cargo.toml
+++ b/vendor/gix-lock/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.64"
name = "gix-lock"
-version = "5.0.0"
+version = "6.0.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
include = [
"src/**/*",
@@ -30,11 +30,12 @@ repository = "https://github.com/Byron/gitoxide"
test = true
doctest = false
-[dependencies.fastrand]
-version = "1.5.0"
-
[dependencies.gix-tempfile]
-version = "^5.0.0"
+version = "^6.0.0"
+default-features = false
+
+[dependencies.gix-utils]
+version = "^0.1.2"
default-features = false
[dependencies.thiserror]