diff --git a/Cargo.toml b/Cargo.toml index 8f5022f..d914bcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ edition = "2021" reqwest = "0.11.23" serde = "1.0.193" serde_derive = "1.0.193" -serde_json = "1.0.108" -async-trait = "0.1.75" +serde_json = "1.0.109" +async-trait = "0.1.77" tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] }