chore: Update actix-web and tracing
This commit is contained in:
parent
470bc028f1
commit
ed42395070
@ -14,7 +14,7 @@ name = "hoc"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-rt = "2.7.0"
|
actix-rt = "2.7.0"
|
||||||
actix-web = "4.0.0-rc.3"
|
actix-web = "4.0.1"
|
||||||
badge = "0.3.0"
|
badge = "0.3.0"
|
||||||
bytes = "1.1.0"
|
bytes = "1.1.0"
|
||||||
config = { version = "0.12.0", features = ["toml"] }
|
config = { version = "0.12.0", features = ["toml"] }
|
||||||
@ -28,7 +28,7 @@ reqwest = "0.11.9"
|
|||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_derive = "1.0.136"
|
serde_derive = "1.0.136"
|
||||||
serde_json = "1.0.79"
|
serde_json = "1.0.79"
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
tracing-actix-web = "0.5.1"
|
tracing-actix-web = "0.5.1"
|
||||||
tracing-bunyan-formatter = "0.3.2"
|
tracing-bunyan-formatter = "0.3.2"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user