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

@ -2366,9 +2366,9 @@ dependencies = [
[[package]] [[package]]
name = "measureme" name = "measureme"
version = "10.1.2" version = "11.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45e381dcdad44c3c435f8052b08c5c4a1449c48ab56f312345eae12d7a693dbe" checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
dependencies = [ dependencies = [
"log", "log",
"memmap2", "memmap2",

View File

@ -11,7 +11,7 @@ test = false
bitflags = "2.4.1" bitflags = "2.4.1"
itertools = "0.11" itertools = "0.11"
libc = "0.2" libc = "0.2"
measureme = "10.0.0" measureme = "11"
object = { version = "0.32.0", default-features = false, features = ["std", "read"] } object = { version = "0.32.0", default-features = false, features = ["std", "read"] }
rustc-demangle = "0.1.21" rustc-demangle = "0.1.21"
rustc_ast = { path = "../rustc_ast" } rustc_ast = { path = "../rustc_ast" }

View File

@ -13,7 +13,7 @@ indexmap = { version = "2.0.0" }
itertools = "0.11" itertools = "0.11"
jobserver_crate = { version = "0.1.27", package = "jobserver" } jobserver_crate = { version = "0.1.27", package = "jobserver" }
libc = "0.2" libc = "0.2"
measureme = "10.0.0" measureme = "11"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
rustc-rayon = { version = "0.5.0", optional = true } rustc-rayon = { version = "0.5.0", optional = true }
rustc-rayon-core = { version = "0.5.0", optional = true } rustc-rayon-core = { version = "0.5.0", optional = true }

View File

@ -10,7 +10,7 @@ derive_more = "0.99.17"
either = "1.5.0" either = "1.5.0"
field-offset = "0.3.5" field-offset = "0.3.5"
gsgdt = "0.1.2" gsgdt = "0.1.2"
measureme = "10.0.0" measureme = "11"
polonius-engine = "0.13.0" polonius-engine = "0.13.0"
rustc-rayon = { version = "0.5.0", optional = true } rustc-rayon = { version = "0.5.0", optional = true }
rustc-rayon-core = { version = "0.5.0", optional = true } rustc-rayon-core = { version = "0.5.0", optional = true }

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
# tidy-alphabetical-start # tidy-alphabetical-start
field-offset = "0.3.5" field-offset = "0.3.5"
measureme = "10.0.0" measureme = "11"
rustc-rayon-core = { version = "0.5.0", optional = true } rustc-rayon-core = { version = "0.5.0", optional = true }
rustc_data_structures = { path = "../rustc_data_structures" } rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" } rustc_errors = { path = "../rustc_errors" }

View File

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