]> Untitled Git - lemmy.git/blobdiff - crates/utils/Cargo.toml
Use URL type in most outstanding struct fields (#1468)
[lemmy.git] / crates / utils / Cargo.toml
index bb87cd3014c12ed54219597bf7494cc28ca51234..f8c2012dba0187b18948debe151537d04bac5839 100644 (file)
@@ -22,7 +22,7 @@ thiserror = "1.0.23"
 comrak = { version = "0.9.0", default-features = false }
 lazy_static = "1.4.0"
 openssl = "0.10.32"
-url = { version = "2.2.0", features = ["serde"] }
+url = { version = "2.2.1", features = ["serde"] }
 actix-web = { version = "3.3.2", default-features = false, features = ["rustls"] }
 actix-rt = { version = "1.1.1", default-features = false }
 anyhow = "1.0.38"