Skip to content

Commit ed42395

Browse files
committed
chore: Update actix-web and tracing
1 parent 470bc02 commit ed42395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "hoc"
1414

1515
[dependencies]
1616
actix-rt = "2.7.0"
17-
actix-web = "4.0.0-rc.3"
17+
actix-web = "4.0.1"
1818
badge = "0.3.0"
1919
bytes = "1.1.0"
2020
config = { version = "0.12.0", features = ["toml"] }
@@ -28,7 +28,7 @@ reqwest = "0.11.9"
2828
serde = "1.0.136"
2929
serde_derive = "1.0.136"
3030
serde_json = "1.0.79"
31-
tracing = "0.1.31"
31+
tracing = "0.1.32"
3232
tracing-actix-web = "0.5.1"
3333
tracing-bunyan-formatter = "0.3.2"
3434
tracing-futures = "0.2.5"

0 commit comments

Comments
 (0)