]> Untitled Git - lemmy.git/blobdiff - crates/routes/Cargo.toml
Upgrade deps (#1799)
[lemmy.git] / crates / routes / Cargo.toml
index 53daac6957ae86535de16230098d1c69a8ca55d7..c305577e11b81ccf978145989af40b886627b903 100644 (file)
@@ -17,18 +17,18 @@ lemmy_db_views_actor = { version = "=0.13.0-rc.1", path = "../db_views_actor" }
 lemmy_db_schema = { version = "=0.13.0-rc.1", path = "../db_schema" }
 lemmy_api_common = { version = "=0.13.0-rc.1", path = "../api_common" }
 lemmy_apub_lib = { version = "=0.13.0-rc.1", path = "../apub_lib" }
-diesel = "1.4.7"
+diesel = "1.4.8"
 actix = "0.12.0"
-actix-web = { version = "4.0.0-beta.8", default-features = false, features = ["rustls"] }
-actix-web-actors = { version = "4.0.0-beta.6", default-features = false }
-actix-http = "3.0.0-beta.9"
-sha2 = "0.9.5"
+actix-web = { version = "4.0.0-beta.9", default-features = false, features = ["rustls"] }
+actix-web-actors = { version = "4.0.0-beta.7", default-features = false }
+actix-http = "3.0.0-beta.10"
+sha2 = "0.9.8"
 log = "0.4.14"
-anyhow = "1.0.43"
+anyhow = "1.0.44"
 chrono = { version = "0.4.19", features = ["serde"] }
 rss = "1.10.0"
-serde = { version = "1.0.129", features = ["derive"] }
-awc = { version  = "3.0.0-beta.7", default-features = false }
+serde = { version = "1.0.130", features = ["derive"] }
+awc = { version = "3.0.0-beta.8", default-features = false }
 url = { version = "2.2.2", features = ["serde"] }
 strum = "0.21.0"
 lazy_static = "1.4.0"