Skip to content

Commit f1962f1

Browse files
fix(deps): update rust crate rand to 0.9.2
1 parent a96f1f3 commit f1962f1

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
@@ -223,7 +223,7 @@ reqwest = { version = "0.12", default-features = false, features = [
223223
] }
224224
serde_json = "1.0"
225225
tempfile = "3.14"
226-
rand = "0.8"
226+
rand = "0.9.2"
227227
colored = "2.2"
228228
dialoguer = "0.11"
229229
futures = "0.3"

0 commit comments

Comments
 (0)