Skip to content

Commit 69a2e31

Browse files
dependabot[bot]louis-jan
authored andcommitted
chore(deps): update rand requirement from 0.8 to 0.9 in /src-tauri
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.0...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04f8bf0 commit 69a2e31

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
@@ -28,7 +28,7 @@ tauri-plugin-os = "2.2.1"
2828
tauri-plugin-opener = "2.2.7"
2929
flate2 = "1.0"
3030
tar = "0.4"
31-
rand = "0.8"
31+
rand = "0.9"
3232
tauri-plugin-http = { version = "2", features = ["unsafe-headers"] }
3333
tauri-plugin-store = "2"
3434
hyper = { version = "0.14", features = ["server"] }

0 commit comments

Comments
 (0)