Skip to content

Commit

Permalink
⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Nov 7, 2023
1 parent a540eb1 commit cc6b22a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wsrx-cli"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Reverier-Xu <[email protected]>"]
description = "Controlled TCP-over-WebSocket forwarding tunnel."
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wsrx-desktop"
version = "0.1.7"
version = "0.1.8"
description = "WSRX Desktop Frontend"
authors = ["Reverier-Xu <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "WSRX Desktop",
"version": "0.1.7"
"version": "0.1.8"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -67,4 +67,4 @@
}
]
}
}
}
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wsrx"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Reverier-Xu <[email protected]>"]
description = "Controlled TCP-over-WebSocket forwarding tunnel."
Expand All @@ -27,7 +27,7 @@ chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0"
anyhow = "1.0"
toml = "0.8"
uuid = "1.4"
uuid = "1.5"
base64 = "0.21"
tokio-tungstenite = { version = "0.20", features = ["rustls-tls-native-roots"] }
tracing = "0.1"
Expand Down

0 comments on commit cc6b22a

Please sign in to comment.