Skip to content

Commit

Permalink
chore(deps): bump surrealdb from 2.0.4 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [surrealdb](https://github.com/surrealdb/surrealdb) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/surrealdb/surrealdb/releases)
- [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml)
- [Commits](surrealdb/surrealdb@v2.0.4...v2.1.0)

---
updated-dependencies:
- dependency-name: surrealdb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent a4e5a9d commit a5e2495
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 97 deletions.
124 changes: 28 additions & 96 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dwn-rs-stores/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing = { version = "0.1.40", default-features = false, features = [
serde = { version = "1.0.183", features = ["derive"] }
serde_ipld_dagcbor = "0.6.0"
serde_with = "3.4.0"
surrealdb = { version = "2.0.4", default-features = false, optional = true }
surrealdb = { version = "2.1.0", default-features = false, optional = true }

ulid = { version = "1.1.2", features = ["serde"] }
url = { version = "2.5.0", features = ["serde"] }
Expand Down

0 comments on commit a5e2495

Please sign in to comment.