]> Untitled Git - lemmy.git/blobdiff - crates/api_common/Cargo.toml
Updated actix-web dependency to `4.0.0-beta.18`
[lemmy.git] / crates / api_common / Cargo.toml
index 602d10cb782278c2f3422fceeba18a11644d79c4..0a804a4ee92fc092e7969673622bcbceec521f24 100644 (file)
@@ -20,7 +20,7 @@ lemmy_db_schema = { version = "=0.15.0-rc.6", path = "../db_schema" }
 lemmy_utils = { version = "=0.15.0-rc.6", path = "../utils" }
 serde = { version = "1.0.131", features = ["derive"] }
 diesel = "1.4.8"
-actix-web = { version = "4.0.0-beta.14", default-features = false, features = ["cookies"] }
+actix-web = { version = "4.0.0-beta.18", default-features = false, features = ["cookies"] }
 chrono = { version = "0.4.19", features = ["serde"] }
 serde_json = { version = "1.0.72", features = ["preserve_order"] }
 tracing = "0.1.29"