@@ -33,11 +33,11 @@ resolver = "2"
33
33
aes-gcm-siv = " 0.11.1"
34
34
anyhow = " 1"
35
35
async-recursion = " 1.0.5"
36
- async-trait = " 0.1.75 "
36
+ async-trait = " 0.1.77 "
37
37
atty = " 0.2.14"
38
- base64 = " 0.21.5 "
38
+ base64 = " 0.21.7 "
39
39
bincode = " 1.3"
40
- byte-unit = " 5.1.2 "
40
+ byte-unit = " 5.1.4 "
41
41
bytes = { version = " 1" , features = [" serde" ] }
42
42
chrono = { version = " 0.4" , features = [ " serde" ] }
43
43
clap = { version = " 4.4" , features = [" derive" , " env" , " wrap_help" ] }
@@ -54,11 +54,11 @@ httptest = "0.15.5"
54
54
hyper = { version = " 0.14" , features = [ " full" ] }
55
55
hyper-staticfile = " 0.9"
56
56
indicatif = { version = " 0.17.7" , features = [" rayon" ] }
57
- itertools = " 0.12.0 "
57
+ itertools = " 0.12.1 "
58
58
libc = " 0.2"
59
59
mime_guess = " 2.0.4"
60
60
nbd = " 0.2.3"
61
- nix = { version = " 0.26 " , features = [ " feature" , " uio" ] }
61
+ nix = { version = " 0.27 " , features = [ " feature" , " uio" ] }
62
62
num_enum = " 0.7"
63
63
num-derive = " 0.4"
64
64
num-traits = " 0.2"
@@ -68,10 +68,10 @@ opentelemetry = "0.21.0"
68
68
opentelemetry-jaeger = { version = " 0.20.0" }
69
69
percent-encoding = " 2.3"
70
70
proptest = " 1.4.0"
71
- rayon = " 1.8.0 "
71
+ rayon = " 1.8.1 "
72
72
rand = { version = " 0.8.5" , features = [" min_const_gen" , " small_rng" ] }
73
73
rand_chacha = " 0.3.1"
74
- reedline = " 0.27.1 "
74
+ reedline = " 0.28.0 "
75
75
reqwest = { version = " 0.11" , features = [" default" , " blocking" , " json" , " stream" ] }
76
76
ringbuffer = " 0.15.0"
77
77
rusqlite = { version = " 0.30" }
@@ -84,7 +84,7 @@ signal-hook = "0.3.17"
84
84
signal-hook-tokio = { version = " 0.3.1" , features = [" futures-v0_3" ] }
85
85
slog = { version = " 2.7" , features = [" max_level_trace" , " release_max_level_debug" ] }
86
86
slog-async = { version = " 2.8" }
87
- slog-bunyan = " 2.4 .0"
87
+ slog-bunyan = " 2.5 .0"
88
88
slog-dtrace = " 0.3"
89
89
slog-term = { version = " 2.9" }
90
90
static_assertions = " 1.1.0"
@@ -94,7 +94,7 @@ strum_macros = "0.25.3"
94
94
tempfile = " 3"
95
95
test-strategy = " 0.3.1"
96
96
thiserror = " 1"
97
- tokio = { version = " 1.35 " , features = [" full" ] }
97
+ tokio = { version = " 1.36 " , features = [" full" ] }
98
98
tokio-rustls = { version = " 0.24.1" }
99
99
tokio-test = " *"
100
100
tokio-util = { version = " 0.7" , features = [" codec" ]}
0 commit comments