From c04e1fed8c9b165e436784a50583a5d521d00fd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:28:56 +0000 Subject: [PATCH] fix(deps): update rust crate ehttp to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22a096a..8c02377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ eframe = { version = "0.26", default-features = true, features = [ "default_fonts", # Embed the default egui fonts. ] } egui_code_editor = { version = "0.2.2"} -ehttp = { version = "0.5"} +ehttp = { version = "0.7"} poll-promise = { version = "0.3", default-features = false } serde_json = "1.0" tracing-subscriber = "0.3"