From c231b06c0574544ada4041ae9eb2c8cad4c6ff23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 04:50:04 +0000 Subject: [PATCH] Update surrealdb requirement from 1.5 to 3.1 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.5) --- updated-dependencies: - dependency-name: surrealdb dependency-version: 3.0.5 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 814a1ed..d0fe46b 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.1", features = ["kv-mem", "protocol-ws", "protocol-http"] } # Serialization serde = { version = "1.0", features = ["derive"] }