Bump deps for Gleam 1.0.0

This commit is contained in:
Mikko Ahlroth 2024-03-04 18:13:18 +02:00
parent 74def756c8
commit eb41c7cf5b
4 changed files with 26 additions and 20 deletions

View file

@ -1,3 +1,3 @@
gleam 0.33.0
gleam 1.0.0
erlang 26.1.2
elixir 1.15.7-otp-26

View file

@ -1,3 +1,9 @@
6.0.0
-----
* Updated for Gleam 1.0.0.
* Updated Finch to 0.18.
5.0.0
-----

View file

@ -1,7 +1,7 @@
name = "finch_gleam"
version = "5.0.0"
version = "6.0.0"
target = "erlang"
gleam = ">= 0.33.0"
gleam = "~> 1.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
@ -12,11 +12,11 @@ repository = { type = "gitlab", user = "Nicd", repo = "finch_gleam" }
links = []
[dependencies]
gleam_stdlib = "~> 0.34"
gleam_erlang = "~> 0.23"
gleam_stdlib = "~> 0.36"
gleam_erlang = "~> 0.24"
gleam_http = "~> 3.5"
finch = "~> 0.16"
finch = "~> 0.18"
[dev-dependencies]
gleeunit = "~> 1.0"
mist = "~> 0.15"
mist = "~> 0.17"

View file

@ -2,27 +2,27 @@
# You typically do not need to edit this file
packages = [
{ name = "castore", version = "1.0.3", build_tools = ["mix"], requirements = [], otp_app = "castore", source = "hex", outer_checksum = "680AB01EF5D15B161ED6A95449FAC5C6B8F60055677A8E79ACF01B27BAA4390B" },
{ name = "finch", version = "0.16.0", build_tools = ["mix"], requirements = ["mime", "castore", "telemetry", "nimble_options", "mint", "nimble_pool"], otp_app = "finch", source = "hex", outer_checksum = "F660174C4D519E5FEC629016054D60EDD822CDFE2B7270836739AC2F97735EC5" },
{ name = "gleam_erlang", version = "0.23.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "C21CFB816C114784E669FFF4BBF433535EEA9960FA2F216209B8691E87156B96" },
{ name = "castore", version = "1.0.5", build_tools = ["mix"], requirements = [], otp_app = "castore", source = "hex", outer_checksum = "8D7C597C3E4A64C395980882D4BCA3CEBB8D74197C590DC272CFD3B6A6310578" },
{ name = "finch", version = "0.18.0", build_tools = ["mix"], requirements = ["castore", "mime", "mint", "nimble_options", "nimble_pool", "telemetry"], otp_app = "finch", source = "hex", outer_checksum = "69F5045B042E531E53EDC2574F15E25E735B522C37E2DDB766E15B979E03AA65" },
{ name = "gleam_erlang", version = "0.24.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "26BDB52E61889F56A291CB34167315780EE4AA20961917314446542C90D1C1A0" },
{ name = "gleam_http", version = "3.5.3", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "C2FC3322203B16F897C1818D9810F5DEFCE347F0751F3B44421E1261277A7373" },
{ name = "gleam_otp", version = "0.8.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_erlang"], otp_app = "gleam_otp", source = "hex", outer_checksum = "18EF8242A5E54BA92F717C7222F03B3228AEE00D1F286D4C56C3E8C18AA2588E" },
{ name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" },
{ name = "gleam_otp", version = "0.9.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "gleam_otp", source = "hex", outer_checksum = "5FADBBEC5ECF3F8B6BE91101D432758503192AE2ADBAD5602158977341489F71" },
{ name = "gleam_stdlib", version = "0.36.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "C0D14D807FEC6F8A08A7C9EF8DFDE6AE5C10E40E21325B2B29365965D82EB3D4" },
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
{ name = "glisten", version = "0.9.2", build_tools = ["gleam"], requirements = ["gleam_otp", "gleam_stdlib", "gleam_erlang"], otp_app = "glisten", source = "hex", outer_checksum = "C960B6CF25D4AABAB01211146E9B57E11827B9C49E4175217E0FB7EF5BCB0FF7" },
{ name = "glisten", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], otp_app = "glisten", source = "hex", outer_checksum = "73BC09C8487C2FFC0963BFAB33ED2F0D636FDFA43B966E65C1251CBAB8458099" },
{ name = "hpax", version = "0.1.2", build_tools = ["mix"], requirements = [], otp_app = "hpax", source = "hex", outer_checksum = "2C87843D5A23F5F16748EBE77969880E29809580EFDACCD615CD3BED628A8C13" },
{ name = "mime", version = "2.0.5", build_tools = ["mix"], requirements = [], otp_app = "mime", source = "hex", outer_checksum = "DA0D64A365C45BC9935CC5C8A7FC5E49A0E0F9932A761C55D6C52B142780A05C" },
{ name = "mint", version = "1.5.1", build_tools = ["mix"], requirements = ["castore", "hpax"], otp_app = "mint", source = "hex", outer_checksum = "4A63E1E76A7C3956ABD2C72F370A0D0AECDDC3976DEA5C27ECCBECFA5E7D5B1E" },
{ name = "mist", version = "0.15.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_erlang", "glisten", "gleam_otp", "gleam_http"], otp_app = "mist", source = "hex", outer_checksum = "49F51DDB64D7B2832F72727CC9721C478D6B524C96EA444C601A19D01E023C03" },
{ name = "nimble_options", version = "1.0.2", build_tools = ["mix"], requirements = [], otp_app = "nimble_options", source = "hex", outer_checksum = "FD12A8DB2021036CE12A309F26F564EC367373265B53E25403F0EE697380F1B8" },
{ name = "mint", version = "1.5.2", build_tools = ["mix"], requirements = ["castore", "hpax"], otp_app = "mint", source = "hex", outer_checksum = "D77D9E9CE4EB35941907F1D3DF38D8F750C357865353E21D335BDCDF6D892A02" },
{ name = "mist", version = "0.17.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_http", "gleam_otp", "gleam_stdlib", "glisten"], otp_app = "mist", source = "hex", outer_checksum = "DA8ACEE52C1E4892A75181B3166A4876D8CBC69D555E4770250BC84C80F75524" },
{ name = "nimble_options", version = "1.1.0", build_tools = ["mix"], requirements = [], otp_app = "nimble_options", source = "hex", outer_checksum = "8BBBB3941AF3CA9ACC7835F5655EA062111C9C27BCAC53E004460DFD19008A99" },
{ name = "nimble_pool", version = "1.0.0", build_tools = ["mix"], requirements = [], otp_app = "nimble_pool", source = "hex", outer_checksum = "80BE3B882D2D351882256087078E1B1952A28BF98D0A287BE87E4A24A710B67A" },
{ name = "telemetry", version = "1.2.1", build_tools = ["rebar3"], requirements = [], otp_app = "telemetry", source = "hex", outer_checksum = "DAD9CE9D8EFFC621708F99EAC538EF1CBE05D6A874DD741DE2E689C47FEAFED5" },
]
[requirements]
finch = { version = "~> 0.16" }
gleam_erlang = { version = "~> 0.23" }
finch = { version = "~> 0.18" }
gleam_erlang = { version = "~> 0.24" }
gleam_http = { version = "~> 3.5" }
gleam_stdlib = { version = "~> 0.34" }
gleam_stdlib = { version = "~> 0.36" }
gleeunit = { version = "~> 1.0" }
mist = { version = "~> 0.15" }
mist = { version = "~> 0.17" }