Merge remote-tracking branch 'origin/v1' into v2

This commit is contained in:
Lucas Nogueira
2023-05-24 10:36:41 -03:00
15 changed files with 111 additions and 89 deletions
Generated
+29 -15
View File
@@ -1251,6 +1251,12 @@ dependencies = [
"syn 1.0.109",
]
[[package]]
name = "data-encoding"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "der"
version = "0.5.1"
@@ -2476,9 +2482,9 @@ dependencies = [
[[package]]
name = "iota-crypto"
version = "0.17.1"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92cdfcd73d2b8a67b913789ecd7fc06c68254f68cd2b24cc3f0419c7f8fe6bbe"
checksum = "0180a2a7939b4b0ae68e651bbec130b27fd5882ef552df5bb55e0320e78bacbc"
dependencies = [
"autocfg",
]
@@ -4052,7 +4058,7 @@ dependencies = [
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"webpki-roots",
"webpki-roots 0.22.6",
"winreg",
]
@@ -4673,7 +4679,7 @@ dependencies = [
"time 0.3.20",
"tokio-stream",
"url",
"webpki-roots",
"webpki-roots 0.22.6",
"whoami",
]
@@ -5379,7 +5385,7 @@ name = "tauri-plugin-stronghold"
version = "2.0.0-alpha.0"
dependencies = [
"hex",
"iota-crypto 0.17.1",
"iota-crypto 0.20.0",
"iota_stronghold",
"log",
"rand 0.8.5",
@@ -5799,20 +5805,19 @@ dependencies = [
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c"
dependencies = [
"futures-util",
"log",
"native-tls",
"rustls 0.20.8",
"rustls 0.21.1",
"tokio",
"tokio-native-tls",
"tokio-rustls 0.23.4",
"tokio-rustls 0.24.0",
"tungstenite",
"webpki",
"webpki-roots",
"webpki-roots 0.23.0",
]
[[package]]
@@ -5957,19 +5962,19 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "tungstenite"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
dependencies = [
"base64 0.13.1",
"byteorder",
"bytes 1.4.0",
"data-encoding",
"http",
"httparse",
"log",
"native-tls",
"rand 0.8.5",
"rustls 0.20.8",
"rustls 0.21.1",
"sha1",
"thiserror",
"url",
@@ -6362,6 +6367,15 @@ dependencies = [
"webpki",
]
[[package]]
name = "webpki-roots"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa54963694b65584e170cf5dc46aeb4dcaa5584e652ff5f3952e56d66aff0125"
dependencies = [
"rustls-webpki",
]
[[package]]
name = "webview2-com"
version = "0.22.1"