Skip to content

Commit

Permalink
fix(deps): update rust crate rand to 0.9 (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent e149ae9 commit 75e9538
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 @@ -42,7 +42,7 @@ lazy_static = "1.4"
http = "1.1"
async-trait = "0.1"
bytes = "1"
rand = "0.8"
rand = "0.9"
async-recursion = "1.0"
mime = "0.3"
mime_guess = "2"
Expand Down

0 comments on commit 75e9538

Please sign in to comment.