Skip to content

Commit f344992

Browse files
Bump rand from 0.9.4 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [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.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb25620 commit f344992

2 files changed

Lines changed: 4 additions & 4 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.

core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ odbc-api = { version = "24.1", optional = true }
7070
pem = { version = "3.0", optional = true }
7171
postgres-native-tls = { version = "0.5.0", optional = true }
7272
prost = { version = "=0.14", optional = true }
73-
rand = { version = "0.9" }
73+
rand = { version = "0.10" }
7474
regex = { version = "1" }
7575
r2d2 = { version = "0.8", optional = true }
7676
rusqlite = { version = "0.37", optional = true }
@@ -115,7 +115,7 @@ bollard = "0.20"
115115
geozero = { version = "0.15.1", features = ["with-wkb"] }
116116
insta = { version = "1.46.0", features = ["filters"] }
117117
prost = { version = "=0.14.3" }
118-
rand = "0.9"
118+
rand = "0.10"
119119
reqwest = "0.13"
120120
rstest = "0.26.1"
121121
test-log = { version = "0.2", features = ["trace"] }

0 commit comments

Comments
 (0)