We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689f408 commit f45d419Copy full SHA for f45d419
Cargo.toml
@@ -32,7 +32,7 @@ axum-server = { version = "0.4.7", features = ["tls-rustls"] }
32
clap = { version = "4.2", features = ["derive", "env"] }
33
expanduser = "1.2.2"
34
flate2 = "1.0"
35
-http = "*"
+http = "0.2"
36
hyper = { version = "0.14", features = ["full"] }
37
lazy_static = "1.4"
38
maligned = "0.2.1"
@@ -42,7 +42,7 @@ ndarray-stats = "0.5"
42
num-traits = "0.2.16"
43
prometheus = { version = "0.13", features = ["process"] }
44
serde = { version = "1.0", features = ["derive"] }
45
-serde_json = "*"
+serde_json = "1.0"
46
strum_macros = "0.24"
47
thiserror = "1.0"
48
tokio = { version = "1.28", features = ["full"] }
0 commit comments