Skip to content

Commit

Permalink
add v1.1.0 again with new stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Dec 12, 2023
1 parent 4725674 commit e524b85
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.

- Added support for XTerm.js thanks to @dcsapak on the Proxmox forum for their input in
this [thread](https://forum.proxmox.com/threads/cannot-proxy-xterm-js-traffic.137831/).
- Bump webpki from 0.22.0 to 0.22.4 in #2 to patch CPU denial of service in certificate path building.
- Bump tokio-tungstenite from 0.18.0 to 0.21.0 to patch denial of service attack.

## v1.0.0

Expand Down
121 changes: 93 additions & 28 deletions src-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.27.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["cors", "fs"] }
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-native-roots"] }
futures-util = "0.3.28"
dotenv = "0.15.0"
reqwest = { version = "0.11.6", features = ["rustls-tls", "json"], default-features = false }
Expand Down

0 comments on commit e524b85

Please sign in to comment.