Remove unnecessary codspeed deps (#14396)

See https://github.com/CodSpeedHQ/codspeed-rust/pull/108
This commit is contained in:
konsti 2025-07-01 18:00:30 +02:00 committed by GitHub
parent 43745d2ecf
commit 9af3e9b6ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 130 deletions

View file

@ -42,7 +42,7 @@ uv-types = { workspace = true }
uv-workspace = { workspace = true }
anyhow = { workspace = true }
codspeed-criterion-compat = { version = "3.0.1", default-features = false, optional = true }
codspeed-criterion-compat = { version = "3.0.2", default-features = false, optional = true }
criterion = { version = "0.6.0", default-features = false, features = [
"async_tokio",
] }