@@ -19,7 +19,7 @@ test = true
19
19
serde = [" dep:serde" , " gix-hash/serde" , " gix-actor/serde" , " gix-object/serde" ]
20
20
21
21
[dependencies ]
22
- gix-features = { version = " ^0.38.2" , path = " ../gix-features" , features = [" walkdir" ]}
22
+ gix-features = { version = " ^0.38.2" , path = " ../gix-features" , features = [" walkdir" ] }
23
23
gix-fs = { version = " ^0.11.2" , path = " ../gix-fs" }
24
24
gix-path = { version = " ^0.10.9" , path = " ../gix-path" }
25
25
gix-hash = { version = " ^0.14.2" , path = " ../gix-hash" }
@@ -32,7 +32,7 @@ gix-tempfile = { version = "^14.0.0", default-features = false, path = "../gix-t
32
32
33
33
thiserror = " 1.0.34"
34
34
winnow = { version = " 0.6.0" , features = [" simd" ] }
35
- serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ]}
35
+ serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
36
36
37
37
# packed refs
38
38
memmap2 = " 0.9.0"
@@ -41,7 +41,7 @@ document-features = { version = "0.2.1", optional = true }
41
41
42
42
[dev-dependencies ]
43
43
gix-testtools = { path = " ../tests/tools" }
44
- gix-date = { version = " ^0.8.7 " , path = " ../gix-date" }
44
+ gix-date = { version = " ^0.9.0 " , path = " ../gix-date" }
45
45
46
46
[package .metadata .docs .rs ]
47
47
features = [" document-features" , " serde" ]
0 commit comments