about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2024-01-13 16:32:03 +0100
committerMichael Woerister <michaelwoerister@posteo>2024-01-13 16:32:03 +0100
commitac58f9ae034eaba1ae2efd27d43d5e2328260461 (patch)
treec2152e5bddf511efd52101f9d41cdcea0857484a /src
parent284cb714d2bf54b1af41dbc18469b478bc6f6489 (diff)
downloadrust-ac58f9ae034eaba1ae2efd27d43d5e2328260461.tar.gz
rust-ac58f9ae034eaba1ae2efd27d43d5e2328260461.zip
Update measureme crate to version 11
Diffstat (limited to 'src')
-rw-r--r--src/tools/miri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/Cargo.toml b/src/tools/miri/Cargo.toml
index 3da751c69a9..a65010b055b 100644
--- a/src/tools/miri/Cargo.toml
+++ b/src/tools/miri/Cargo.toml
@@ -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`.