Skip to content

Commit 15f2ea8

Browse files
Update Rust crate rand to 0.9.0 (#605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f7b7b2 commit 15f2ea8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

federation-v1/subgraphs/accounts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async-graphql = "6.0.11"
1010
async-graphql-axum = "6.0.11"
1111
axum = "0.6.2"
1212
lazy_static = "1.4.0"
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }
1515

1616
[[bin]]

federation-v1/subgraphs/inventory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async-graphql = "6.0.11"
1010
async-graphql-axum = "6.0.11"
1111
axum = "0.6.2"
1212
lazy_static = "1.4.0"
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }
1515

1616
[[bin]]

federation-v1/subgraphs/products/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async-graphql = "6.0.11"
1010
async-graphql-axum = "6.0.11"
1111
axum = "0.6.2"
1212
lazy_static = "1.4.0"
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }
1515

1616
[[bin]]

federation-v1/subgraphs/reviews/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async-graphql = "6.0.11"
1010
async-graphql-axum = "6.0.11"
1111
axum = "0.6.2"
1212
lazy_static = "1.4.0"
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }
1515

1616
[[bin]]

0 commit comments

Comments
 (0)