From 680968761d48481113e362a611e428cfd4034fd0 Mon Sep 17 00:00:00 2001 From: Rasmus Larsson Date: Tue, 17 Jun 2025 22:44:08 +0200 Subject: [PATCH] chore: update deps --- gleam.toml | 15 ++++++--------- manifest.toml | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/gleam.toml b/gleam.toml index 950a79a..20a3a11 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "efetch" -version = "2.0.2" +version = "2.0.3" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. @@ -12,17 +12,14 @@ repository = { type = "github", user = "lv37", repo = "efetch" } # For a full reference of all the available options, you can have a look at # https://gleam.run/writing-gleam/gleam-toml/. -internal_modules = [ - "efetch/internal", - "efetch/internal/*", -] +internal_modules = ["efetch/internal", "efetch/internal/*"] [dependencies] -gleam_stdlib = ">= 0.47.0 and < 1.0.0" -gleam_http = ">= 3.7.2 and < 4.0.0" +gleam_stdlib = ">= 0.60.0 and < 1.0.0" +gleam_http = ">= 4.0.0 and < 5.0.0" gleam_httpc = ">= 4.0.0 and < 5.0.0" -gleam_fetch = ">= 1.1.0 and < 2.0.0" -gleam_erlang = ">= 0.33.0 and < 1.0.0" +gleam_fetch = ">= 1.3.0 and < 2.0.0" +gleam_erlang = ">= 0.34.0 and < 1.0.0" gleam_javascript = ">= 0.13.0 and < 1.0.0" [dev-dependencies] diff --git a/manifest.toml b/manifest.toml index a7157a2..4230287 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,20 +2,20 @@ # You typically do not need to edit this file packages = [ - { name = "gleam_erlang", version = "0.33.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "A1D26B80F01901B59AABEE3475DD4C18D27D58FA5C897D922FCB9B099749C064" }, - { name = "gleam_fetch", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_javascript", "gleam_stdlib"], otp_app = "gleam_fetch", source = "hex", outer_checksum = "2FCFC0A85A6D5A83076889EEDD02D6779C02FEF6FDE0263C4D3B46D0785EAB7A" }, - { name = "gleam_http", version = "3.7.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "8A70D2F70BB7CFEB5DF048A2183FFBA91AF6D4CF5798504841744A16999E33D2" }, - { name = "gleam_httpc", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_http", "gleam_stdlib"], otp_app = "gleam_httpc", source = "hex", outer_checksum = "76FEEC99473E568EBA34336A37CF3D54629ACE77712950DC9BB097B5FD664664" }, + { name = "gleam_erlang", version = "0.34.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "0C38F2A128BAA0CEF17C3000BD2097EB80634E239CE31A86400C4416A5D0FDCC" }, + { name = "gleam_fetch", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_javascript", "gleam_stdlib"], otp_app = "gleam_fetch", source = "hex", outer_checksum = "2CBF9F2E1C71AEBBFB13A9D5720CD8DB4263EB02FE60C5A7A1C6E17B0151C20C" }, + { name = "gleam_http", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "0A62451FC85B98062E0907659D92E6A89F5F3C0FBE4AB8046C99936BF6F91DBC" }, + { name = "gleam_httpc", version = "4.1.1", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_http", "gleam_stdlib"], otp_app = "gleam_httpc", source = "hex", outer_checksum = "C670EBD46FC1472AD5F1F74F1D3938D1D0AC1C7531895ED1D4DDCB6F07279F43" }, { name = "gleam_javascript", version = "0.13.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_javascript", source = "hex", outer_checksum = "F98328FCF573DA6F3A35D7F6CB3F9FF19FD5224CCBA9151FCBEAA0B983AF2F58" }, - { name = "gleam_stdlib", version = "0.47.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "3B22D46743C46498C8355365243327AC731ECD3959216344FA9CF9AD348620AC" }, - { name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" }, + { name = "gleam_stdlib", version = "0.60.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "621D600BB134BC239CB2537630899817B1A42E60A1D46C5E9F3FAE39F88C800B" }, + { name = "gleeunit", version = "1.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D33B7736CF0766ED3065F64A1EBB351E72B2E8DE39BAFC8ADA0E35E92A6A934F" }, ] [requirements] -gleam_erlang = { version = ">= 0.33.0 and < 1.0.0" } -gleam_fetch = { version = ">= 1.1.0 and < 2.0.0" } -gleam_http = { version = ">= 3.7.2 and < 4.0.0" } +gleam_erlang = { version = ">= 0.34.0 and < 1.0.0" } +gleam_fetch = { version = ">= 1.3.0 and < 2.0.0" } +gleam_http = { version = ">= 4.0.0 and < 5.0.0" } gleam_httpc = { version = ">= 4.0.0 and < 5.0.0" } gleam_javascript = { version = ">= 0.13.0 and < 1.0.0" } -gleam_stdlib = { version = ">= 0.47.0 and < 1.0.0" } +gleam_stdlib = { version = ">= 0.60.0 and < 1.0.0" } gleeunit = { version = ">= 1.2.0 and < 2.0.0" }