diff --git a/Cargo.toml b/Cargo.toml index bbf1c19..988614c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/h3poteto/megalodon-rs" [dependencies] chrono = { version = "0.4", features = ["serde"]} -async-trait = "0.1.72" +async-trait = "0.1.73" reqwest = { version = "0.11", features = ["json", "multipart", "stream"] } tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7.8", features = ["codec"] }