Move 'criterion' to a dev-dependency (#12762)

It is only used in micro-benchmarks.
This commit is contained in:
Heikki Linnakangas
2025-07-29 18:35:00 +03:00
committed by GitHub
parent 5585c32cee
commit bb32f1b3d0

View File

@@ -9,7 +9,6 @@ regex.workspace = true
bytes.workspace = true bytes.workspace = true
anyhow.workspace = true anyhow.workspace = true
crc32c.workspace = true crc32c.workspace = true
criterion.workspace = true
once_cell.workspace = true once_cell.workspace = true
pprof.workspace = true pprof.workspace = true
thiserror.workspace = true thiserror.workspace = true
@@ -20,6 +19,7 @@ tracing.workspace = true
postgres_versioninfo.workspace = true postgres_versioninfo.workspace = true
[dev-dependencies] [dev-dependencies]
criterion.workspace = true
env_logger.workspace = true env_logger.workspace = true
postgres.workspace = true postgres.workspace = true