Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update honk to v1.2

+2 -2
+2 -2
server/manifest.toml
··· 30 30 { name = "gramps", version = "6.0.0", build_tools = ["gleam"], requirements = ["gleam_crypto", "gleam_erlang", "gleam_http", "gleam_stdlib"], otp_app = "gramps", source = "hex", outer_checksum = "8B7195978FBFD30B43DF791A8A272041B81E45D245314D7A41FC57237AA882A0" }, 31 31 { name = "group_registry", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], otp_app = "group_registry", source = "hex", outer_checksum = "BC798A53D6F2406DB94E27CB45C57052CB56B32ACF7CC16EA20F6BAEC7E36B90" }, 32 32 { name = "hackney", version = "1.25.0", build_tools = ["rebar3"], requirements = ["certifi", "idna", "metrics", "mimerl", "parse_trans", "ssl_verify_fun", "unicode_util_compat"], otp_app = "hackney", source = "hex", outer_checksum = "7209BFD75FD1F42467211FF8F59EA74D6F2A9E81CBCEE95A56711EE79FD6B1D4" }, 33 - { name = "honk", version = "1.1.0", build_tools = ["gleam"], requirements = ["argv", "gleam_json", "gleam_regexp", "gleam_stdlib", "gleam_time", "simplifile"], otp_app = "honk", source = "hex", outer_checksum = "98CCA71644FE69E5064C2D8F7672A368D754879EF91C65C827293E65A01DA9CA" }, 33 + { name = "honk", version = "1.2.0", build_tools = ["gleam"], requirements = ["argv", "gleam_json", "gleam_regexp", "gleam_stdlib", "gleam_time", "simplifile"], source = "local", path = "../../honk" }, 34 34 { name = "houdini", version = "1.2.0", build_tools = ["gleam"], requirements = [], otp_app = "houdini", source = "hex", outer_checksum = "5DB1053F1AF828049C2B206D4403C18970ABEF5C18671CA3C2D2ED0DD64F6385" }, 35 35 { name = "hpack_erl", version = "0.3.0", build_tools = ["rebar3"], requirements = [], otp_app = "hpack", source = "hex", outer_checksum = "D6137D7079169D8C485C6962DFE261AF5B9EF60FBC557344511C1E65E3D95FB0" }, 36 36 { name = "idna", version = "6.1.1", build_tools = ["rebar3"], requirements = ["unicode_util_compat"], otp_app = "idna", source = "hex", outer_checksum = "92376EB7894412ED19AC475E4A86F7B413C1B9FBB5BD16DCCD57934157944CEA" }, ··· 72 72 gleeunit = { version = ">= 1.0.0 and < 2.0.0" } 73 73 goose = { version = ">= 2.0.0 and < 3.0.0" } 74 74 group_registry = { version = ">= 1.0.0 and < 2.0.0" } 75 - honk = { version = ">= 1.0.0 and < 2.0.0" } 75 + honk = { path = "../../honk" } 76 76 jose = { version = ">= 1.11.10 and < 2.0.0" } 77 77 lexicon_graphql = { path = "../lexicon_graphql" } 78 78 logging = { version = ">= 1.3.0 and < 2.0.0" }