diff --git a/Cargo.toml b/Cargo.toml index bc6ed2a..1c56ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ edition = "2021" [dependencies] reqwest = { version = "0.12.4", features = ["stream"] } -serde = "1.0.198" -serde_derive = "1.0.198" +serde = "1.0.199" +serde_derive = "1.0.199" serde_json = "1.0.116" async-trait = "0.1.80" tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }