Skip to content

Commit 238eea0

Browse files
authored
Upgrade Rust Crypto SDK to 6.1.0 (#4261)
Fixes element-hq/element-web#27590
1 parent ab6f865 commit 238eea0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"@babel/core": "^7.12.10",
7575
"@babel/eslint-parser": "^7.12.10",
7676
"@babel/eslint-plugin": "^7.12.10",
77+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
7778
"@babel/plugin-transform-class-properties": "^7.12.1",
7879
"@babel/plugin-transform-numeric-separator": "^7.12.7",
7980
"@babel/plugin-transform-object-rest-spread": "^7.12.1",
80-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
8181
"@babel/plugin-transform-runtime": "^7.12.10",
8282
"@babel/preset-env": "^7.12.11",
8383
"@babel/preset-typescript": "^7.12.7",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,9 +1802,9 @@
18021802
"@jridgewell/sourcemap-codec" "^1.4.14"
18031803

18041804
"@matrix-org/matrix-sdk-crypto-wasm@^6.0.0":
1805-
version "6.0.0"
1806-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-6.0.0.tgz#5e62ff07ee85a2e1b766a116683b7715a5e70c03"
1807-
integrity sha512-VVXfkIX2qr5Lz8EEUqsv/RBs0hZYoD1TyvtnaaNHW+2WaBo+TXu6Kpz2cQBNvRQbR3GhxDa/ZyQUxZYotORLWg==
1805+
version "6.1.0"
1806+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-6.1.0.tgz#1cedf2bcbd6795e297fd45ea4a33f2c8c5204fdd"
1807+
integrity sha512-8Wn4TT9PEJswfE8+6mA60JHrxyiWYXfM4EM5800tLz+Rl9QRGk9JDF0o0cTb26v6bfXTa3/pCGWAkUVk0ROPEw==
18081808

18091809
"@matrix-org/olm@3.2.15":
18101810
version "3.2.15"

0 commit comments

Comments
 (0)