diff --git a/Cargo.toml b/Cargo.toml index 396dfc7..a06a8e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1.74" reqwest = { version = "0.11", features = ["json", "multipart", "stream"] } tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7.10", features = ["codec"] } -serde_json = "1.0.107" +serde_json = "1.0.108" serde = { version = "1.0.190", features = ["derive"] } url = "2.4.1" oauth2 = { version = "4.4" }