From f32a6307a35c686d2dc142c767d15663d4e71450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:20:17 +0000 Subject: [PATCH] build(deps): bump surrealdb from 2.0.3 to 2.0.4 Bumps [surrealdb](https://github.com/surrealdb/surrealdb) from 2.0.3 to 2.0.4. - [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.3...v2.0.4) --- updated-dependencies: - dependency-name: surrealdb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98fc05a..5a2d9c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3614,9 +3614,9 @@ dependencies = [ [[package]] name = "surrealdb" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96e77fb57ae0883b520410cf3892b8f7a66cc59ed2e1d4e22393f2017f51d07" +checksum = "300749e641e2a5546a142333d91b3537969e9c4cbd1fa2d1d10d92f01624d470" dependencies = [ "arrayvec", "async-channel", @@ -3655,9 +3655,9 @@ dependencies = [ [[package]] name = "surrealdb-core" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e17b65d1ccc533b44774a567f4bca122347cc57a13c41efb2d44bf316cbd7e4" +checksum = "5795fca60f099754934069dfb3d20824cfec94b4c13c7130d1cd52e0fcadfc42" dependencies = [ "addr", "ahash 0.8.11", diff --git a/Cargo.toml b/Cargo.toml index 1f0f57b..4f12532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.210", features = ["derive"] } sha2 = "0.10.8" uuid = { version = "1.10.0", features = ["v4"] } anyhow = "1.0.89" -surrealdb = { version = "2.0.3", features = ["kv-mem"] } +surrealdb = { version = "2.0.4", features = ["kv-mem"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"