Skip to content

Commit df85048

Browse files
build(deps): Bump rand in /packages/agent-mesh/sdks/rust/agentmesh (#618)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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@0.8.5...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3962ab commit df85048

File tree

2 files changed

+26
-47
lines changed

2 files changed

+26
-47
lines changed

packages/agent-mesh/sdks/rust/agentmesh/Cargo.lock

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

packages/agent-mesh/sdks/rust/agentmesh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde_json = "1"
1717
serde_yaml = "0.9"
1818
sha2 = "0.11"
1919
ed25519-dalek = { version = "2", features = ["rand_core"] }
20-
rand = "0.8"
20+
rand = "0.10"
2121
thiserror = "2"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)