Skip to content

Commit

Permalink
Update rand dependency because of RUSTSEC-2021-0023
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorstmann committed Oct 4, 2022
1 parent 2af0a7a commit 17af8fc
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 @@ url = { version = "2.1.1", features = ["serde"] }
serde_json = "1.0.51"
serde = { version = "1.0.106", features = ["derive"] }
serde_urlencoded = "0.7.0"
rand = "0.7.3"
rand = "0.8.5"
serde_qs = "0.8.3"
base64 = "0.13.0"

Expand Down

0 comments on commit 17af8fc

Please sign in to comment.