+270
-340
lines changedFilter options
+270
-340
lines changed Original file line number Diff line number Diff line change
@@ -155,9 +155,9 @@ gitoxide-core = { version = "^0.47.1", path = "gitoxide-core" }
155
155
gix-features = { version = "^0.42.1", path = "gix-features" }
156
156
gix = { version = "^0.72.1", path = "gix", default-features = false }
157
157
158
-
clap = { version = "4.5.39", features = ["derive", "cargo"] }
159
-
clap_complete = "4.5.52"
160
-
prodash = { version = "29.0.2", optional = true }
158
+
clap = { version = "4.5.40", features = ["derive", "cargo"] }
159
+
clap_complete = "4.5.54"
160
+
prodash = { version = "30.0.1", optional = true }
161
161
is-terminal = { version = "0.4.0", optional = true }
162
162
env_logger = { version = "0.11.8", default-features = false }
163
163
crosstermion = { version = "0.14.0", optional = true, default-features = false }
Original file line number Diff line number Diff line change
@@ -74,16 +74,16 @@ gix-url = { version = "^0.31.0", path = "../gix-url", optional = true }
74
74
jwalk = { version = "0.8.0", optional = true }
75
75
76
76
# for 'hours'
77
-
fs-err = { version = "3.1.0", optional = true }
77
+
fs-err = { version = "3.1.1", optional = true }
78
78
crossbeam-channel = { version = "0.5.15", optional = true }
79
-
smallvec = { version = "1.15.0", optional = true }
79
+
smallvec = { version = "1.15.1", optional = true }
80
80
81
81
# for 'query' and 'corpus'
82
82
rusqlite = { version = "0.36.0", optional = true, features = ["bundled"] }
83
83
84
84
# for 'corpus'
85
85
parking_lot = { version = "0.12.4", optional = true }
86
-
sysinfo = { version = "0.35.1", optional = true, default-features = false, features = ["system"] }
86
+
sysinfo = { version = "0.35.2", optional = true, default-features = false, features = ["system"] }
87
87
serde_json = { version = "1.0.65", optional = true }
88
88
tracing-forest = { version = "0.1.5", features = ["serde"], optional = true }
89
89
tracing-subscriber = { version = "0.3.17", optional = true }
Original file line number Diff line number Diff line change
@@ -33,8 +33,8 @@ gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }
33
33
gix-date = { version = "^0.10.2", path = "../gix-date" }
34
34
35
35
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
36
-
zip = { version = "4.0.0", optional = true, default-features = false, features = ["deflate-flate2"] }
37
-
jiff = { version = "0.2.14", default-features = false, features = ["std"] }
36
+
zip = { version = "4.2.0", optional = true, default-features = false, features = ["deflate-flate2"] }
37
+
jiff = { version = "0.2.15", default-features = false, features = ["std"] }
38
38
39
39
thiserror = "2.0.0"
40
40
bstr = { version = "1.12.0", default-features = false }
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ gix-glob = { version = "^0.20.1", path = "../gix-glob" }
25
25
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
26
26
27
27
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
28
-
smallvec = "1.15.0"
28
+
smallvec = "1.15.1"
29
29
kstring = "2.0.0"
30
30
unicode-bom = { version = "2.0.3" }
31
31
thiserror = "2.0.0"
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ gix-hash = { version = "^0.18.0", path = "../gix-hash" }
21
21
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
22
22
gix-traverse = { version = "^0.46.2", path = "../gix-traverse" }
23
23
24
-
smallvec = "1.15.0"
24
+
smallvec = "1.15.1"
25
25
thiserror = "2.0.0"
26
26
27
27
[dev-dependencies]
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ thiserror = "2.0.0"
32
32
unicode-bom = { version = "2.0.3" }
33
33
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
34
34
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
35
-
smallvec = "1.15.0"
35
+
smallvec = "1.15.1"
36
36
once_cell = "1.21.3"
37
37
38
38
document-features = { version = "0.2.0", optional = true }
Original file line number Diff line number Diff line change
@@ -22,11 +22,11 @@ serde = ["dep:serde", "bstr/serde"]
22
22
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
23
23
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
24
24
itoa = "1.0.1"
25
-
jiff = "0.2.14"
25
+
jiff = "0.2.15"
26
26
thiserror = "2.0.0"
27
27
# TODO: used for quick and easy `TimeBacking: std::io::Write` implementation, but could make that `Copy`
28
28
# and remove this dep with custom impl
29
-
smallvec = { version = "1.15.0", features = ["write"] }
29
+
smallvec = { version = "1.15.1", features = ["write"] }
30
30
31
31
document-features = { version = "0.2.0", optional = true }
32
32
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ walkdir = { version = "2.3.2", optional = true } # used when parallel is off
114
114
crc32fast = { version = "1.2.1", optional = true }
115
115
116
116
# progress
117
-
prodash = { version = "29.0.2", optional = true }
117
+
prodash = { version = "30.0.1", optional = true }
118
118
bytesize = { version = "2.0.1", optional = true }
119
119
120
120
# pipe
@@ -129,7 +129,7 @@ once_cell = { version = "1.21.3", optional = true }
129
129
document-features = { version = "0.2.0", optional = true }
130
130
131
131
[target.'cfg(unix)'.dependencies]
132
-
libc = { version = "0.2.172" }
132
+
libc = { version = "0.2.174" }
133
133
134
134
[dev-dependencies]
135
135
bstr = { version = "1.12.0", default-features = false }
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ gix-attributes = { version = "^0.26.1", path = "../gix-attributes" }
28
28
encoding_rs = "0.8.32"
29
29
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
30
30
thiserror = "2.0.0"
31
-
smallvec = "1.15.0"
31
+
smallvec = "1.15.1"
32
32
33
33
34
34
[dev-dependencies]
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4