Skip to content

Commit 4b0dfbc

Browse files
committed
Update crates available in the playground
1 parent f962da7 commit 4b0dfbc

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

compiler/base/Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ version = "=0.16.2"
221221

222222
[dependencies.cpufeatures]
223223
package = "cpufeatures"
224-
version = "=0.2.9"
224+
version = "=0.2.10"
225225

226226
[dependencies.crc32fast]
227227
package = "crc32fast"
@@ -494,7 +494,7 @@ features = ["alloc", "std"]
494494

495495
[dependencies.hashbrown]
496496
package = "hashbrown"
497-
version = "=0.14.1"
497+
version = "=0.14.2"
498498
features = ["ahash", "allocator-api2", "inline-more", "raw"]
499499

500500
[dependencies.hashbrown_0_12_3]
@@ -1003,7 +1003,7 @@ features = ["__tls", "blocking", "cookie_crate", "cookie_store", "cookies", "def
10031003

10041004
[dependencies.ring]
10051005
package = "ring"
1006-
version = "=0.17.4"
1006+
version = "=0.17.5"
10071007
features = ["alloc", "dev_urandom_fallback"]
10081008

10091009
[dependencies.rusqlite]
@@ -1021,7 +1021,7 @@ version = "=0.4.0"
10211021

10221022
[dependencies.rustix]
10231023
package = "rustix"
1024-
version = "=0.38.19"
1024+
version = "=0.38.20"
10251025
features = ["alloc", "fs", "std", "termios", "use-libc-auxv"]
10261026

10271027
[dependencies.ryu]
@@ -1199,11 +1199,11 @@ features = ["smawk", "unicode-linebreak", "unicode-width"]
11991199

12001200
[dependencies.thiserror]
12011201
package = "thiserror"
1202-
version = "=1.0.49"
1202+
version = "=1.0.50"
12031203

12041204
[dependencies.thiserror_impl]
12051205
package = "thiserror-impl"
1206-
version = "=1.0.49"
1206+
version = "=1.0.50"
12071207

12081208
[dependencies.thread_id]
12091209
package = "thread-id"
@@ -1292,7 +1292,7 @@ version = "=0.3.2"
12921292

12931293
[dependencies.tracing]
12941294
package = "tracing"
1295-
version = "=0.1.39"
1295+
version = "=0.1.40"
12961296
features = ["attributes", "std", "tracing-attributes"]
12971297

12981298
[dependencies.tracing_attributes]
@@ -1639,7 +1639,7 @@ version = "=0.16.2"
16391639

16401640
[build_dependencies.cpufeatures]
16411641
package = "cpufeatures"
1642-
version = "=0.2.9"
1642+
version = "=0.2.10"
16431643

16441644
[build_dependencies.crc32fast]
16451645
package = "crc32fast"
@@ -1912,7 +1912,7 @@ features = ["alloc", "std"]
19121912

19131913
[build_dependencies.hashbrown]
19141914
package = "hashbrown"
1915-
version = "=0.14.1"
1915+
version = "=0.14.2"
19161916
features = ["ahash", "allocator-api2", "inline-more", "raw"]
19171917

19181918
[build_dependencies.hashbrown_0_12_3]
@@ -2421,7 +2421,7 @@ features = ["__tls", "blocking", "cookie_crate", "cookie_store", "cookies", "def
24212421

24222422
[build_dependencies.ring]
24232423
package = "ring"
2424-
version = "=0.17.4"
2424+
version = "=0.17.5"
24252425
features = ["alloc", "dev_urandom_fallback"]
24262426

24272427
[build_dependencies.rusqlite]
@@ -2439,7 +2439,7 @@ version = "=0.4.0"
24392439

24402440
[build_dependencies.rustix]
24412441
package = "rustix"
2442-
version = "=0.38.19"
2442+
version = "=0.38.20"
24432443
features = ["alloc", "fs", "std", "termios", "use-libc-auxv"]
24442444

24452445
[build_dependencies.ryu]
@@ -2617,11 +2617,11 @@ features = ["smawk", "unicode-linebreak", "unicode-width"]
26172617

26182618
[build_dependencies.thiserror]
26192619
package = "thiserror"
2620-
version = "=1.0.49"
2620+
version = "=1.0.50"
26212621

26222622
[build_dependencies.thiserror_impl]
26232623
package = "thiserror-impl"
2624-
version = "=1.0.49"
2624+
version = "=1.0.50"
26252625

26262626
[build_dependencies.thread_id]
26272627
package = "thread-id"
@@ -2710,7 +2710,7 @@ version = "=0.3.2"
27102710

27112711
[build_dependencies.tracing]
27122712
package = "tracing"
2713-
version = "=0.1.39"
2713+
version = "=0.1.40"
27142714
features = ["attributes", "std", "tracing-attributes"]
27152715

27162716
[build_dependencies.tracing_attributes]

compiler/base/crate-information.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
},
217217
{
218218
"name": "cpufeatures",
219-
"version": "0.2.9",
219+
"version": "0.2.10",
220220
"id": "cpufeatures"
221221
},
222222
{
@@ -501,7 +501,7 @@
501501
},
502502
{
503503
"name": "hashbrown",
504-
"version": "0.14.1",
504+
"version": "0.14.2",
505505
"id": "hashbrown"
506506
},
507507
{
@@ -1051,7 +1051,7 @@
10511051
},
10521052
{
10531053
"name": "ring",
1054-
"version": "0.17.4",
1054+
"version": "0.17.5",
10551055
"id": "ring"
10561056
},
10571057
{
@@ -1071,7 +1071,7 @@
10711071
},
10721072
{
10731073
"name": "rustix",
1074-
"version": "0.38.19",
1074+
"version": "0.38.20",
10751075
"id": "rustix"
10761076
},
10771077
{
@@ -1266,12 +1266,12 @@
12661266
},
12671267
{
12681268
"name": "thiserror",
1269-
"version": "1.0.49",
1269+
"version": "1.0.50",
12701270
"id": "thiserror"
12711271
},
12721272
{
12731273
"name": "thiserror-impl",
1274-
"version": "1.0.49",
1274+
"version": "1.0.50",
12751275
"id": "thiserror_impl"
12761276
},
12771277
{
@@ -1371,7 +1371,7 @@
13711371
},
13721372
{
13731373
"name": "tracing",
1374-
"version": "0.1.39",
1374+
"version": "0.1.40",
13751375
"id": "tracing"
13761376
},
13771377
{

0 commit comments

Comments
 (0)