Skip to content

Commit 81d888c

Browse files
build(deps): bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.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.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af03491 commit 81d888c

File tree

2 files changed

+56
-5
lines changed

2 files changed

+56
-5
lines changed

Cargo.lock

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

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spl-associated-token-account = { version = "6.0.0", features = ["no-entrypoint"]
3030
spl-associated-token-account-client = { version = "2.0.0" }
3131
test-case = "3.3"
3232
bincode = "1.3.1"
33-
rand = "0.8.5"
33+
rand = "0.9.0"
3434
approx = "0.5.1"
3535

3636
[lib]

0 commit comments

Comments
 (0)