Skip to content

Commit 67e412e

Browse files
chore(deps): bump rand from 0.9.2 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 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@rand_core-0.9.2...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9712ea commit 67e412e

9 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

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

src/binaries/hanami/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env_logger = "0.11"
3333
# database
3434
diesel = { version = "2.3", features = ["sqlite", "uuid"] }
3535
# common stuff
36-
rand = "0.9.2"
36+
rand = "0.10.1"
3737
lazy_static = "1.4"
3838
chrono = "0.4.43"
3939
futures = "0.3"

src/binaries/miko/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env_logger = "0.11"
3434
# database
3535
diesel = { version = "2.3", features = ["sqlite", "uuid"] }
3636
# common stuff
37-
rand = "0.9.2"
37+
rand = "0.10.1"
3838
lazy_static = "1.4"
3939
chrono = "0.4.43"
4040
futures = "0.3"

src/binaries/omamori/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env_logger = "0.11"
3333
# database
3434
diesel = { version = "2.3", features = ["sqlite", "uuid"] }
3535
# common stuff
36-
rand = "0.9.2"
36+
rand = "0.10.1"
3737
lazy_static = "1.4"
3838
chrono = "0.4.43"
3939
futures = "0.3"

src/binaries/onsen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ once_cell = "1.18"
3131
log = "0.4"
3232
env_logger = "0.11"
3333
# common stuff
34-
rand = "0.9.2"
34+
rand = "0.10.1"
3535
lazy_static = "1.4"
3636
chrono = "0.4.43"
3737
futures = "0.3"

src/binaries/ryokan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env_logger = "0.11"
3434
# database
3535
diesel = { version = "2.3", features = ["sqlite", "uuid"] }
3636
# common stuff
37-
rand = "0.9.2"
37+
rand = "0.10.1"
3838
lazy_static = "1.4"
3939
chrono = "0.4.43"
4040
futures = "0.3"

src/binaries/sakura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ core_affinity = "0.8.3"
4141
# read some hardware-information
4242
sysinfo = "0.36.1"
4343
# common stuff
44-
rand = "0.9.2"
44+
rand = "0.10.1"
4545
lazy_static = "1.4"
4646
chrono = "0.4.43"
4747
futures = "0.3"

src/binaries/torii/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env_logger = "0.11"
3333
# database
3434
diesel = { version = "2.3", features = ["sqlite", "uuid"] }
3535
# common stuff
36-
rand = "0.9.2"
36+
rand = "0.10.1"
3737
lazy_static = "1.4"
3838
chrono = "0.4.43"
3939
futures = "0.3"

src/libs/rust/ainari_model_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ serde_json = "1"
1616

1717
# common stuff
1818
uuid = { version = "1.21.0", features = ["v4"] }
19-
rand = "0.9.2"
19+
rand = "0.10.1"

0 commit comments

Comments
 (0)