diff --git a/native/ecto_libsql/Cargo.toml b/native/ecto_libsql/Cargo.toml index 8fb0b73..b127c2a 100644 --- a/native/ecto_libsql/Cargo.toml +++ b/native/ecto_libsql/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] libsql = { version = "0.9.29", features = ["encryption", "replication"] } -rustler = { version = "0.37.1", default-features = false, features = ["derive", "nif_version_2_15"] } +rustler = { version = "0.38.0", default-features = false, features = ["derive", "nif_version_2_15"] } tokio = "1.45.1" uuid = "1.17.0" bytes = "1.11"