Skip to content

Commit d2d1fa8

Browse files
fix(deps): update rust crate rand to 0.10.0
1 parent 5fde20c commit d2d1fa8

File tree

2 files changed

+37
-28
lines changed

2 files changed

+37
-28
lines changed

apps/backend/Cargo.lock

Lines changed: 36 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ axum = "0.8.4"
1010
base64 = "0.22.1"
1111
dotenvy = "0.15.7"
1212
hex = "0.4.3"
13-
rand = "0.9.1"
13+
rand = "0.10.0"
1414
serde = { version = "1.0.228", features = ["derive"] }
1515
serde_json = "1.0.140"
1616
sourcemap = "9.3.2"

0 commit comments

Comments
 (0)