Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0" # Error handling
des = "0.8" # DES encryption for VNC auth
rand = "0.8" # Random number generation for auth
flate2 = "1.0" # Zlib compression for Tight encoding
rfb-encodings = "0.1.5" # RFB encoding implementations
rfb-encodings = "0.1.6" # RFB encoding implementations

[features]
default = []
Expand Down
Loading