Skip to content

Commit b72d0db

Browse files
chore(deps)(deps): bump rand from 0.9.4 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [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.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd99f9f commit b72d0db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraphim_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ walkdir = "2.4"
4444
chrono = { workspace = true }
4545
uuid = { workspace = true }
4646
futures-util = "0.3"
47-
rand = "0.9"
47+
rand = "0.10"
4848

4949
[features]
5050
# Minimal default - core server with SQLite for persistence

0 commit comments

Comments
 (0)