Update Rust crate codspeed-criterion-compat to v2.7.2 (#13469)

This commit is contained in:
renovate[bot] 2024-09-22 22:32:20 -04:00 committed by GitHub
parent c8b905bc96
commit 1d352872ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
Cargo.lock generated
View file

@ -437,9 +437,9 @@ dependencies = [
[[package]] [[package]]
name = "codspeed" name = "codspeed"
version = "2.6.0" version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a104ac948e0188b921eb3fcbdd55dcf62e542df4c7ab7e660623f6288302089" checksum = "450a0e9df9df1c154156f4344f99d8f6f6e69d0fc4de96ef6e2e68b2ec3bce97"
dependencies = [ dependencies = [
"colored", "colored",
"libc", "libc",
@ -448,9 +448,9 @@ dependencies = [
[[package]] [[package]]
name = "codspeed-criterion-compat" name = "codspeed-criterion-compat"
version = "2.6.0" version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "722c36bdc62d9436d027256ce2627af81ac7a596dfc7d13d849d0d212448d7fe" checksum = "8eb1a6cb9c20e177fde58cdef97c1c7c9264eb1424fe45c4fccedc2fb078a569"
dependencies = [ dependencies = [
"codspeed", "codspeed",
"colored", "colored",