From a26ff4b7ca8f2e35cf9db1e820f177b9704f06af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:39:46 +0000 Subject: [PATCH] Update dependency gleam_json to v3 --- gleam.toml | 2 +- manifest.toml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gleam.toml b/gleam.toml index ce62d55..d46f5dd 100644 --- a/gleam.toml +++ b/gleam.toml @@ -19,7 +19,7 @@ gleam_community_ansi = ">= 1.4.0 and < 2.0.0" gleam_javascript = ">= 0.8.0 and < 1.0.0" gleam_fetch = ">= 1.0.0 and < 2.0.0" gleam_http = ">= 3.6.0 and < 4.0.0" -gleam_json = ">= 1.0.1 and < 3.0.0" +gleam_json = ">= 1.0.1 and < 4.0.0" argv = ">= 1.0.2 and < 2.0.0" filepath = ">= 1.0.0 and < 2.0.0" gleam_regexp = ">= 1.1.0 and < 2.0.0" diff --git a/manifest.toml b/manifest.toml index 7bc31f7..58663cf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,5 +1,10 @@ -# This file was generated by Gleam -# You typically do not need to edit this file +# Do not manually edit this file, it is managed by Gleam. +# +# This file locks the dependency versions used, to make your build +# deterministic and to prevent unexpected versions from being included +# in your application. +# +# You should check this file into your source control repository. packages = [ { name = "argv", version = "1.0.2", build_tools = ["gleam"], requirements = [], otp_app = "argv", source = "hex", outer_checksum = "BA1FF0929525DEBA1CE67256E5ADF77A7CDDFE729E3E3F57A5BDCAA031DED09D" }, @@ -29,7 +34,7 @@ gleam_community_ansi = { version = ">= 1.4.0 and < 2.0.0" } gleam_fetch = { version = ">= 1.0.0 and < 2.0.0" } gleam_http = { version = ">= 3.6.0 and < 4.0.0" } gleam_javascript = { version = ">= 0.8.0 and < 1.0.0" } -gleam_json = { version = ">= 1.0.1 and < 3.0.0" } +gleam_json = { version = ">= 1.0.1 and < 4.0.0" } gleam_regexp = { version = ">= 1.1.0 and < 2.0.0" } gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" } gleeunit = { version = ">= 1.0.0 and < 2.0.0" }