Skip to content

Commit

Permalink
chore(deps): update dependency rustler to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2023
1 parent 28af6df commit 79c944e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Ketbin.MixProject do
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:cors_plug, "~> 3.0"},
{:rustler, "~> 0.25"},
{:rustler, "~> 0.27"},
{:html_sanitize_ex, "~> 1.4"},
{:hackney, "~> 1.17"},
{:swoosh, "~> 1.5"},
Expand Down
52 changes: 35 additions & 17 deletions native/ketbin_utils_syntax/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/ketbin_utils_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rustler = "0.22.0"
rustler = "0.27.0"
syntect = "4.6"

0 comments on commit 79c944e

Please sign in to comment.