Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and enmand committed Oct 29, 2024
1 parent 0abf408 commit 35e69d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
23 changes: 10 additions & 13 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.2", default-features = false, optional = true }
surrealdb = { version = "2.0.4", 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 35e69d8

Please sign in to comment.