|
|
|
|
@ -720,9 +720,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "curve25519-dalek" |
|
|
|
|
version = "4.1.3" |
|
|
|
|
version = "4.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
|
|
|
|
checksum = "373b7c5dbd637569a2cca66e8d66b8c446a1e7bf064ea321d265d7b3dfe7c97e" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"cpufeatures", |
|
|
|
|
@ -961,9 +961,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ed25519-dalek" |
|
|
|
|
version = "2.1.1" |
|
|
|
|
version = "2.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" |
|
|
|
|
checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"curve25519-dalek", |
|
|
|
|
"ed25519", |
|
|
|
|
@ -1145,9 +1145,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fiat-crypto" |
|
|
|
|
version = "0.2.9" |
|
|
|
|
version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
|
|
|
|
checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "field-offset" |
|
|
|
|
@ -2994,8 +2994,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1de309d33d0c5d77829f952110e8b9e3e6c730880152db6e1778bcaa2cbfaef9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anymap2", |
|
|
|
|
"aquamarine", |
|
|
|
|
@ -3051,8 +3052,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-base" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ad7f18305090c059293ebafefbfd8cac494f43386c3f255861995ee7b48f9e89" |
|
|
|
|
dependencies = [ |
|
|
|
|
"as_variant", |
|
|
|
|
"async-trait", |
|
|
|
|
@ -3078,8 +3080,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-common" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "065ac8905f199649e165d6233faa5b4eb9c7c117f61c9a5572250ae1feb9cd79" |
|
|
|
|
dependencies = [ |
|
|
|
|
"eyeball-im", |
|
|
|
|
"futures-core", |
|
|
|
|
@ -3101,8 +3104,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-crypto" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e38551f3da5909ed8bd62a9b2bc3315df25386c410fd7116dc1824d42406fbfd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"aes", |
|
|
|
|
"aquamarine", |
|
|
|
|
@ -3142,8 +3146,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-indexeddb" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "233b82cc549375e18ff1a0ccd5baf5db8ac4d44643b5b9b6bedffd74f72ed5f0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anyhow", |
|
|
|
|
"async-trait", |
|
|
|
|
@ -3170,8 +3175,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-qrcode" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5101e7d2e110978951bc917cdb6a00b84c358d3c1f9b2807d647addd76e6064f" |
|
|
|
|
dependencies = [ |
|
|
|
|
"byteorder", |
|
|
|
|
"qrcode", |
|
|
|
|
@ -3182,8 +3188,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-sqlite" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "aa2ff57473e92bad1b7320b3d70d640661b95064e091b925c5ef88acfa281853" |
|
|
|
|
dependencies = [ |
|
|
|
|
"as_variant", |
|
|
|
|
"async-trait", |
|
|
|
|
@ -3207,8 +3214,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-store-encryption" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0c2f3c5dfb6f61036290ee053f5cdc90ee672200e9254747b8eae922f00765f9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64", |
|
|
|
|
"blake3", |
|
|
|
|
@ -3226,8 +3234,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "matrix-sdk-ui" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=db477a84bf9e6fcf45e1e36eecbf80398338886a#db477a84bf9e6fcf45e1e36eecbf80398338886a" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cf740442da217e1df0b3cbde7299daea641f82d257676b9782f7f6309d7781cf" |
|
|
|
|
dependencies = [ |
|
|
|
|
"as_variant", |
|
|
|
|
"async-rx", |
|
|
|
|
@ -4210,9 +4219,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma" |
|
|
|
|
version = "0.12.4" |
|
|
|
|
version = "0.12.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1d60b9267fed6352f294e6d5baec3a9a16f14bcce07af7079b26e26220aa500f" |
|
|
|
|
checksum = "c1d47e42b7dea75a468dea63a230f51331c58d690ca018ea1c6ac782ea98880c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"assign", |
|
|
|
|
"js_int", |
|
|
|
|
@ -4251,9 +4260,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-common" |
|
|
|
|
version = "0.15.3" |
|
|
|
|
version = "0.15.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "52e4969d85f1915b666dfe7939141b874aacd4191f8ad86689d16bfbfa08a770" |
|
|
|
|
checksum = "387e1898e868d32ff7b205e7db327361d5dcf635c00a8ae5865068607595a9cf" |
|
|
|
|
dependencies = [ |
|
|
|
|
"as_variant", |
|
|
|
|
"base64", |
|
|
|
|
@ -4420,9 +4429,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustls" |
|
|
|
|
version = "0.23.28" |
|
|
|
|
version = "0.23.29" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" |
|
|
|
|
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"once_cell", |
|
|
|
|
"rustls-pki-types", |
|
|
|
|
@ -4442,9 +4451,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustls-webpki" |
|
|
|
|
version = "0.103.3" |
|
|
|
|
version = "0.103.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" |
|
|
|
|
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ring", |
|
|
|
|
"rustls-pki-types", |
|
|
|
|
|