Bump tauri-plugin-window-state from c4d2c8c to d272bde in /src-tauri

Bumps [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) from `c4d2c8c` to `d272bde`.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](c4d2c8c693...d272bde2bb)

---
updated-dependencies:
- dependency-name: tauri-plugin-window-state
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-31 15:50:04 +00:00 committed by Nikita Galaiko
parent 5cf241d8a3
commit 02c72d6acd

43
src-tauri/Cargo.lock generated
View File

@ -1493,7 +1493,7 @@ dependencies = [
"thiserror",
"timed",
"tokio",
"tokio-tungstenite",
"tokio-tungstenite 0.19.0",
"tokio-util",
"url",
"urlencoding",
@ -4756,7 +4756,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-log"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#c4d2c8c693a8e0da627f4c845486dbe1b1e32c64"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#d272bde2bb0ee105ba8c306f2c853118c49733f2"
dependencies = [
"byte-unit",
"fern",
@ -4771,7 +4771,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-websocket"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#c4d2c8c693a8e0da627f4c845486dbe1b1e32c64"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#d272bde2bb0ee105ba8c306f2c853118c49733f2"
dependencies = [
"futures-util",
"log",
@ -4781,13 +4781,13 @@ dependencies = [
"tauri",
"thiserror",
"tokio",
"tokio-tungstenite",
"tokio-tungstenite 0.20.0",
]
[[package]]
name = "tauri-plugin-window-state"
version = "0.1.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#c4d2c8c693a8e0da627f4c845486dbe1b1e32c64"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#d272bde2bb0ee105ba8c306f2c853118c49733f2"
dependencies = [
"bincode",
"bitflags 2.3.3",
@ -5072,13 +5072,25 @@ name = "tokio-tungstenite"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c"
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite 0.19.0",
]
[[package]]
name = "tokio-tungstenite"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2"
dependencies = [
"futures-util",
"log",
"native-tls",
"tokio",
"tokio-native-tls",
"tungstenite",
"tungstenite 0.20.0",
]
[[package]]
@ -5227,6 +5239,25 @@ name = "tungstenite"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http",
"httparse",
"log",
"rand 0.8.5",
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "tungstenite"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649"
dependencies = [
"byteorder",
"bytes",