Skip to content

Commit 52b33f3

Browse files
authored
Merge pull request #1179 from rust-lang/maint
Update crates available in the playground
2 parents 1d687c3 + 5811aa2 commit 52b33f3

File tree

2 files changed

+55
-68
lines changed

2 files changed

+55
-68
lines changed

compiler/base/Cargo.toml

Lines changed: 38 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ default-features = false
148148

149149
[dependencies.aws_lc_sys]
150150
package = "aws-lc-sys"
151-
version = "=0.32.2"
151+
version = "=0.32.3"
152152
features = ["prebuilt-nasm"]
153153

154154
[dependencies.backtrace]
@@ -253,7 +253,7 @@ version = "=0.2.1"
253253

254254
[dependencies.cfg_if]
255255
package = "cfg-if"
256-
version = "=1.0.3"
256+
version = "=1.0.4"
257257

258258
[dependencies.chrono]
259259
package = "chrono"
@@ -262,22 +262,22 @@ features = ["alloc", "clock", "iana-time-zone", "js-sys", "now", "oldtime", "ser
262262

263263
[dependencies.clap]
264264
package = "clap"
265-
version = "=4.5.48"
265+
version = "=4.5.49"
266266
features = ["color", "derive", "error-context", "help", "std", "suggestions", "unstable-doc", "usage"]
267267

268268
[dependencies.clap_builder]
269269
package = "clap_builder"
270-
version = "=4.5.48"
270+
version = "=4.5.49"
271271
features = ["cargo", "color", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "usage", "wrap_help"]
272272
default-features = false
273273

274274
[dependencies.clap_derive]
275275
package = "clap_derive"
276-
version = "=4.5.47"
276+
version = "=4.5.49"
277277

278278
[dependencies.clap_lex]
279279
package = "clap_lex"
280-
version = "=0.7.5"
280+
version = "=0.7.6"
281281

282282
[dependencies.cmake]
283283
package = "cmake"
@@ -457,7 +457,7 @@ features = ["alloc"]
457457

458458
[dependencies.env_filter]
459459
package = "env_filter"
460-
version = "=0.1.3"
460+
version = "=0.1.4"
461461
features = ["regex"]
462462
default-features = false
463463

@@ -648,7 +648,7 @@ features = ["unicode"]
648648

649649
[dependencies.getrandom]
650650
package = "getrandom"
651-
version = "=0.3.3"
651+
version = "=0.3.4"
652652
features = ["std", "wasm_js"]
653653

654654
[dependencies.getrandom_0_2_16]
@@ -677,7 +677,7 @@ version = "=0.4.12"
677677

678678
[dependencies.half]
679679
package = "half"
680-
version = "=2.7.0"
680+
version = "=2.7.1"
681681
features = ["alloc", "std"]
682682

683683
[dependencies.hash32]
@@ -902,10 +902,6 @@ package = "libc"
902902
version = "=0.2.177"
903903
features = ["std"]
904904

905-
[dependencies.libloading]
906-
package = "libloading"
907-
version = "=0.8.8"
908-
909905
[dependencies.libm]
910906
package = "libm"
911907
version = "=0.2.15"
@@ -1125,7 +1121,7 @@ features = ["alloc", "race", "std"]
11251121

11261122
[dependencies.openssl]
11271123
package = "openssl"
1128-
version = "=0.10.73"
1124+
version = "=0.10.74"
11291125

11301126
[dependencies.openssl_macros]
11311127
package = "openssl-macros"
@@ -1137,7 +1133,7 @@ version = "=0.1.6"
11371133

11381134
[dependencies.openssl_sys]
11391135
package = "openssl-sys"
1140-
version = "=0.9.109"
1136+
version = "=0.9.110"
11411137

11421138
[dependencies.ordered_float]
11431139
package = "ordered-float"
@@ -1381,22 +1377,22 @@ version = "=1.13.0"
13811377

13821378
[dependencies.regex]
13831379
package = "regex"
1384-
version = "=1.12.1"
1380+
version = "=1.12.2"
13851381
features = ["perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]
13861382

13871383
[dependencies.regex_automata]
13881384
package = "regex-automata"
1389-
version = "=0.4.12"
1385+
version = "=0.4.13"
13901386
features = ["alloc", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"]
13911387

13921388
[dependencies.regex_syntax]
13931389
package = "regex-syntax"
1394-
version = "=0.8.7"
1390+
version = "=0.8.8"
13951391
features = ["std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]
13961392

13971393
[dependencies.reqwest]
13981394
package = "reqwest"
1399-
version = "=0.12.23"
1395+
version = "=0.12.24"
14001396
features = ["__rustls", "__rustls-ring", "__tls", "blocking", "charset", "cookies", "default-tls", "h2", "http2", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "system-proxy"]
14011397

14021398
[dependencies.rgb]
@@ -1708,7 +1704,7 @@ version = "=0.1.1"
17081704

17091705
[dependencies.tokio]
17101706
package = "tokio"
1711-
version = "=1.47.1"
1707+
version = "=1.48.0"
17121708
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "windows-sys"]
17131709

17141710
[dependencies.tokio_io]
@@ -1717,7 +1713,7 @@ version = "=0.1.13"
17171713

17181714
[dependencies.tokio_macros]
17191715
package = "tokio-macros"
1720-
version = "=2.5.0"
1716+
version = "=2.6.0"
17211717

17221718
[dependencies.tokio_native_tls]
17231719
package = "tokio-native-tls"
@@ -2014,7 +2010,7 @@ version = "=0.1.3"
20142010
[dependencies.windows_sys]
20152011
package = "windows-sys"
20162012
version = "=0.61.2"
2017-
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_SystemInformation"]
2013+
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
20182014

20192015
[dependencies.windows_sys_0_52_0]
20202016
package = "windows-sys"
@@ -2024,7 +2020,7 @@ features = ["Win32", "Win32_Foundation", "Win32_System", "Win32_System_Threading
20242020
[dependencies.windows_sys_0_59_0]
20252021
package = "windows-sys"
20262022
version = "=0.59.0"
2027-
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
2023+
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
20282024

20292025
[dependencies.windows_sys_0_60_2]
20302026
package = "windows-sys"
@@ -2287,7 +2283,7 @@ default-features = false
22872283

22882284
[build-dependencies.aws_lc_sys]
22892285
package = "aws-lc-sys"
2290-
version = "=0.32.2"
2286+
version = "=0.32.3"
22912287
features = ["prebuilt-nasm"]
22922288

22932289
[build-dependencies.backtrace]
@@ -2392,7 +2388,7 @@ version = "=0.2.1"
23922388

23932389
[build-dependencies.cfg_if]
23942390
package = "cfg-if"
2395-
version = "=1.0.3"
2391+
version = "=1.0.4"
23962392

23972393
[build-dependencies.chrono]
23982394
package = "chrono"
@@ -2401,22 +2397,22 @@ features = ["alloc", "clock", "iana-time-zone", "js-sys", "now", "oldtime", "ser
24012397

24022398
[build-dependencies.clap]
24032399
package = "clap"
2404-
version = "=4.5.48"
2400+
version = "=4.5.49"
24052401
features = ["color", "derive", "error-context", "help", "std", "suggestions", "unstable-doc", "usage"]
24062402

24072403
[build-dependencies.clap_builder]
24082404
package = "clap_builder"
2409-
version = "=4.5.48"
2405+
version = "=4.5.49"
24102406
features = ["cargo", "color", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "usage", "wrap_help"]
24112407
default-features = false
24122408

24132409
[build-dependencies.clap_derive]
24142410
package = "clap_derive"
2415-
version = "=4.5.47"
2411+
version = "=4.5.49"
24162412

24172413
[build-dependencies.clap_lex]
24182414
package = "clap_lex"
2419-
version = "=0.7.5"
2415+
version = "=0.7.6"
24202416

24212417
[build-dependencies.cmake]
24222418
package = "cmake"
@@ -2596,7 +2592,7 @@ features = ["alloc"]
25962592

25972593
[build-dependencies.env_filter]
25982594
package = "env_filter"
2599-
version = "=0.1.3"
2595+
version = "=0.1.4"
26002596
features = ["regex"]
26012597
default-features = false
26022598

@@ -2787,7 +2783,7 @@ features = ["unicode"]
27872783

27882784
[build-dependencies.getrandom]
27892785
package = "getrandom"
2790-
version = "=0.3.3"
2786+
version = "=0.3.4"
27912787
features = ["std", "wasm_js"]
27922788

27932789
[build-dependencies.getrandom_0_2_16]
@@ -2816,7 +2812,7 @@ version = "=0.4.12"
28162812

28172813
[build-dependencies.half]
28182814
package = "half"
2819-
version = "=2.7.0"
2815+
version = "=2.7.1"
28202816
features = ["alloc", "std"]
28212817

28222818
[build-dependencies.hash32]
@@ -3041,10 +3037,6 @@ package = "libc"
30413037
version = "=0.2.177"
30423038
features = ["std"]
30433039

3044-
[build-dependencies.libloading]
3045-
package = "libloading"
3046-
version = "=0.8.8"
3047-
30483040
[build-dependencies.libm]
30493041
package = "libm"
30503042
version = "=0.2.15"
@@ -3264,7 +3256,7 @@ features = ["alloc", "race", "std"]
32643256

32653257
[build-dependencies.openssl]
32663258
package = "openssl"
3267-
version = "=0.10.73"
3259+
version = "=0.10.74"
32683260

32693261
[build-dependencies.openssl_macros]
32703262
package = "openssl-macros"
@@ -3276,7 +3268,7 @@ version = "=0.1.6"
32763268

32773269
[build-dependencies.openssl_sys]
32783270
package = "openssl-sys"
3279-
version = "=0.9.109"
3271+
version = "=0.9.110"
32803272

32813273
[build-dependencies.ordered_float]
32823274
package = "ordered-float"
@@ -3520,22 +3512,22 @@ version = "=1.13.0"
35203512

35213513
[build-dependencies.regex]
35223514
package = "regex"
3523-
version = "=1.12.1"
3515+
version = "=1.12.2"
35243516
features = ["perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]
35253517

35263518
[build-dependencies.regex_automata]
35273519
package = "regex-automata"
3528-
version = "=0.4.12"
3520+
version = "=0.4.13"
35293521
features = ["alloc", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"]
35303522

35313523
[build-dependencies.regex_syntax]
35323524
package = "regex-syntax"
3533-
version = "=0.8.7"
3525+
version = "=0.8.8"
35343526
features = ["std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]
35353527

35363528
[build-dependencies.reqwest]
35373529
package = "reqwest"
3538-
version = "=0.12.23"
3530+
version = "=0.12.24"
35393531
features = ["__rustls", "__rustls-ring", "__tls", "blocking", "charset", "cookies", "default-tls", "h2", "http2", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "system-proxy"]
35403532

35413533
[build-dependencies.rgb]
@@ -3847,7 +3839,7 @@ version = "=0.1.1"
38473839

38483840
[build-dependencies.tokio]
38493841
package = "tokio"
3850-
version = "=1.47.1"
3842+
version = "=1.48.0"
38513843
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "windows-sys"]
38523844

38533845
[build-dependencies.tokio_io]
@@ -3856,7 +3848,7 @@ version = "=0.1.13"
38563848

38573849
[build-dependencies.tokio_macros]
38583850
package = "tokio-macros"
3859-
version = "=2.5.0"
3851+
version = "=2.6.0"
38603852

38613853
[build-dependencies.tokio_native_tls]
38623854
package = "tokio-native-tls"
@@ -4153,7 +4145,7 @@ version = "=0.1.3"
41534145
[build-dependencies.windows_sys]
41544146
package = "windows-sys"
41554147
version = "=0.61.2"
4156-
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_SystemInformation"]
4148+
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
41574149

41584150
[build-dependencies.windows_sys_0_52_0]
41594151
package = "windows-sys"
@@ -4163,7 +4155,7 @@ features = ["Win32", "Win32_Foundation", "Win32_System", "Win32_System_Threading
41634155
[build-dependencies.windows_sys_0_59_0]
41644156
package = "windows-sys"
41654157
version = "=0.59.0"
4166-
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
4158+
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
41674159

41684160
[build-dependencies.windows_sys_0_60_2]
41694161
package = "windows-sys"

0 commit comments

Comments
 (0)