Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent cb734b0 commit 126afb6
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 @@ -16,7 +16,7 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.74"
async-trait = "0.1.75"
lazy_static = "1.4.0"
serde_json = { version = "1.0.108", optional = true }
time = "0.3.31"
Expand Down

0 comments on commit 126afb6

Please sign in to comment.