Skip to content

Commit 7206173

Browse files
chore(deps): update dependency rustler to v0.29.0
1 parent dd33c1e commit 7206173

File tree

3 files changed

+65
-24
lines changed

3 files changed

+65
-24
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.29"},
5252
{:html_sanitize_ex, "~> 1.4"},
5353
{:hackney, "~> 1.17"},
5454
{:swoosh, "~> 1.5"},

native/ketbin_utils_syntax/Cargo.lock

Lines changed: 63 additions & 22 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.29.0"
1414
syntect = "4.6"

0 commit comments

Comments
 (0)