From ed385bc26e5300cad2f2e3bdae62b7a0701951ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:32:15 +0000 Subject: [PATCH] chore(deps): bump surrealdb Bumps the cargo group with 1 update in the /czech-file-knife directory: [surrealdb](https://github.com/surrealdb/surrealdb). Updates `surrealdb` from 2.6.1 to 2.6.5 - [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.6.1...v2.6.5) --- updated-dependencies: - dependency-name: surrealdb dependency-version: 2.6.5 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- czech-file-knife/Cargo.lock | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/czech-file-knife/Cargo.lock b/czech-file-knife/Cargo.lock index eb2522066..c03a66bbc 100644 --- a/czech-file-knife/Cargo.lock +++ b/czech-file-knife/Cargo.lock @@ -2917,15 +2917,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b" -[[package]] -name = "nanoid" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" -dependencies = [ - "rand 0.8.6", -] - [[package]] name = "ndarray" version = "0.15.6" @@ -3079,7 +3070,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "getrandom 0.2.16", "http", @@ -4816,9 +4807,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "surrealdb" -version = "2.6.1" +version = "2.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "085478c61364d88ad875a772944feefaba9f0fa24ddd12917f138ef23926ca94" +checksum = "3429154a8b5a98ca39100ba45ef49ae046fb1d0869dff78d78a2670b1b278982" dependencies = [ "arrayvec", "async-channel", @@ -4858,9 +4849,9 @@ dependencies = [ [[package]] name = "surrealdb-core" -version = "2.6.1" +version = "2.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87283061150fee74fc5e8be99495560b0bd11bc32db36412297544c73843c5c0" +checksum = "ba423d9e7e665e4c735a1d4669c3a067135e4a574edf88af215f7f2b815e70ed" dependencies = [ "addr", "affinitypool", @@ -4898,7 +4889,6 @@ dependencies = [ "lexicmp", "linfa-linalg", "md-5", - "nanoid", "ndarray", "ndarray-stats", "num-traits",