Browse Source

chore: bump wry to 23

Jonathan Kelley 2 years ago
parent
commit
fa3d1ef574
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/Cargo.toml

+ 1 - 1
packages/desktop/Cargo.toml

@@ -20,7 +20,7 @@ serde = "1.0.136"
 serde_json = "1.0.79"
 thiserror = "1.0.30"
 log = "0.4.14"
-wry = { version = "0.22.0" }
+wry = { version = "0.23.4" }
 futures-channel = "0.3.21"
 tokio = { version = "1.16.1", features = [
     "sync",