Skip to content

Commit 2969eb7

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-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc08039 commit 2969eb7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lazy_static = "1.5.0"
4040
num-bigint = { version = "=0.2.6", features = ["serde"] }
4141
num-integer = { version = "=0.1.46" }
4242
num-traits = "=0.2.19"
43-
rand = "0.8.4"
43+
rand = "0.9.0"
4444
regex = "1.5.4"
4545
semver = { version = "1.0.23", features = ["serde"] }
4646
serde = { workspace = true }

runtime/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ graph = { path = "../../graph" }
1010
graph-chain-ethereum = { path = "../../chain/ethereum" }
1111
graph-runtime-derive = { path = "../derive" }
1212
graph-runtime-wasm = { path = "../wasm" }
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414

1515

1616
[dev-dependencies]

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maybe-owned = "0.3.4"
2323
postgres = "0.19.1"
2424
openssl = "0.10.72"
2525
postgres-openssl = "0.5.1"
26-
rand = "0.8.4"
26+
rand = "0.9.0"
2727
serde = { workspace = true }
2828
serde_json = { workspace = true }
2929
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }

0 commit comments

Comments
 (0)