Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix(deps): update rust crate rand to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 15, 2021
1 parent 319e44e commit fc487bf
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 @@ -14,7 +14,7 @@ publish = false
[dependencies]
serde = "1.0.125"
serde_derive = "1.0.125"
rand = "0.8.3"
rand = "0.8.4"
dotenv = "0.15.0"
actix-web = { version = "3.3.2", features = ["rustls"] }
qstring = "0.7.2"
Expand Down

0 comments on commit fc487bf

Please sign in to comment.