This is an automated email from the ASF dual-hosted git repository.
fresh-borzoni pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
The following commit(s) were added to refs/heads/main by this push:
new c6ee4437 chore: bump rustler from 0.37.3 to 0.38.0 (#594)
c6ee4437 is described below
commit c6ee4437300114f7665b3731bb9be56ceb73773b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 21:06:26 2026 +0100
chore: bump rustler from 0.37.3 to 0.38.0 (#594)
Bumps [rustler](https://github.com/rusterlium/rustler) from 0.37.3 to
0.38.0.
- [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.37.3...rustler-0.38.0)
---
updated-dependencies:
- dependency-name: rustler
dependency-version: 0.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 9 +++++----
bindings/elixir/native/fluss_nif/Cargo.toml | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index f409723e..9967191a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3019,11 +3019,12 @@ dependencies = [
[[package]]
name = "rustler"
-version = "0.37.3"
+version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c779e2cbfa2987990205d0d8fc142163739e45a4c6592dc637896c77fec01280"
+checksum = "60ac8495cb6091c1f8bd0c3bb816cd4e6f0a073f396d77eb602cb7f0615212de"
dependencies = [
"inventory",
+ "libc",
"libloading",
"regex-lite",
"rustler_codegen",
@@ -3031,9 +3032,9 @@ dependencies = [
[[package]]
name = "rustler_codegen"
-version = "0.37.3"
+version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6e120f8936c779b6c2e09992a2dfa9a4e8bcd0794c02bb654fde03e03ce8c31"
+checksum = "780a2a6b7e3cfac35820473f85cec1cd84d1bdd37ebcb4e24fb126ef0f074838"
dependencies = [
"heck",
"inventory",
diff --git a/bindings/elixir/native/fluss_nif/Cargo.toml
b/bindings/elixir/native/fluss_nif/Cargo.toml
index dd4d4535..efa4fb9a 100644
--- a/bindings/elixir/native/fluss_nif/Cargo.toml
+++ b/bindings/elixir/native/fluss_nif/Cargo.toml
@@ -30,5 +30,5 @@ crate-type = ["cdylib"]
[dependencies]
bigdecimal = { workspace = true }
fluss = { workspace = true }
-rustler = "0.37"
+rustler = "0.38"
tokio = { workspace = true }