aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLoïc Tosser <loic@kalvad.com>2024-04-22 12:59:38 +0400
committerLouis Pilfold <louis@lpil.uk>2024-04-25 12:15:11 +0100
commitb6be906ee4b36ee39ff569c278c44d08c3d57884 (patch)
treeaaef5a5a3b2ceff36469f67414d575399e25f0ba /gleam.toml
parent0b101d3fd02a4cea0bd977b01185c7eca604ec41 (diff)
downloadgleam_json-b6be906ee4b36ee39ff569c278c44d08c3d57884.tar.gz
gleam_json-b6be906ee4b36ee39ff569c278c44d08c3d57884.zip
Update thoas dependency to version 1.2.0
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index baaa597..84baf7e 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -13,7 +13,7 @@ links = [
[dependencies]
gleam_stdlib = "~> 0.19 or ~> 1.0"
-thoas = "~> 0.2"
+thoas = "~> 1.2"
[dev-dependencies]
gleeunit = "~> 1.0"