Skip to content

Commit 13ab959

Browse files
committed
Update rand dependency because of RUSTSEC-2021-0023
1 parent 6f38b3e commit 13ab959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ url = { version = "2.1.1", features = ["serde"] }
4444
serde_json = "1.0.51"
4545
serde = { version = "1.0.106", features = ["derive"] }
4646
serde_urlencoded = "0.7.0"
47-
rand = "0.7.3"
47+
rand = "0.8.5"
4848
serde_qs = "0.8.3"
4949
base64 = "0.13.0"
5050

0 commit comments

Comments
 (0)