]> Untitled Git - lemmy.git/blobdiff - crates/api_crud/Cargo.toml
Upgrading deps (#1735)
[lemmy.git] / crates / api_crud / Cargo.toml
index dcdbe48edf3069cd7ee9f99aa1f72b718be7eaab..3b9b6351c968a68574eae0b92e185943c67915cd 100644 (file)
@@ -19,7 +19,7 @@ diesel = "1.4.7"
 bcrypt = "0.10.1"
 chrono = { version = "0.4.19", features = ["serde"] }
 serde_json = { version = "1.0.66", features = ["preserve_order"] }
-serde = { version = "1.0.127", features = ["derive"] }
+serde = { version = "1.0.129", features = ["derive"] }
 actix = "0.12.0"
 actix-web = { version = "4.0.0-beta.8", default-features = false }
 actix-rt = { version = "2.2.0", default-features = false }
@@ -34,7 +34,7 @@ openssl = "0.10.36"
 http = "0.2.4"
 http-signature-normalization-actix = { version = "0.5.0-beta.7", default-features = false, features = ["sha-2"] }
 base64 = "0.13.0"
-tokio = "1.10.0"
+tokio = "1.10.1"
 futures = "0.3.16"
 itertools = "0.10.1"
 uuid = { version = "0.8.2", features = ["serde", "v4"] }