Skip to content

Commit

Permalink
fix(deps): update rust crate async-recursion to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent 8fcca12 commit c03f477
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 @@ -44,7 +44,7 @@ http = "1.1"
async-trait = "0.1"
bytes = "1"
rand = "0.8"
async-recursion="1.0"
async-recursion="1.1"
mime = "0.3"
mime_guess = "2"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] }
Expand Down

0 comments on commit c03f477

Please sign in to comment.