Skip to content

Commit 4a039c8

Browse files
chore(deps)(deps): bump rand from 0.9.2 to 0.10.0
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 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.2...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 01b36a5 commit 4a039c8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

crates/terraphim_kg_agents/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
# Core dependencies
1010
async-trait = "0.1"
1111
log = "0.4"
12-
rand = "0.9"
12+
rand = "0.10"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
1515
thiserror = "1.0"

crates/terraphim_multi_agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ genai = { git = "https://github.com/terraphim/rust-genai.git", branch = "merge-u
3131
# Additional dependencies
3232
ahash = { version = "0.8.8", features = ["serde"] }
3333
futures = "0.3"
34-
rand = "0.9"
34+
rand = "0.10"
3535
# tiktoken-rs = "0.6" # Now handled by rust-genai
3636
tracing = "0.1"
3737
regex = "1.12"

terraphim_server/Cargo.toml

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

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

0 commit comments

Comments
 (0)