commit lockfile

This commit is contained in:
Doug Anderson444
2025-02-11 09:08:05 -04:00
parent 2566577b70
commit 35ee14f3bb

16
Cargo.lock generated
View File

@@ -1626,7 +1626,6 @@ dependencies = [
"limbo_series",
"limbo_time",
"limbo_uuid",
"log",
"miette",
"mimalloc",
"parking_lot",
@@ -3094,29 +3093,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.96",
]
[[package]]
name = "tracing-core"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
"once_cell",
]
[[package]]
name = "typenum"