From 325252e96b9f08d257083a74b6a381d31cae03f1 Mon Sep 17 00:00:00 2001 From: candle Date: Wed, 16 Jul 2025 13:29:31 -0400 Subject: [PATCH] updated cargo.toml --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3242f3..8ee159f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "ced" -version = "0.0.4" +version = "0.0.9" edition = "2024" [dependencies] -eframe = "0.31" -egui = "0.31" -serde = { version = "1.0", features = ["derive"] } -rfd = "0.15" -toml = "0.8" -dirs = "5.0" -libc = "0.2" +eframe = "0.32" +egui = "0.32" +serde = { version = "1.0.219", features = ["derive"] } +rfd = "0.15.4" +toml = "0.9.2" +dirs = "6.0" +libc = "0.2.174"