Skip to content

Commit

Permalink
Merge pull request #184 from h3poteto/renovate/async-trait-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate async-trait to 0.1.77
h3poteto authored Feb 6, 2024
2 parents 16d7a1c + 476d54c commit c4bc619
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
@@ -18,7 +18,7 @@ rustls-tls = ["tokio-tungstenite/rustls-tls-native-roots", "reqwest/rustls-tls",

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
async-trait = "0.1.75"
async-trait = "0.1.77"
reqwest = { version = "0.11", features = ["json", "multipart", "stream"], default-features = false }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["codec"] }

0 comments on commit c4bc619

Please sign in to comment.