aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-09 22:32:31 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-09 22:32:31 +0000
commit07d4c5e55453450013a0e398b9cc85e13c27d10d (patch)
tree79e309880b1620d6525fed29bdc0c1f876f0c262 /manifest.toml
parent850d26eaaf1c3de9bed14b249b406b19e3b437a4 (diff)
downloadgleam_json-07d4c5e55453450013a0e398b9cc85e13c27d10d.tar.gz
gleam_json-07d4c5e55453450013a0e398b9cc85e13c27d10d.zip
decode takes a dynamic decoder
Diffstat (limited to 'manifest.toml')
-rw-r--r--manifest.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.toml b/manifest.toml
index d71063c..a406eb6 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -2,12 +2,12 @@
# You typically do not need to edit this file
packages = [
- { name = "gleam_stdlib", version = "0.18.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "763ECD87D54D08755EE4C8551720D122FDCA47F61D1CA8AF23B19A90395A7468" },
- { name = "gleeunit", version = "0.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7FA7477D930178C1E59519DBDB5E086BE3A6B65F015B67DA94D30A323062154" },
+ { name = "gleam_stdlib", version = "0.19.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "FFA79EA12369F122B68885E694E097D6810402A2F86BFF48AAE9E40ACE654F4C" },
+ { name = "gleeunit", version = "0.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "77701A5E5A565727E1EEAC9196FB878D544049B6331CD0305B5A69699135EA1C" },
{ name = "thoas", version = "0.2.0", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "630AAEE57FB3FDE201578E787259E15E788A27733D49DE8DCCE1354DB1885B8D" },
]
[requirements]
-gleam_stdlib = "~> 0.18"
+gleam_stdlib = "~> 0.19"
gleeunit = "~> 0.5"
thoas = "~> 0.2"