From b1d95ee96e3661ca6eda4960300d9476302a4298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 04:29:22 +0000 Subject: [PATCH] Update surrealdb requirement from 1.5 to 3.0 Updates the requirements on [surrealdb](https://github.com/surrealdb/surrealdb) to permit the latest version. - [Release notes](https://github.com/surrealdb/surrealdb/releases) - [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml) - [Commits](https://github.com/surrealdb/surrealdb/compare/v2.0.0-alpha.1-surrealdb-core...v3.0.1) --- updated-dependencies: - dependency-name: surrealdb dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0afb1dd..1754a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ http = "1.1" # Database # Nota: usa kv-mem para desarrollo rápido. Para producción con persistencia, # usa kv-rocksdb después de instalar: base-devel, clang, cmake -surrealdb = { version = "1.5", features = ["kv-mem", "protocol-ws", "protocol-http"] } +surrealdb = { version = "3.0", features = ["kv-mem", "protocol-ws", "protocol-http"] } # Serialization serde = { version = "1.0", features = ["derive"] }