Skip to content

Commit b7e42fe

Browse files
fix(deps): update rust crate rand to 0.9.0
1 parent 1db165f commit b7e42fe

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
@@ -156,7 +156,7 @@ async-graphql = { workspace = true, features = [
156156
] }
157157
dotenvy = "0.15.7"
158158
convert_case = { workspace = true }
159-
rand = "0.8.5"
159+
rand = "0.9.0"
160160
tailcall-macros = { path = "tailcall-macros" }
161161
tailcall-tracker = { path = "tailcall-tracker", optional = true }
162162
tailcall-typedefs-common = { path = "./tailcall-typedefs-common" }

0 commit comments

Comments
 (0)