Skip to content

Commit 79c944e

Browse files
chore(deps): update dependency rustler to v0.27.0
1 parent 28af6df commit 79c944e

File tree

3 files changed

+37
-19
lines changed

3 files changed

+37
-19
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule Ketbin.MixProject do
4848
{:jason, "~> 1.2"},
4949
{:plug_cowboy, "~> 2.5"},
5050
{:cors_plug, "~> 3.0"},
51-
{:rustler, "~> 0.25"},
51+
{:rustler, "~> 0.27"},
5252
{:html_sanitize_ex, "~> 1.4"},
5353
{:hackney, "~> 1.17"},
5454
{:swoosh, "~> 1.5"},

native/ketbin_utils_syntax/Cargo.lock

Lines changed: 35 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/ketbin_utils_syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ path = "src/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
rustler = "0.22.0"
13+
rustler = "0.27.0"
1414
syntect = "4.6"

0 commit comments

Comments
 (0)