Skip to content

Commit 9e16e50

Browse files
Merge pull request #5 from pythoninthegrass/renovate/rand-0.x
fix(deps): update rust crate rand to 0.9
2 parents ede7ea9 + c0b0c3b commit 9e16e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tauri-plugin-shell = "2"
2020
serde = { version = "1", features = ["derive"] }
2121
serde_json = "1"
2222
rusqlite = { version = "0.31", features = ["bundled"] }
23-
rand = "0.8"
23+
rand = "0.9"
2424
chrono = "0.4"
2525
dirs = "5"
2626

0 commit comments

Comments
 (0)