Skip to content

Commit a183f5a

Browse files
committed
Update Orb
1 parent a14dea4 commit a183f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ defmodule ComponentsGuide.MixProject do
6767
{:exqlite, "~> 0.13.3"},
6868
{:redix, "~> 1.1"},
6969
{:benchee, "~> 1.0", only: :dev},
70-
{:orb, "~> 0.0.31"},
70+
{:orb, "~> 0.0.33"},
7171
{:silver_orb, "~> 0.0.6"},
7272
# {:orb, path: "../../Collected/orb", override: true},
7373
# {:silver_orb, path: "../../Collected/silver_orb", override: true},

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"mojito": {:hex, :mojito, "0.6.4", "994ad071d5f88e5d414f8f095fc01ced26a1852139a6127eab97ba8c64e31894", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: false]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, repo: "hexpm", optional: false]}], "hexpm", "0d05f49e3fcd9b6a3ea62e50bf19bcf4fed55946187775a33bb5a0f4021a1b1e"},
3333
"nimble_options": {:hex, :nimble_options, "1.0.2", "92098a74df0072ff37d0c12ace58574d26880e522c22801437151a159392270e", [:mix], [], "hexpm", "fd12a8db2021036ce12a309f26f564ec367373265b53e25403f0ee697380f1b8"},
3434
"nimble_parsec": {:hex, :nimble_parsec, "1.3.1", "2c54013ecf170e249e9291ed0a62e5832f70a476c61da16f6aac6dca0189f2af", [:mix], [], "hexpm", "2682e3c0b2eb58d90c6375fc0cc30bc7be06f365bf72608804fb9cffa5e1b167"},
35-
"orb": {:hex, :orb, "0.0.31", "2f1b20a3e97950a4906b89963a81adb9506fb1e4cdc63db57e6f2c7325f5d28a", [:mix], [], "hexpm", "cdab112488fb32baf692e1f78d66b36280ee47f01447750d113d80ffab64186f"},
35+
"orb": {:hex, :orb, "0.0.33", "cc4323e80577c9c172f937f1924d526d330f22b8d8bf0a6bb8c4f9b7e093521d", [:mix], [], "hexpm", "37dfd73e8260fd32ed123f758b93915f1a8a60c57c86afdc1d8916b966474aaa"},
3636
"orb_wasmtime": {:hex, :orb_wasmtime, "0.1.10", "c7b9b0ae220a37e2a5248c878f8d50e61eb79dd58e1465d9ba897c54f3859382", [:mix], [{:rustler, "~> 0.29.0", [hex: :rustler, repo: "hexpm", optional: true]}, {:rustler_precompiled, "~> 0.6", [hex: :rustler_precompiled, repo: "hexpm", optional: false]}], "hexpm", "110a0b834e511a32729fc53007f32d4f8c791a2aaa9793fc786d2ffb7fe15978"},
3737
"paredown": {:hex, :paredown, "0.1.5", "bc3e25a33de177db83e969944b8a92522c72343ab4681632ad828d93f5a3ea6d", [:make, :mix], [{:phoenix_html, "~> 2.13 or ~> 3.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}], "hexpm", "5d3284d0726baef481c962a8dd465656808a18fd8013fcfb29f118adde08d371"},
3838
"phoenix": {:hex, :phoenix, "1.7.7", "4cc501d4d823015007ba3cdd9c41ecaaf2ffb619d6fb283199fa8ddba89191e0", [:mix], [{:castore, ">= 0.0.0", [hex: :castore, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:phoenix_pubsub, "~> 2.1", [hex: :phoenix_pubsub, repo: "hexpm", optional: false]}, {:phoenix_template, "~> 1.0", [hex: :phoenix_template, repo: "hexpm", optional: false]}, {:phoenix_view, "~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: true]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.6", [hex: :plug_cowboy, repo: "hexpm", optional: true]}, {:plug_crypto, "~> 1.2", [hex: :plug_crypto, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:websock_adapter, "~> 0.5.3", [hex: :websock_adapter, repo: "hexpm", optional: false]}], "hexpm", "8966e15c395e5e37591b6ed0bd2ae7f48e961f0f60ac4c733f9566b519453085"},

0 commit comments

Comments
 (0)