global: snapshot

This commit is contained in:
nym21
2025-11-05 11:14:31 +01:00
parent 2ad55bf558
commit a2ba4d89f3
9 changed files with 49 additions and 51 deletions
Generated
+6 -7
View File
@@ -4108,11 +4108,10 @@ dependencies = [
[[package]]
name = "rawdb"
version = "0.3.1"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6601495283897e6193cbd70d65e4e7420995c59c0de3de953f297c2fa8d9dc7"
checksum = "c184e0f054f8b9018424fb226dbf122ceae050eb5f900e45d0809ff9fdc7b0d0"
dependencies = [
"allocative",
"libc",
"memmap2",
"parking_lot 0.12.5",
@@ -5331,9 +5330,9 @@ checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
[[package]]
name = "vecdb"
version = "0.3.1"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cffa6180edb8fb521c9958d4d00a1cca1b5de396ee371f2f8e3ec54c21205eff"
checksum = "44fef339cc0a6103cea9df44c1133d8275585b90dbe2faa6e3f60e6d2bac47b6"
dependencies = [
"allocative",
"ctrlc",
@@ -5350,9 +5349,9 @@ dependencies = [
[[package]]
name = "vecdb_derive"
version = "0.3.1"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dffd7af8e5579122f79e4a2df3f62f5f315ef0d593721f585384b61bc722e2"
checksum = "c09556497d1695d5ba268ebeaa1d2547c2c597a60098fde60fe78028b463c4c1"
dependencies = [
"quote",
"syn 2.0.108",