diff options
| author | Fuwn <[email protected]> | 2026-04-17 17:14:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-17 17:14:15 +0000 |
| commit | 5ced22d395a342758dfb808094269c26f9413c4b (patch) | |
| tree | faa4981616286d1fb885aff640a2ec441516733f | |
| parent | perf: Reduce per-request work and I/O in render pipeline (diff) | |
| download | mayu-5ced22d395a342758dfb808094269c26f9413c4b.tar.xz mayu-5ced22d395a342758dfb808094269c26f9413c4b.zip | |
build: Drop unused dependencies and bump Gleam floor to 1.3.0
| -rw-r--r-- | gleam.toml | 5 | ||||
| -rw-r--r-- | manifest.toml | 6 |
2 files changed, 2 insertions, 9 deletions
@@ -3,7 +3,7 @@ name = "mayu" version = "0.1.18" -gleam = ">= 1.2.0" +gleam = ">= 1.3.0" description = "Moe-Counter Compatible Website Hit Counter" licenses = ["GPL-3.0-only"] repository = { type = "github", user = "Fuwn", repo = "mayu" } @@ -11,14 +11,11 @@ repository = { type = "github", user = "Fuwn", repo = "mayu" } [dependencies] gleam_stdlib = ">= 0.34.0 and < 2.0.0" wisp = ">= 0.14.0 and < 1.0.0" -gsv = ">= 1.4.0 and < 2.0.0" gleam_erlang = ">= 0.25.0 and < 1.0.0" -gleam_http = ">= 3.6.0 and < 4.0.0" mist = ">= 1.0.0 and < 2.0.0" sqlight = ">= 0.9.0 and < 1.0.0" gleam_json = ">= 1.0.1 and < 2.0.0" simplifile = ">= 1.7.0 and < 2.0.0" -birl = ">= 1.6.1 and < 2.0.0" envoy = ">= 1.0.1 and < 2.0.0" [dev-dependencies] diff --git a/manifest.toml b/manifest.toml index 8871c5d..bcb61b2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,7 +15,6 @@ packages = [ { name = "gleam_stdlib", version = "0.37.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "5398BD6C2ABA17338F676F42F404B9B7BABE1C8DC7380031ACB05BBE1BCF3742" }, { name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" }, { name = "glisten", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], otp_app = "glisten", source = "hex", outer_checksum = "CF3A9383E9BA4A8CBAF2F7B799716290D02F2AC34E7A77556B49376B662B9314" }, - { name = "gsv", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gsv", source = "hex", outer_checksum = "4D6B08A60D38AB8D6605822B50A120E2BCDE1F3F2EA9DD3BBBEC3350CFB15D3F" }, { name = "hpack_erl", version = "0.3.0", build_tools = ["rebar3"], requirements = [], otp_app = "hpack", source = "hex", outer_checksum = "D6137D7079169D8C485C6962DFE261AF5B9EF60FBC557344511C1E65E3D95FB0" }, { name = "logging", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "logging", source = "hex", outer_checksum = "A996064F04EF6E67F0668FD0ACFB309830B05D0EE3A0C11BBBD2D4464334F792" }, { name = "marceau", version = "1.1.0", build_tools = ["gleam"], requirements = [], otp_app = "marceau", source = "hex", outer_checksum = "1AAD727A30BE0F95562C3403BB9B27C823797AD90037714255EEBF617B1CDA81" }, @@ -28,14 +27,11 @@ packages = [ ] [requirements] -birl = { version = ">= 1.6.1 and < 2.0.0" } -envoy = { version = ">= 1.0.1 and < 2.0.0"} +envoy = { version = ">= 1.0.1 and < 2.0.0" } gleam_erlang = { version = ">= 0.25.0 and < 1.0.0" } -gleam_http = { version = ">= 3.6.0 and < 4.0.0" } gleam_json = { version = ">= 1.0.1 and < 2.0.0" } gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" } gleeunit = { version = ">= 1.0.0 and < 2.0.0" } -gsv = { version = ">= 1.4.0 and < 2.0.0" } mist = { version = ">= 1.0.0 and < 2.0.0" } simplifile = { version = ">= 1.7.0 and < 2.0.0" } sqlight = { version = ">= 0.9.0 and < 1.0.0" } |