Skip to content

Commit 81a8c69

Browse files
committed
all changes good
1 parent f4f0faf commit 81a8c69

File tree

20 files changed

+28
-28
lines changed

20 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,9 +2230,9 @@ dependencies = [
22302230

22312231
[[package]]
22322232
name = "measureme"
2233-
version = "11.0.1"
2233+
version = "12.0.0"
22342234
source = "registry+https://github.com/rust-lang/crates.io-index"
2235-
checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
2235+
checksum = "3ed2d26a61b68ba37bf203340b6b6addf4da2c2e7cfb0cff700792088d69ebc9"
22362236
dependencies = [
22372237
"log",
22382238
"memmap2",

compiler/rustc_abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
bitflags = "2.4.1"
8+
bitflags = "2.6.0"
99
rand = { version = "0.8.4", default-features = false, optional = true }
1010
rand_xoshiro = { version = "0.6.0", optional = true }
1111
rustc_data_structures = { path = "../rustc_data_structures", optional = true }

compiler/rustc_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
bitflags = "2.4.1"
8+
bitflags = "2.6.0"
99
memchr = "2.7.4"
1010
rustc_ast_ir = { path = "../rustc_ast_ir" }
1111
rustc_data_structures = { path = "../rustc_data_structures" }

compiler/rustc_baked_icu_data/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
icu_list = "1.2"
9-
icu_locid = "1.2"
8+
icu_list = "1.5"
9+
icu_locid = "1.5"
1010
icu_locid_transform = "1.3.2"
1111
icu_provider = { version = "1.2", features = ["sync"] }
1212
zerovec = "0.10.0"

compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ test = false
88

99
[dependencies]
1010
# tidy-alphabetical-start
11-
bitflags = "2.4.1"
11+
bitflags = "2.6.0"
1212
itertools = "0.12"
1313
libc = "0.2"
14-
measureme = "11"
14+
measureme = "12"
1515
object = { version = "0.36.3", default-features = false, features = ["std", "read"] }
1616
rustc-demangle = "0.1.21"
1717
rustc_abi = { path = "../rustc_abi" }

compiler/rustc_codegen_ssa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
# tidy-alphabetical-start
88
ar_archive_writer = "0.4.2"
99
arrayvec = { version = "0.7", default-features = false }
10-
bitflags = "2.4.1"
10+
bitflags = "2.6.0"
1111
cc = "1.1.23"
1212
either = "1.5.0"
1313
itertools = "0.12"

compiler/rustc_data_structures/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
arrayvec = { version = "0.7", default-features = false }
9-
bitflags = "2.4.1"
9+
bitflags = "2.6.0"
1010
either = "1.0"
1111
elsa = "=1.7.1"
1212
ena = "0.14.3"
1313
indexmap = { version = "2.4.0", features = ["rustc-rayon"] }
1414
jobserver_crate = { version = "0.1.28", package = "jobserver" }
15-
measureme = "11"
15+
measureme = "12"
1616
rustc-hash = "2.0.0"
1717
rustc-rayon = "0.5.0"
1818
rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }

compiler/rustc_error_messages/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
fluent-bundle = "0.15.2"
8+
fluent-bundle = "0.15.3"
99
fluent-syntax = "0.11"
10-
icu_list = "1.2"
11-
icu_locid = "1.2"
12-
icu_provider_adapters = "1.2"
13-
intl-memoizer = "0.5.1"
10+
icu_list = "1.5"
11+
icu_locid = "1.5"
12+
icu_provider_adapters = "1.5"
13+
intl-memoizer = "0.5.2"
1414
rustc_baked_icu_data = { path = "../rustc_baked_icu_data" }
1515
rustc_data_structures = { path = "../rustc_data_structures" }
1616
rustc_macros = { path = "../rustc_macros" }

compiler/rustc_errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rustc_target = { path = "../rustc_target" }
2424
rustc_type_ir = { path = "../rustc_type_ir" }
2525
serde = { version = "1.0.125", features = [ "derive" ] }
2626
serde_json = "1.0.59"
27-
termcolor = "1.2.0"
27+
termcolor = "1.4.0"
2828
termize = "0.1.1"
2929
tracing = "0.1"
3030
# tidy-alphabetical-end

compiler/rustc_fluent_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ proc-macro = true
99
[dependencies]
1010
# tidy-alphabetical-start
1111
annotate-snippets = "0.11"
12-
fluent-bundle = "0.15.2"
12+
fluent-bundle = "0.15.3"
1313
fluent-syntax = "0.11"
1414
proc-macro2 = "1"
1515
quote = "1"

0 commit comments

Comments
 (0)