Skip to content

Commit

Permalink
updated wasmex and rustler
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Aug 19, 2022
1 parent 5a67f61 commit c29a5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions host_core/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ defmodule HostCore.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:wasmex, "~> 0.7.0"},
{:wasmex, "~> 0.7.1"},
{:msgpax, "~> 2.3"},
{:rustler, "~> 0.24.0"},
{:rustler, "~> 0.25.0"},
{:timex, "~> 3.7"},
{:jason, "~> 1.2.2"},
{:gnat, "~> 1.5.2"},
Expand Down
4 changes: 2 additions & 2 deletions host_core/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"opentelemetry_logger_metadata": {:hex, :opentelemetry_logger_metadata, "0.1.0", "0d1b7a4669521d75b142c9c9585771ed0707ccd515312cf06135c5bfc5c60ab9", [:mix, :rebar3], [{:opentelemetry_api, "~> 1.0", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}], "hexpm", "772976d3c59651cf9c4600edc238bb9cadf7f5edaed1a1c5c59bf3e773dfe9fc"},
"parallel_task": {:hex, :parallel_task, "0.1.1", "d65477457a9415b98c11b73c4f36886f3b24677595ff792ec8f460ad69725313", [:mix], [], "hexpm", "06cf5db089fddd264158a3dd7b3b87ace7682df72bb62799d50818c37a468b6d"},
"parse_trans": {:hex, :parse_trans, "3.3.1", "16328ab840cc09919bd10dab29e431da3af9e9e7e7e6f0089dd5a2d2820011d8", [:rebar3], [], "hexpm", "07cd9577885f56362d414e8c4c4e6bdf10d43a8767abb92d24cbe8b24c54888b"},
"rustler": {:hex, :rustler, "0.24.0", "b8362a2fee1c9d2c7373b0bfdc98f75bbc02864efcec50df173fe6c4f72d4cc4", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:toml, "~> 0.6", [hex: :toml, repo: "hexpm", optional: false]}], "hexpm", "2773167fca68a6525822ad977b41368ea3c2af876c42ebaa7c9d6bb69b67f1ce"},
"rustler": {:hex, :rustler, "0.25.0", "32526b51af7e58a740f61941bf923486ce6415a91c3934cc16c281aa201a2240", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:toml, "~> 0.6", [hex: :toml, repo: "hexpm", optional: false]}], "hexpm", "6b43a11a37fe79c6234d88c4102ab5dfede7a6a764dc5c7b539956cfa02f3cf4"},
"rustler_precompiled": {:hex, :rustler_precompiled, "0.5.1", "93df423bd7b14b67dcacf994443d132d300623f80756974cac4febeab40af74a", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: false]}, {:rustler, "~> 0.23", [hex: :rustler, repo: "hexpm", optional: true]}], "hexpm", "3f8cbc8e92eef4e1a71bf441b568b868b16a3730f63f5b803c68073017e30b13"},
"snappyer": {:hex, :snappyer, "1.2.8", "201ce9067a33c71a6a5087c0c3a49a010b17112d461e6df696c722dcb6d0934a", [:rebar3], [], "hexpm", "35518e79a28548b56d8fd6aee2f565f12f51c2d3d053f9cfa817c83be88c4f3d"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"},
Expand All @@ -59,7 +59,7 @@
"unicode_util_compat": {:hex, :unicode_util_compat, "0.7.0", "bc84380c9ab48177092f43ac89e4dfa2c6d62b40b8bd132b1059ecc7232f9a78", [:rebar3], [], "hexpm", "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"},
"uuid": {:hex, :uuid, "1.1.8", "e22fc04499de0de3ed1116b770c7737779f226ceefa0badb3592e64d5cfb4eb9", [:mix], [], "hexpm", "c790593b4c3b601f5dc2378baae7efaf5b3d73c4c6456ba85759905be792f2ac"},
"vapor": {:git, "https://github.com/autodidaddict/vapor", "319853bfce86c9b164adfc6c5ccf2455d4e1d771", []},
"wasmex": {:hex, :wasmex, "0.7.0", "c4a01e3a84c7bf2c95e03d8cb08ccb5eb46abaea474ef59715a947d163a10312", [:mix], [{:rustler_precompiled, "~> 0.3", [hex: :rustler_precompiled, repo: "hexpm", optional: false]}], "hexpm", "b304a5b92cdde2b97335f36a9f6862dea8bee43eb2568661574f8d203087e47b"},
"wasmex": {:hex, :wasmex, "0.7.1", "c7855f3592d741e2654b82b837d09137bd3eb8ec91509b0605ec64f27d4b8c73", [:mix], [{:rustler, "~> 0.25.0", [hex: :rustler, repo: "hexpm", optional: true]}, {:rustler_precompiled, "~> 0.5.1", [hex: :rustler_precompiled, repo: "hexpm", optional: false]}], "hexpm", "0c23fc7a5e98f78c48a2ecd92c334a84a8128d688e43ef6ab17d123a3f64023c"},
"yamerl": {:hex, :yamerl, "0.10.0", "4ff81fee2f1f6a46f1700c0d880b24d193ddb74bd14ef42cb0bcf46e81ef2f8e", [:rebar3], [], "hexpm", "346adb2963f1051dc837a2364e4acf6eb7d80097c0f53cbdc3046ec8ec4b4e6e"},
"yaml_elixir": {:hex, :yaml_elixir, "2.9.0", "9a256da867b37b8d2c1ffd5d9de373a4fda77a32a45b452f1708508ba7bbcb53", [:mix], [{:yamerl, "~> 0.10", [hex: :yamerl, repo: "hexpm", optional: false]}], "hexpm", "0cb0e7d4c56f5e99a6253ed1a670ed0e39c13fc45a6da054033928607ac08dfc"},
}

0 comments on commit c29a5f1

Please sign in to comment.