Skip to content

Commit

Permalink
Update ALF
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi committed May 25, 2024
1 parent c29c59a commit 8f3ba92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Kraken.MixProject do

defp deps do
[
{:alf, "0.12.0"},
{:alf, "0.12.1"},
{:octopus, "0.5.1"},
{:plug_cowboy, "~> 2.6"},
{:finch, "~> 0.16"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"alf": {:hex, :alf, "0.12.0", "12e9143338922ee3daa6e706d5bbf6c3bf89bc012015d20a3d5b2a80e89dd6a2", [:mix], [{:gen_stage, "~> 1.2", [hex: :gen_stage, repo: "hexpm", optional: false]}, {:telemetry, "~> 1.2", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "b17c90357836c86700694f8cd8c832b899bc4c25ed1dde25dabac41260342b5c"},
"alf": {:hex, :alf, "0.12.1", "86ae85634df46a7be41c29f3880477c5d7c9d43f329bd0d4ecac70958e0ad99e", [:mix], [{:gen_stage, "~> 1.2", [hex: :gen_stage, repo: "hexpm", optional: false]}, {:telemetry, "~> 1.2", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "88db0b35b6396fc4cf6fa06a2c59c65d9bb702687db407e8c724a46bb54510bc"},
"castore": {:hex, :castore, "1.0.3", "7130ba6d24c8424014194676d608cb989f62ef8039efd50ff4b3f33286d06db8", [:mix], [], "hexpm", "680ab01ef5d15b161ed6a95449fac5c6b8f60055677a8e79acf01b27baa4390b"},
"cowboy": {:hex, :cowboy, "2.10.0", "ff9ffeff91dae4ae270dd975642997afe2a1179d94b1887863e43f681a203e26", [:make, :rebar3], [{:cowlib, "2.12.1", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "1.8.0", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "3afdccb7183cc6f143cb14d3cf51fa00e53db9ec80cdcd525482f5e99bc41d6b"},
"cowboy_telemetry": {:hex, :cowboy_telemetry, "0.4.0", "f239f68b588efa7707abce16a84d0d2acf3a0f50571f8bb7f56a15865aae820c", [:rebar3], [{:cowboy, "~> 2.7", [hex: :cowboy, repo: "hexpm", optional: false]}, {:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "7d98bac1ee4565d31b62d59f8823dfd8356a169e7fcbb83831b8a5397404c9de"},
Expand Down
2 changes: 1 addition & 1 deletion test/definitions/services/telegram.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "telegram",
"client": {
"module": "octopus.elixir-module-client",
"module": "octopus.lambda",
"start": {
"code": [
"defmodule Telegram do",
Expand Down

0 comments on commit 8f3ba92

Please sign in to comment.