mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-18 06:07:43 -04:00
chore(deps): bump rand from 0.10.0 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 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](https://github.com/rust-random/rand/compare/0.10.0...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>
This commit is contained in:
committed by
Damir Jelić
parent
3d29db5ebb
commit
2d5b95e45e
24
Cargo.lock
generated
24
Cargo.lock
generated
@@ -479,7 +479,7 @@ dependencies = [
|
||||
"matrix-sdk-sqlite",
|
||||
"matrix-sdk-test",
|
||||
"matrix-sdk-ui",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"ruma",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -1718,7 +1718,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"matrix-sdk",
|
||||
"matrix-sdk-ui",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
@@ -1733,7 +1733,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"dirs",
|
||||
"matrix-sdk",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
@@ -3225,7 +3225,7 @@ dependencies = [
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"proptest",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"reqwest",
|
||||
"ruma",
|
||||
"rustls",
|
||||
@@ -3362,7 +3362,7 @@ dependencies = [
|
||||
"matrix-sdk-test-utils",
|
||||
"pbkdf2",
|
||||
"proptest",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"rmp-serde",
|
||||
"ruma",
|
||||
"serde",
|
||||
@@ -3398,7 +3398,7 @@ dependencies = [
|
||||
"matrix-sdk-ffi-macros",
|
||||
"matrix-sdk-sqlite",
|
||||
"pbkdf2",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"ruma",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -3489,7 +3489,7 @@ dependencies = [
|
||||
"matrix-sdk-store-encryption",
|
||||
"matrix-sdk-test",
|
||||
"matrix_indexed_db_futures",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"rmp-serde",
|
||||
"ruma",
|
||||
"serde",
|
||||
@@ -3528,7 +3528,7 @@ dependencies = [
|
||||
"matrix-sdk-test",
|
||||
"matrix-sdk-test-utils",
|
||||
"matrix-sdk-ui",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"reqwest",
|
||||
"serde_json",
|
||||
"similar-asserts",
|
||||
@@ -3562,7 +3562,7 @@ dependencies = [
|
||||
"hmac",
|
||||
"matrix-sdk-test",
|
||||
"pbkdf2",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"ruma",
|
||||
"sha2",
|
||||
"tantivy",
|
||||
@@ -3616,7 +3616,7 @@ dependencies = [
|
||||
"getrandom 0.4.2",
|
||||
"hmac",
|
||||
"pbkdf2",
|
||||
"rand 0.10.0",
|
||||
"rand 0.10.1",
|
||||
"rmp-serde",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -4514,9 +4514,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 0.10.0",
|
||||
"getrandom 0.4.2",
|
||||
|
||||
@@ -67,7 +67,7 @@ pin-project-lite = { version = "0.2.16", default-features = false }
|
||||
proc-macro2 = { version = "1.0.106", default-features = false }
|
||||
proptest = { version = "1.9.0", default-features = false, features = ["std"] }
|
||||
quote = { version = "1.0.37", default-features = false }
|
||||
rand = { version = "0.10.0", default-features = false, features = ["std", "std_rng", "thread_rng"] }
|
||||
rand = { version = "0.10.1", default-features = false, features = ["std", "std_rng", "thread_rng"] }
|
||||
regex = { version = "1.12.2", default-features = false }
|
||||
reqwest = { version = "0.13.1", default-features = false }
|
||||
rmp-serde = { version = "1.3.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user