diff --git a/Cargo.toml b/Cargo.toml index f162b6d..2835e58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ async-trait = "0.1.75" reqwest = { version = "0.11", features = ["json", "multipart", "stream"], default-features = false } tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7.10", features = ["codec"] } -serde_json = "1.0.108" +serde_json = "1.0.109" serde = { version = "1.0.193", features = ["derive"] } url = "2.5.0" oauth2 = { version = "4.4" }