File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ axum = "0.6.20"
31
31
clap = { version = " 4.4.11" , features = [" derive" ] }
32
32
console-subscriber = { version = " 0.2.0" }
33
33
futures = " 0.3.29"
34
- hyper = { version = " 0.14.28 " }
34
+ hyper = { version = " 1.2.0 " }
35
35
parking_lot = " 0.12.1"
36
36
prometheus-client = " 0.21.2"
37
37
rustls-pemfile = " 2.0.0"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ tracing = "0.1.40"
24
24
uuid = { version = " 1.6.1" , features = [" v4" ] }
25
25
26
26
[dev-dependencies ]
27
- hyper = " 0.14.28 "
27
+ hyper = " 1.2.0 "
28
28
maplit = " 1.0.2"
29
29
pretty_assertions = " 1.4.0"
30
30
prometheus-client = " 0.21.2"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ bytes = "1.5.0"
21
21
filetime = " 0.2.23"
22
22
futures = " 0.3.29"
23
23
hex = " 0.4.3"
24
- hyper = { version = " 0.14.28 " }
24
+ hyper = { version = " 1.2.0 " }
25
25
hyper-rustls = { version = " 0.24.2" , features = [" webpki-tokio" ] }
26
26
lz4_flex = " 0.11.1"
27
27
parking_lot = " 0.12.1"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ tracing = "0.1.40"
35
35
uuid = { version = " 1.6.1" , features = [" v4" ] }
36
36
37
37
[dev-dependencies ]
38
- hyper = " 0.14.28 "
38
+ hyper = " 1.2.0 "
39
39
once_cell = " 1.19.0"
40
40
pretty_assertions = " 1.4.0"
41
41
prost-types = " 0.12.3"
You can’t perform that action at this time.
0 commit comments