]> Untitled Git - lemmy.git/blobdiff - crates/apub/Cargo.toml
Upgrading deps (#1735)
[lemmy.git] / crates / apub / Cargo.toml
index a807b8248754fb2a616b035cf04fbd5da574aff9..556bb935eafb3ef95c1c2e423ea91fef5c92729f 100644 (file)
@@ -24,7 +24,7 @@ activitystreams = "0.7.0-alpha.11"
 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"] }
 serde_with = "1.9.4"
 actix = "0.12.0"
 actix-web = { version = "4.0.0-beta.8", default-features = false }
@@ -41,7 +41,7 @@ http = "0.2.4"
 http-signature-normalization-actix = { version = "0.5.0-beta.7", default-features = false, features = ["sha-2"] }
 http-signature-normalization-reqwest = { version = "0.2.0", 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"] }