Skip to content

Commit f5d01b8

Browse files
Bump rand from 0.9.2 to 0.9.3
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2be3e1 commit f5d01b8

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

pgrx-examples/arrays/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pg_test = []
3131
[dependencies]
3232
pgrx = { path = "../../pgrx" }
3333
serde = "1.0"
34-
rand = "0.9.0"
34+
rand = "0.9.3"
3535

3636
[dev-dependencies]
3737
pgrx-tests = { path = "../../pgrx-tests" }

pgrx-examples/bad_ideas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pg_test = []
3030

3131
[dependencies]
3232
pgrx = { path = "../../pgrx" }
33-
rand = "0.9.0"
33+
rand = "0.9.3"
3434
ureq = "3.0.10"
3535

3636
[dev-dependencies]

pgrx-examples/numeric/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pg_test = []
3131

3232
[dependencies]
3333
pgrx = { path = "../../pgrx" }
34-
rand = "0.9.0"
34+
rand = "0.9.3"
3535

3636
[dev-dependencies]
3737
pgrx-tests = { path = "../../pgrx-tests" }

pgrx-examples/srf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pg_test = []
3030

3131
[dependencies]
3232
pgrx = { path = "../../pgrx" }
33-
rand = "0.9.0"
33+
rand = "0.9.3"
3434

3535
[dev-dependencies]
3636
pgrx-tests = { path = "../../pgrx-tests" }

pgrx-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ postgres = "0.19.10"
6262
proptest = { version = "1", optional = true }
6363
tempfile = "3.19.1"
6464
sysinfo = "0.34.2"
65-
rand = "0.9.0"
65+
rand = "0.9.3"
6666

6767
[dependencies.pgrx] # Not unified in workspace due to default-features key
6868
path = "../pgrx"

pgrx-unit-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ thiserror.workspace = true
5353

5454
paste = "1"
5555
proptest = { version = "1", optional = true }
56-
rand = "0.9.0"
56+
rand = "0.9.3"
5757

5858
[dependencies.pgrx]
5959
path = "../pgrx"

0 commit comments

Comments
 (0)