]> Untitled Git - lemmy.git/blobdiff - crates/api_common/Cargo.toml
Upgrading deps (#1995)
[lemmy.git] / crates / api_common / Cargo.toml
index 553ccb5bcbdd3a9cc71ce00f7335c7e4546b67dc..1bac4e5cdbfcc47e7746409d7a1ac07271e47e3d 100644 (file)
@@ -18,10 +18,10 @@ lemmy_db_views_moderator = { version = "=0.14.4-rc.4", path = "../db_views_moder
 lemmy_db_views_actor = { version = "=0.14.4-rc.4", path = "../db_views_actor" }
 lemmy_db_schema = { version = "=0.14.4-rc.4", path = "../db_schema" }
 lemmy_utils = { version = "=0.14.4-rc.4", path = "../utils" }
-serde = { version = "1.0.130", features = ["derive"] }
+serde = { version = "1.0.131", features = ["derive"] }
 diesel = "1.4.8"
-actix-web = { version = "4.0.0-beta.9", default-features = false, features = ["cookies"] }
+actix-web = { version = "4.0.0-beta.14", default-features = false, features = ["cookies"] }
 chrono = { version = "0.4.19", features = ["serde"] }
-serde_json = { version = "1.0.68", features = ["preserve_order"] }
+serde_json = { version = "1.0.72", features = ["preserve_order"] }
 tracing = "0.1.29"
 url = "2.2.2"