Skip to content

Commit ab44df0

Browse files
committed
⬆️ update to slint 1.12
1 parent 8764c94 commit ab44df0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/XDSEC/WebSocketReflectorX"
99
license = "MIT"
1010
repository = "https://github.com/XDSEC/WebSocketReflectorX"
1111
rust-version = "1.88.0"
12-
version = "0.5.4"
12+
version = "0.5.5"
1313

1414
[profile.release]
1515
codegen-units = 1
@@ -25,7 +25,7 @@ futures-util = { version = "0.3", features = ["sink"] }
2525
local-ip-address = "0.6"
2626
rustls = { version = "0.23", features = ["ring"] }
2727
thiserror = "2.0"
28-
tokio = { version = "1.45", features = ["full"] }
28+
tokio = { version = "1.46", features = ["full"] }
2929
tokio-util = { version = "0.7", features = ["codec"] }
3030

3131
# optional
@@ -48,7 +48,7 @@ url = { version = "2.5" }
4848

4949
# GUI
5050
async-compat = { version = "0.2" }
51-
i-slint-backend-winit = "1.10"
51+
i-slint-backend-winit = "1.12"
5252
open = "5.3"
5353

5454
reqwest = { version = "0.12", default-features = false, features = [
@@ -59,7 +59,7 @@ reqwest = { version = "0.12", default-features = false, features = [
5959
"rustls-tls",
6060
] }
6161

62-
slint = { version = "1.11", default-features = false, features = [
62+
slint = { version = "1.12", default-features = false, features = [
6363
"accessibility",
6464
"backend-winit",
6565
"compat-1-2",
@@ -79,5 +79,5 @@ winit = "0.30"
7979
build-target = "0.7"
8080
git-version = "0.3"
8181
rustc_version = "0.4"
82-
slint-build = "1.11"
82+
slint-build = "1.12"
8383
winres = "0.1"

0 commit comments

Comments
 (0)