diff options
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" } |