From e348ec9a4409da107c86b61d95390fc256797ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:49:55 +0000 Subject: [PATCH] chore(deps): update rustler requirement in /eppo_core Updates the requirements on [rustler](https://github.com/rusterlium/rustler) to permit the latest version. - [Release notes](https://github.com/rusterlium/rustler/releases) - [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.36.1...rustler-0.37.2) --- updated-dependencies: - dependency-name: rustler dependency-version: 0.37.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- eppo_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eppo_core/Cargo.toml b/eppo_core/Cargo.toml index 01cb3a08..64e84ae3 100644 --- a/eppo_core/Cargo.toml +++ b/eppo_core/Cargo.toml @@ -59,7 +59,7 @@ magnus = { version = "0.8.0", default-features = false, optional = true } serde_magnus = { version = "0.10.0", default-features = false, optional = true } # elixir dependencies -rustler = { version = "0.36.1", optional = true } +rustler = { version = "0.37.2", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen-futures = "0.4.18"