Update measureme crate to version 11

This commit is contained in:
Michael Woerister 2024-01-13 16:32:03 +01:00
parent 284cb714d2
commit ac58f9ae03
6 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ log = "0.4"
rand = "0.8"
smallvec = "1.7"
aes = { version = "0.8.3", features = ["hazmat"] }
measureme = "10.0.0"
measureme = "11"
ctrlc = "3.2.5"
# Copied from `compiler/rustc/Cargo.toml`.