diff --git a/api/Cargo.toml b/api/Cargo.toml index a9d22ce2..4dc475df 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -22,7 +22,7 @@ regex = "1.6.0" reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "gzip", "json", "multipart", "native-tls-vendored"] } serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.87" -serde_with = "2.0.1" +serde_with = "3.3.0" thiserror = "1.0.37" url = "2.3.1"