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"