Skip to content

Commit

Permalink
build(deps): bump surrealdb from 1.0.0 to 1.0.2
Browse files Browse the repository at this point in the history
Bumps [surrealdb](https://github.com/surrealdb/surrealdb) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/surrealdb/surrealdb/releases)
- [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml)
- [Commits](surrealdb/surrealdb@v1.0.0...v1.0.2)

---
updated-dependencies:
- dependency-name: surrealdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 1c6a3d7 commit 0428591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ argon2 = { version = "0.5.2", optional = true }
dotenv = "0.15.0"
chrono = "0.4.31"
tracing = "0.1.40"
surrealdb = { version = "1.0.0", optional = true }
surrealdb = { version = "1.0.2", optional = true }
tracing-subscriber = "0.3.18"
lettre = { version = "0.11.3", optional = true }
jwt = { version = "0.16.0", optional = true }
Expand Down

0 comments on commit 0428591

Please sign in to comment.