We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470bc02 commit ed42395Copy full SHA for ed42395
Cargo.toml
@@ -14,7 +14,7 @@ name = "hoc"
14
15
[dependencies]
16
actix-rt = "2.7.0"
17
-actix-web = "4.0.0-rc.3"
+actix-web = "4.0.1"
18
badge = "0.3.0"
19
bytes = "1.1.0"
20
config = { version = "0.12.0", features = ["toml"] }
@@ -28,7 +28,7 @@ reqwest = "0.11.9"
28
serde = "1.0.136"
29
serde_derive = "1.0.136"
30
serde_json = "1.0.79"
31
-tracing = "0.1.31"
+tracing = "0.1.32"
32
tracing-actix-web = "0.5.1"
33
tracing-bunyan-formatter = "0.3.2"
34
tracing-futures = "0.2.5"
0 commit comments