diff options
author | Loïc Tosser <loic@kalvad.com> | 2024-04-22 12:59:38 +0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-04-25 12:15:11 +0100 |
commit | b6be906ee4b36ee39ff569c278c44d08c3d57884 (patch) | |
tree | aaef5a5a3b2ceff36469f67414d575399e25f0ba | |
parent | 0b101d3fd02a4cea0bd977b01185c7eca604ec41 (diff) | |
download | gleam_json-b6be906ee4b36ee39ff569c278c44d08c3d57884.tar.gz gleam_json-b6be906ee4b36ee39ff569c278c44d08c3d57884.zip |
Update thoas dependency to version 1.2.0
-rw-r--r-- | gleam.toml | 2 | ||||
-rw-r--r-- | manifest.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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" } |