aboutsummaryrefslogtreecommitdiff
path: root/examples/05-http-requests/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/05-http-requests/gleam.toml')
-rw-r--r--examples/05-http-requests/gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/05-http-requests/gleam.toml b/examples/05-http-requests/gleam.toml
index 0937229..96b9a10 100644
--- a/examples/05-http-requests/gleam.toml
+++ b/examples/05-http-requests/gleam.toml
@@ -5,7 +5,7 @@ target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
lustre = { path = "../../" }
-lustre_ui = "~> 0.3"
+lustre_ui = "~> 0.4"
lustre_http = "~> 0.5"
[dev-dependencies]