build(deps): bump rand from 0.10.0 to 0.10.1 #26

Merged
dependabot[bot] merged 1 commits from dependabot/cargo/rand-0.10.1 into main 2026-04-15 20:42:29 +00:00
Showing only changes of commit 59b3529afc - Show all commits

6
Cargo.lock generated
View File

@@ -71,7 +71,7 @@ dependencies = [
"async-trait",
"futures-util",
"local-ip-address",
"rand 0.10.0",
"rand 0.10.1",
"tokio",
"tokio-tungstenite",
"tracing",
@@ -588,9 +588,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
dependencies = [
"chacha20",
"getrandom 0.4.2",