Skip to content

Commit cc4eff2

Browse files
committed
chore: upgrade sqlight dependency to version 1.0.1
1 parent 86343aa commit cc4eff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ simplifile = "~> 1.1"
1818
gleam_erlang = "~> 0.24"
1919
gleam_json = ">= 2.3.0 and < 3.0.0"
2020
dot_env = "~> 0.4"
21-
sqlight = "~> 0.9"
21+
sqlight = ">= 1.0.1 and < 2.0.0"
2222
shellout = "~> 1.5"
2323
gleam_regexp = ">= 1.0.0 and < 2.0.0"
2424

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packages = [
2020
{ name = "parse_trans", version = "3.4.1", build_tools = ["rebar3"], requirements = [], otp_app = "parse_trans", source = "hex", outer_checksum = "620A406CE75DADA827B82E453C19CF06776BE266F5A67CFF34E1EF2CBB60E49A" },
2121
{ name = "shellout", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "shellout", source = "hex", outer_checksum = "E2FCD18957F0E9F67E1F497FC9FF57393392F8A9BAEAEA4779541DE7A68DD7E0" },
2222
{ name = "simplifile", version = "1.7.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "1D5DFA3A2F9319EC85825F6ED88B8E449F381B0D55A62F5E61424E748E7DDEB0" },
23-
{ name = "sqlight", version = "0.9.1", build_tools = ["gleam"], requirements = ["esqlite", "gleam_stdlib"], otp_app = "sqlight", source = "hex", outer_checksum = "A495F2892627B2268CCBCC5107EDC1E1AD9547D5F4F21A5DB04CEA72B8931B00" },
23+
{ name = "sqlight", version = "1.0.1", build_tools = ["gleam"], requirements = ["esqlite", "gleam_stdlib"], otp_app = "sqlight", source = "hex", outer_checksum = "5435662352757841F9395C933404A223F39F73C73C4EC5E4418A7CB8AE85CDE6" },
2424
{ name = "ssl_verify_fun", version = "1.1.7", build_tools = ["mix", "rebar3", "make"], requirements = [], otp_app = "ssl_verify_fun", source = "hex", outer_checksum = "FE4C190E8F37401D30167C8C405EDA19469F34577987C76DDE613E838BBC67F8" },
2525
{ name = "unicode_util_compat", version = "0.7.0", build_tools = ["rebar3"], requirements = [], otp_app = "unicode_util_compat", source = "hex", outer_checksum = "25EEE6D67DF61960CF6A794239566599B09E17E668D3700247BC498638152521" },
2626
]
@@ -36,4 +36,4 @@ gleam_stdlib = { version = ">= 0.54.0 and < 1.0.0" }
3636
gleeunit = { version = "~> 1.0" }
3737
shellout = { version = "~> 1.5" }
3838
simplifile = { version = "~> 1.1" }
39-
sqlight = { version = "~> 0.9" }
39+
sqlight = { version = ">= 1.0.1 and < 2.0.0" }

0 commit comments

Comments
 (0)