From 7dfdd7450f454316d464ce86a356be840112770e Mon Sep 17 00:00:00 2001 From: Dustin McAfee Date: Wed, 17 Dec 2025 21:46:04 -0500 Subject: [PATCH] chore: bump rfb-encodings dependency from version 0.1.5 to 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e0b871..b1e5ab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []