]> Untitled Git - lemmy.git/blobdiff - crates/api_crud/Cargo.toml
Updated actix-web dependency to `4.0.0-beta.18`
[lemmy.git] / crates / api_crud / Cargo.toml
index 659385cd8d422ad6cc1a4721d2d50cdbf76ab92c..c2b97678d4ba30d0651a119b6b0c7495617462b7 100644 (file)
@@ -23,7 +23,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
 serde_json = { version = "1.0.72", features = ["preserve_order"] }
 serde = { version = "1.0.131", features = ["derive"] }
 actix = "0.12.0"
-actix-web = { version = "4.0.0-beta.14", default-features = false }
+actix-web = { version = "4.0.0-beta.18", default-features = false }
 actix-rt = { version = "2.5.0", default-features = false }
 tracing = "0.1.29"
 rand = "0.8.4"