chore(deps): bump rand from 0.10.1 to 0.10.2
Check for typos / check-typos (push) Has been cancelled
Check for typos / check-typos (push) Has been cancelled
Bumps [rand](https://github.com/rust-random/rand) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.10.1...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+3
-3
@@ -1075,7 +1075,7 @@ dependencies = [
|
||||
"nix 0.31.3",
|
||||
"oneshot",
|
||||
"portable-pty",
|
||||
"rand 0.10.1",
|
||||
"rand 0.10.2",
|
||||
"ratatui 0.30.2",
|
||||
"ratatui-image",
|
||||
"time",
|
||||
@@ -1585,9 +1585,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
|
||||
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
||||
dependencies = [
|
||||
"chacha20",
|
||||
"getrandom 0.4.2",
|
||||
|
||||
Reference in New Issue
Block a user