From 50332bab69b0f926bcef26de678be1cc797e69cc Mon Sep 17 00:00:00 2001 From: "(on company time)" <_@_> Date: Fri, 16 Dec 2022 13:56:46 -0600 Subject: [PATCH] :arrow_up: (ptth_quic_client_gui) FLTK 1.3.24 --- crates/ptth_quic_client_gui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ptth_quic_client_gui/Cargo.toml b/crates/ptth_quic_client_gui/Cargo.toml index 2d73e6a..5e83cb3 100644 --- a/crates/ptth_quic_client_gui/Cargo.toml +++ b/crates/ptth_quic_client_gui/Cargo.toml @@ -10,7 +10,7 @@ license = "AGPL-3.0" [dependencies] anyhow = "1.0.38" blake3 = "1.0.0" -fltk = "1.2.8" +fltk = "1.3.24" ptth_quic = { path = "../ptth_quic" } quinn = "0.9.3" rand = "0.8.4"