🧚 A practical web framework for Gleam

Update versions

Changed files
+2 -1
examples
4-working-with-other-formats
+2 -1
examples/4-working-with-other-formats/gleam.toml
··· 6 6 [dependencies] 7 7 gleam_stdlib = "~> 0.30" 8 8 wisp = { path = "../.." } 9 - gsv = "~> 0.1" 9 + gsv = "~> 1.0" 10 10 gleam_erlang = "~> 0.23" 11 11 mist = "~> 0.14" 12 + gleam_http = "~> 3.5" 12 13 13 14 [dev-dependencies] 14 15 gleeunit = "~> 1.0"