Skip to content

Commit a6c451b

Browse files
committed
🎉 0.5.3
1 parent 16ef572 commit a6c451b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.86.0"
12-
version = "0.5.2"
12+
version = "0.5.3"
1313

1414
[profile.release]
1515
codegen-units = 1
@@ -23,9 +23,8 @@ directories = "6.0"
2323
futures-util = { version = "0.3", features = ["sink"] }
2424
local-ip-address = "0.6"
2525
rustls = { version = "0.23", features = ["ring"] }
26-
sysinfo = "0.34"
2726
thiserror = "2.0"
28-
tokio = { version = "1.44", features = ["full"] }
27+
tokio = { version = "1.45", features = ["full"] }
2928
tokio-util = { version = "0.7", features = ["codec"] }
3029

3130
axum = { version = "0.8", features = ["macros", "ws"] }
@@ -59,7 +58,7 @@ reqwest = { version = "0.12", default-features = false, features = [
5958
"json",
6059
"rustls-tls",
6160
] }
62-
slint = { version = "1.10", default-features = false, features = [
61+
slint = { version = "1.11", default-features = false, features = [
6362
"accessibility",
6463
"backend-winit",
6564
"compat-1-2",
@@ -70,12 +69,13 @@ slint = { version = "1.10", default-features = false, features = [
7069
"std",
7170
] }
7271
sys-locale = "0.3"
72+
sysinfo = "0.35"
7373
toml = "0.8"
7474
# tray-icon = "0.20"
7575
winit = "0.30"
7676

7777
build-target = "0.4"
7878
git-version = "0.3"
7979
rustc_version = "0.4"
80-
slint-build = "1.10"
80+
slint-build = "1.11"
8181
winres = "0.1"

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nanoid": "^5.1.5"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^22.14.1",
35+
"@types/node": "^22.15.14",
3636
"typescript": "^5.8.3"
3737
}
3838
}

windows/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Unicode True
1111
!define DESCRIPTION "Controlled TCP-over-WebSocket forwarding tunnel."
1212
!define VERSIONMAJOR 0
1313
!define VERSIONMINOR 5
14-
!define VERSIONBUILD 2
14+
!define VERSIONBUILD 3
1515
!define INSTALL_DIR_DEFAULT "$PROGRAMFILES64\${APPNAME}"
1616
!define MUI_ABORTWARNING
1717
!define MUI_FINISHPAGE_RUN

0 commit comments

Comments
 (0)