Skip to content

Commit 27dc637

Browse files
authored
Merge pull request #845 from integer32llc/maint
2 parents 3fdc0b1 + 0faa360 commit 27dc637

File tree

5 files changed

+158
-151
lines changed

5 files changed

+158
-151
lines changed

compiler/base/Cargo.toml

Lines changed: 48 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version = "=0.12.1"
4242

4343
[dependencies.anyhow]
4444
package = "anyhow"
45-
version = "=1.0.64"
45+
version = "=1.0.65"
4646
features = ["std"]
4747

4848
[dependencies.approx]
@@ -156,7 +156,7 @@ features = ["clock", "iana-time-zone", "js-sys", "oldtime", "serde", "std", "tim
156156

157157
[dependencies.clap]
158158
package = "clap"
159-
version = "=3.2.20"
159+
version = "=3.2.21"
160160
features = ["atty", "cargo", "clap_derive", "color", "derive", "env", "once_cell", "regex", "std", "strsim", "suggestions", "termcolor", "terminal_size", "unicase", "unicode", "unstable-doc", "unstable-grouped", "unstable-replace", "wrap_help", "yaml", "yaml-rust"]
161161

162162
[dependencies.clap_derive]
@@ -322,7 +322,7 @@ version = "=0.1.1"
322322

323323
[dependencies.form_urlencoded]
324324
package = "form_urlencoded"
325-
version = "=1.0.1"
325+
version = "=1.1.0"
326326

327327
[dependencies.futf]
328328
package = "futf"
@@ -470,11 +470,15 @@ version = "=0.5.0"
470470

471471
[dependencies.iana_time_zone]
472472
package = "iana-time-zone"
473-
version = "=0.1.47"
473+
version = "=0.1.48"
474474
features = ["fallback"]
475475

476476
[dependencies.idna]
477477
package = "idna"
478+
version = "=0.3.0"
479+
480+
[dependencies.idna_0_2_3]
481+
package = "idna"
478482
version = "=0.2.3"
479483

480484
[dependencies.image]
@@ -497,7 +501,7 @@ version = "=2.5.0"
497501

498502
[dependencies.itertools]
499503
package = "itertools"
500-
version = "=0.10.3"
504+
version = "=0.10.4"
501505
features = ["use_alloc", "use_std"]
502506

503507
[dependencies.itoa]
@@ -758,11 +762,12 @@ version = "=1.0.9"
758762

759763
[dependencies.percent_encoding]
760764
package = "percent-encoding"
761-
version = "=2.1.0"
765+
version = "=2.2.0"
766+
features = ["alloc"]
762767

763768
[dependencies.pest]
764769
package = "pest"
765-
version = "=2.3.0"
770+
version = "=2.3.1"
766771
features = ["std", "thiserror"]
767772

768773
[dependencies.petgraph]
@@ -908,7 +913,7 @@ default-features = false
908913

909914
[dependencies.rand_core]
910915
package = "rand_core"
911-
version = "=0.6.3"
916+
version = "=0.6.4"
912917
features = ["alloc", "getrandom", "serde", "serde1", "std"]
913918

914919
[dependencies.rand_core_0_5_1]
@@ -1007,7 +1012,7 @@ version = "=0.5.0"
10071012

10081013
[dependencies.semver]
10091014
package = "semver"
1010-
version = "=1.0.13"
1015+
version = "=1.0.14"
10111016
features = ["std"]
10121017

10131018
[dependencies.semver_parser]
@@ -1146,11 +1151,11 @@ features = ["smawk", "terminal_size", "unicode-linebreak", "unicode-width"]
11461151

11471152
[dependencies.thiserror]
11481153
package = "thiserror"
1149-
version = "=1.0.34"
1154+
version = "=1.0.35"
11501155

11511156
[dependencies.thiserror_impl]
11521157
package = "thiserror-impl"
1153-
version = "=1.0.34"
1158+
version = "=1.0.35"
11541159

11551160
[dependencies.thread_id]
11561161
package = "thread-id"
@@ -1192,8 +1197,8 @@ version = "=0.1.0"
11921197

11931198
[dependencies.tokio]
11941199
package = "tokio"
1195-
version = "=1.21.0"
1196-
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "sync", "test-util", "time", "tokio-macros", "winapi"]
1200+
version = "=1.21.1"
1201+
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "winapi"]
11971202

11981203
[dependencies.tokio_io]
11991204
package = "tokio-io"
@@ -1214,7 +1219,7 @@ features = ["runtime"]
12141219

12151220
[dependencies.tokio_util]
12161221
package = "tokio-util"
1217-
version = "=0.7.3"
1222+
version = "=0.7.4"
12181223
features = ["codec", "tracing"]
12191224

12201225
[dependencies.toml]
@@ -1270,7 +1275,7 @@ features = ["hardcoded-data", "std"]
12701275

12711276
[dependencies.unicode_ident]
12721277
package = "unicode-ident"
1273-
version = "=1.0.3"
1278+
version = "=1.0.4"
12741279

12751280
[dependencies.unicode_linebreak]
12761281
package = "unicode-linebreak"
@@ -1283,15 +1288,15 @@ features = ["std"]
12831288

12841289
[dependencies.unicode_segmentation]
12851290
package = "unicode-segmentation"
1286-
version = "=1.9.0"
1291+
version = "=1.10.0"
12871292

12881293
[dependencies.unicode_width]
12891294
package = "unicode-width"
1290-
version = "=0.1.9"
1295+
version = "=0.1.10"
12911296

12921297
[dependencies.unicode_xid]
12931298
package = "unicode-xid"
1294-
version = "=0.2.3"
1299+
version = "=0.2.4"
12951300

12961301
[dependencies.unsafe_any]
12971302
package = "unsafe-any"
@@ -1303,7 +1308,7 @@ version = "=0.7.1"
13031308

13041309
[dependencies.url]
13051310
package = "url"
1306-
version = "=2.2.2"
1311+
version = "=2.3.1"
13071312

13081313
[dependencies.utf8]
13091314
package = "utf-8"
@@ -1388,7 +1393,7 @@ version = "=0.12.1"
13881393

13891394
[build_dependencies.anyhow]
13901395
package = "anyhow"
1391-
version = "=1.0.64"
1396+
version = "=1.0.65"
13921397
features = ["std"]
13931398

13941399
[build_dependencies.approx]
@@ -1502,7 +1507,7 @@ features = ["clock", "iana-time-zone", "js-sys", "oldtime", "serde", "std", "tim
15021507

15031508
[build_dependencies.clap]
15041509
package = "clap"
1505-
version = "=3.2.20"
1510+
version = "=3.2.21"
15061511
features = ["atty", "cargo", "clap_derive", "color", "derive", "env", "once_cell", "regex", "std", "strsim", "suggestions", "termcolor", "terminal_size", "unicase", "unicode", "unstable-doc", "unstable-grouped", "unstable-replace", "wrap_help", "yaml", "yaml-rust"]
15071512

15081513
[build_dependencies.clap_derive]
@@ -1668,7 +1673,7 @@ version = "=0.1.1"
16681673

16691674
[build_dependencies.form_urlencoded]
16701675
package = "form_urlencoded"
1671-
version = "=1.0.1"
1676+
version = "=1.1.0"
16721677

16731678
[build_dependencies.futf]
16741679
package = "futf"
@@ -1816,11 +1821,15 @@ version = "=0.5.0"
18161821

18171822
[build_dependencies.iana_time_zone]
18181823
package = "iana-time-zone"
1819-
version = "=0.1.47"
1824+
version = "=0.1.48"
18201825
features = ["fallback"]
18211826

18221827
[build_dependencies.idna]
18231828
package = "idna"
1829+
version = "=0.3.0"
1830+
1831+
[build_dependencies.idna_0_2_3]
1832+
package = "idna"
18241833
version = "=0.2.3"
18251834

18261835
[build_dependencies.image]
@@ -1843,7 +1852,7 @@ version = "=2.5.0"
18431852

18441853
[build_dependencies.itertools]
18451854
package = "itertools"
1846-
version = "=0.10.3"
1855+
version = "=0.10.4"
18471856
features = ["use_alloc", "use_std"]
18481857

18491858
[build_dependencies.itoa]
@@ -2104,11 +2113,12 @@ version = "=1.0.9"
21042113

21052114
[build_dependencies.percent_encoding]
21062115
package = "percent-encoding"
2107-
version = "=2.1.0"
2116+
version = "=2.2.0"
2117+
features = ["alloc"]
21082118

21092119
[build_dependencies.pest]
21102120
package = "pest"
2111-
version = "=2.3.0"
2121+
version = "=2.3.1"
21122122
features = ["std", "thiserror"]
21132123

21142124
[build_dependencies.petgraph]
@@ -2254,7 +2264,7 @@ default-features = false
22542264

22552265
[build_dependencies.rand_core]
22562266
package = "rand_core"
2257-
version = "=0.6.3"
2267+
version = "=0.6.4"
22582268
features = ["alloc", "getrandom", "serde", "serde1", "std"]
22592269

22602270
[build_dependencies.rand_core_0_5_1]
@@ -2353,7 +2363,7 @@ version = "=0.5.0"
23532363

23542364
[build_dependencies.semver]
23552365
package = "semver"
2356-
version = "=1.0.13"
2366+
version = "=1.0.14"
23572367
features = ["std"]
23582368

23592369
[build_dependencies.semver_parser]
@@ -2492,11 +2502,11 @@ features = ["smawk", "terminal_size", "unicode-linebreak", "unicode-width"]
24922502

24932503
[build_dependencies.thiserror]
24942504
package = "thiserror"
2495-
version = "=1.0.34"
2505+
version = "=1.0.35"
24962506

24972507
[build_dependencies.thiserror_impl]
24982508
package = "thiserror-impl"
2499-
version = "=1.0.34"
2509+
version = "=1.0.35"
25002510

25012511
[build_dependencies.thread_id]
25022512
package = "thread-id"
@@ -2538,8 +2548,8 @@ version = "=0.1.0"
25382548

25392549
[build_dependencies.tokio]
25402550
package = "tokio"
2541-
version = "=1.21.0"
2542-
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "sync", "test-util", "time", "tokio-macros", "winapi"]
2551+
version = "=1.21.1"
2552+
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "winapi"]
25432553

25442554
[build_dependencies.tokio_io]
25452555
package = "tokio-io"
@@ -2560,7 +2570,7 @@ features = ["runtime"]
25602570

25612571
[build_dependencies.tokio_util]
25622572
package = "tokio-util"
2563-
version = "=0.7.3"
2573+
version = "=0.7.4"
25642574
features = ["codec", "tracing"]
25652575

25662576
[build_dependencies.toml]
@@ -2616,7 +2626,7 @@ features = ["hardcoded-data", "std"]
26162626

26172627
[build_dependencies.unicode_ident]
26182628
package = "unicode-ident"
2619-
version = "=1.0.3"
2629+
version = "=1.0.4"
26202630

26212631
[build_dependencies.unicode_linebreak]
26222632
package = "unicode-linebreak"
@@ -2629,15 +2639,15 @@ features = ["std"]
26292639

26302640
[build_dependencies.unicode_segmentation]
26312641
package = "unicode-segmentation"
2632-
version = "=1.9.0"
2642+
version = "=1.10.0"
26332643

26342644
[build_dependencies.unicode_width]
26352645
package = "unicode-width"
2636-
version = "=0.1.9"
2646+
version = "=0.1.10"
26372647

26382648
[build_dependencies.unicode_xid]
26392649
package = "unicode-xid"
2640-
version = "=0.2.3"
2650+
version = "=0.2.4"
26412651

26422652
[build_dependencies.unsafe_any]
26432653
package = "unsafe-any"
@@ -2649,7 +2659,7 @@ version = "=0.7.1"
26492659

26502660
[build_dependencies.url]
26512661
package = "url"
2652-
version = "=2.2.2"
2662+
version = "=2.3.1"
26532663

26542664
[build_dependencies.utf8]
26552665
package = "utf-8"

0 commit comments

Comments
 (0)