aboutsummaryrefslogtreecommitdiff
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
parent0b101d3fd02a4cea0bd977b01185c7eca604ec41 (diff)
downloadgleam_json-b6be906ee4b36ee39ff569c278c44d08c3d57884.tar.gz
gleam_json-b6be906ee4b36ee39ff569c278c44d08c3d57884.zip
Update thoas dependency to version 1.2.0
-rw-r--r--gleam.toml2
-rw-r--r--manifest.toml4
2 files changed, 3 insertions, 3 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"
diff --git a/manifest.toml b/manifest.toml
index 0b54444..542a271 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -4,10 +4,10 @@
packages = [
{ name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" },
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
- { name = "thoas", version = "0.4.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "4918D50026C073C4AB1388437132C77A6F6F7C8AC43C60C13758CC0ADCE2134E" },
+ { name = "thoas", version = "1.2.0", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "540C8CB7D9257F2AD0A14145DC23560F91ACDCA995F0CCBA779EB33AF5D859D1" },
]
[requirements]
gleam_stdlib = { version = "~> 0.19 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
-thoas = { version = "~> 0.2" }
+thoas = { version = "~> 1.2" }