Merge pull request 'deps: upgrade flake_id to fix crash' (#906) from Oneric/akkoma:fix_flake_crash into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/906 Reviewed-by: floatingghost <hannah@coffee-and-dreams.uk>
This commit is contained in:
commit
cb51d69108
1 changed files with 3 additions and 1 deletions
4
mix.exs
4
mix.exs
|
@ -174,7 +174,9 @@ defp deps do
|
|||
{:pot, "~> 1.0"},
|
||||
{:ex_const, "~> 0.2"},
|
||||
{:plug_static_index_html, "~> 1.0.0"},
|
||||
{:flake_id, "~> 0.1.0"},
|
||||
{:flake_id,
|
||||
git: "https://akkoma.dev/AkkomaGang/flake_id.git",
|
||||
ref: "5a68513f7e7353706e788781eff6e56bf00bb41b"},
|
||||
{:concurrent_limiter,
|
||||
git: "https://akkoma.dev/AkkomaGang/concurrent-limiter.git",
|
||||
ref: "a9e0b3d64574bdba761f429bb4fba0cf687b3338"},
|
||||
|
|
Loading…
Reference in a new issue