Skip to content

Commit 94ab581

Browse files
chore(deps): update rand requirement from 0.9.0 to 0.10.0
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@rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bb5896 commit 94ab581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jsonwebtoken = "9.3.1"
5959
libsqlite3-sys = { version = "0.35", features = ["bundled"] } # this is needed for proper linking
6060
log = "0.4.25"
6161
once_cell = "1.20.3"
62-
rand = "0.9.0"
62+
rand = "0.10.0"
6363
rcgen = "0.13.2"
6464
regex = "1.11.1"
6565
rocket = { version = "0.5.1", features = ["tls"] }

0 commit comments

Comments
 (0)