Skip to content

Update surrealdb requirement from 1.5 to 3.0#18

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/surrealdb-3.0
Open

Update surrealdb requirement from 1.5 to 3.0#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/surrealdb-3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 27, 2026

Updates the requirements on surrealdb to permit the latest version.

Release notes

Sourced from surrealdb's releases.

Release 3.0.1

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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](surrealdb/surrealdb@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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 27, 2026
@dependabot dependabot Bot requested a review from madkoding as a code owner February 27, 2026 04:29
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 27, 2026
@madkoding madkoding requested a review from Copilot April 14, 2026 03:12
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Rust dependency constraint for surrealdb to allow the 3.x line, aligning the project to use the latest SurrealDB client crate.

Changes:

  • Bump surrealdb crate requirement from 1.5 to 3.0 (keeping existing feature flags).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Cargo.toml
# 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"] }
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot puedes revisar todas las partes que podrian verse afectadas y migrar esas partes a codigo que funcione en 3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants