Browse Source

Upgrade matrix-sdk

pipelines/816197
Kévin Commaille 1 year ago committed by Kévin Commaille
parent
commit
2cafa29b92
  1. 18
      Cargo.lock
  2. 6
      Cargo.toml

18
Cargo.lock generated

@ -3067,7 +3067,7 @@ dependencies = [
[[package]]
name = "matrix-sdk"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"anymap2",
"aquamarine",
@ -3121,7 +3121,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-base"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"as_variant",
"async-trait",
@ -3148,7 +3148,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-common"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"async-trait",
"eyeball-im",
@ -3171,7 +3171,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-crypto"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"aes",
"aquamarine",
@ -3212,7 +3212,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-indexeddb"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"anyhow",
"async-trait",
@ -3240,7 +3240,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-qrcode"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"byteorder",
"qrcode",
@ -3252,7 +3252,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-sqlite"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"async-trait",
"deadpool-sqlite",
@ -3274,7 +3274,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-store-encryption"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"base64",
"blake3",
@ -3293,7 +3293,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-ui"
version = "0.10.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=6c57003d172fdf2bd5595075701cf0d2e85b32e4#6c57003d172fdf2bd5595075701cf0d2e85b32e4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=4742aa298a7a10db277d2c148ae5983dc2b7f95a#4742aa298a7a10db277d2c148ae5983dc2b7f95a"
dependencies = [
"as_variant",
"async-once-cell",

6
Cargo.toml

@ -72,7 +72,7 @@ sourceview = { package = "sourceview5", version = "0.9" }
[dependencies.matrix-sdk]
# version = "0.10"
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
rev = "6c57003d172fdf2bd5595075701cf0d2e85b32e4"
rev = "4742aa298a7a10db277d2c148ae5983dc2b7f95a"
features = [
"socks",
"sso-login",
@ -83,12 +83,12 @@ features = [
[dependencies.matrix-sdk-store-encryption]
# version = "0.10"
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
rev = "6c57003d172fdf2bd5595075701cf0d2e85b32e4"
rev = "4742aa298a7a10db277d2c148ae5983dc2b7f95a"
[dependencies.matrix-sdk-ui]
# version = "0.10"
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
rev = "6c57003d172fdf2bd5595075701cf0d2e85b32e4"
rev = "4742aa298a7a10db277d2c148ae5983dc2b7f95a"
[dependencies.ruma]
# version = "0.12.1"

Loading…
Cancel
Save