Skip to content

Commit e608971

Browse files
chore(deps): bump rand from 0.9.1 to 0.10.0
Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.10.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4fd1e8 commit e608971

2 files changed

Lines changed: 228 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ simdutf8 = "0.1" # SIMD UTF-8 validation
7878

7979
# Telemetry dependencies
8080
uuid = { version = "1.0", features = ["v4"] }
81-
rand = "0.9"
81+
rand = "0.10"
8282
futures-util = "0.3"
8383

8484
# Agent dependencies (using Rig - LLM application framework)

0 commit comments

Comments
 (0)