@@ -33,11 +33,11 @@ resolver = "2"
33
33
aes-gcm-siv = " 0.11.1"
34
34
anyhow = " 1"
35
35
async-recursion = " 1.1.1"
36
- async-trait = " 0.1.86 "
36
+ async-trait = " 0.1.83 "
37
37
atty = " 0.2.14"
38
38
base64 = " 0.22.1"
39
39
bincode = " 1.3"
40
- byte-unit = " 5.1.6 "
40
+ byte-unit = " 5.1.4 "
41
41
bytes = { version = " 1" , features = [" serde" ] }
42
42
camino = { version = " 1.1" , features = [" serde1" ] }
43
43
cfg-if = { version = " 1" }
@@ -46,18 +46,18 @@ clap = { version = "4.5", features = ["derive", "env", "wrap_help"] }
46
46
clearscreen = " 2.0.1"
47
47
crossterm = { version = " 0.28.1" }
48
48
crucible-workspace-hack = " 0.1.0" # see [patch.crates-io.crucible-workspace-hack] for more
49
- csv = " 1.3.1 "
49
+ csv = " 1.3.0 "
50
50
expectorate = " 1.1.0"
51
51
futures = " 0.3"
52
52
futures-core = " 0.3"
53
53
hex = " 0.4"
54
54
http = " 0.2.12"
55
- httptest = " 0.16.3 "
55
+ httptest = " 0.16.1 "
56
56
human_bytes = " 0.4.3"
57
57
humantime = " 2.1.0"
58
58
hyper = { version = " 1" , features = [ " full" ] }
59
59
hyper-staticfile = " 0.10.1"
60
- indicatif = { version = " 0.17.11 " , features = [" rayon" ] }
60
+ indicatif = { version = " 0.17.8 " , features = [" rayon" ] }
61
61
itertools = " 0.13.0"
62
62
libc = " 0.2"
63
63
mime_guess = " 2.0.5"
@@ -73,11 +73,11 @@ opentelemetry-jaeger = { version = "0.20.0" }
73
73
percent-encoding = " 2.3"
74
74
progenitor = " 0.9.1"
75
75
progenitor-client = " 0.9.1"
76
- proptest = " 1.6 .0"
76
+ proptest = " 1.5 .0"
77
77
rayon = " 1.10.0"
78
78
rand = { version = " 0.8.5" , features = [" min_const_gen" , " small_rng" ] }
79
79
rand_chacha = " 0.3.1"
80
- reedline = " 0.38 .0"
80
+ reedline = " 0.36 .0"
81
81
reqwest = { version = " 0.12" , features = [" default" , " blocking" , " json" , " stream" ] }
82
82
ringbuffer = " 0.15.0"
83
83
rusqlite = { version = " 0.32" }
@@ -108,7 +108,7 @@ tokio-util = { version = "0.7", features = ["codec"]}
108
108
toml = " 0.8"
109
109
tracing = " 0.1"
110
110
tracing-opentelemetry = " 0.22.0"
111
- tracing-subscriber = " 0.3.19 "
111
+ tracing-subscriber = " 0.3.18 "
112
112
twox-hash = " 2.1.0"
113
113
usdt = " 0.5.0"
114
114
uuid = { version = " 1" , features = [ " serde" , " v4" ] }
0 commit comments