Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent 7bb9fba commit a396c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit a396c3f

Please sign in to comment.