Skip to content

Commit 8cdf430

Browse files
authored
chore: update rust dependencies (#330)
1 parent 7f5ec00 commit 8cdf430

File tree

9 files changed

+184
-165
lines changed

9 files changed

+184
-165
lines changed

LICENSE.note

+42-42
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ License: MIT OR Unlicense
2020
-------------------------------------------------------------
2121

2222
Name: allocator-api2
23-
Version: 0.2.18
23+
Version: 0.2.21
2424
Repository: https://github.com/zakarumych/allocator-api2
2525
Authors: Zakarum
2626
License: Apache-2.0 OR MIT
@@ -44,39 +44,39 @@ License: Apache-2.0 OR MIT
4444
-------------------------------------------------------------
4545

4646
Name: anstream
47-
Version: 0.6.15
47+
Version: 0.6.18
4848
Repository: https://github.com/rust-cli/anstyle.git
4949
Authors: anstream authors
5050
License: Apache-2.0 OR MIT
5151

5252
-------------------------------------------------------------
5353

5454
Name: anstyle
55-
Version: 1.0.8
55+
Version: 1.0.10
5656
Repository: https://github.com/rust-cli/anstyle.git
5757
Authors: anstyle authors
5858
License: Apache-2.0 OR MIT
5959

6060
-------------------------------------------------------------
6161

6262
Name: anstyle-parse
63-
Version: 0.2.5
63+
Version: 0.2.6
6464
Repository: https://github.com/rust-cli/anstyle.git
6565
Authors: anstyle-parse authors
6666
License: Apache-2.0 OR MIT
6767

6868
-------------------------------------------------------------
6969

7070
Name: anstyle-query
71-
Version: 1.1.1
72-
Repository: https://github.com/rust-cli/anstyle
71+
Version: 1.1.2
72+
Repository: https://github.com/rust-cli/anstyle.git
7373
Authors: anstyle-query authors
7474
License: Apache-2.0 OR MIT
7575

7676
-------------------------------------------------------------
7777

7878
Name: anstyle-wincon
79-
Version: 3.0.4
79+
Version: 3.0.7
8080
Repository: https://github.com/rust-cli/anstyle.git
8181
Authors: anstyle-wincon authors
8282
License: Apache-2.0 OR MIT
@@ -92,7 +92,7 @@ License: MIT
9292
-------------------------------------------------------------
9393

9494
Name: autocfg
95-
Version: 1.3.0
95+
Version: 1.4.0
9696
Repository: https://github.com/cuviper/autocfg
9797
Authors: Josh Stone
9898
License: Apache-2.0 OR MIT
@@ -108,7 +108,7 @@ License: Apache-2.0 OR MIT
108108
-------------------------------------------------------------
109109

110110
Name: cc
111-
Version: 1.1.21
111+
Version: 1.2.10
112112
Repository: https://github.com/rust-lang/cc-rs
113113
Authors: Alex Crichton
114114
License: Apache-2.0 OR MIT
@@ -124,7 +124,7 @@ License: Apache-2.0 OR MIT
124124
-------------------------------------------------------------
125125

126126
Name: chrono
127-
Version: 0.4.38
127+
Version: 0.4.39
128128
Repository: https://github.com/chronotope/chrono
129129
Authors: chrono authors
130130
License: Apache-2.0 OR MIT
@@ -140,8 +140,8 @@ License: MIT
140140
-------------------------------------------------------------
141141

142142
Name: colorchoice
143-
Version: 1.0.2
144-
Repository: https://github.com/rust-cli/anstyle
143+
Version: 1.0.3
144+
Repository: https://github.com/rust-cli/anstyle.git
145145
Authors: colorchoice authors
146146
License: Apache-2.0 OR MIT
147147

@@ -156,7 +156,7 @@ License: Apache-2.0 OR MIT
156156
-------------------------------------------------------------
157157

158158
Name: csv
159-
Version: 1.3.0
159+
Version: 1.3.1
160160
Repository: https://github.com/BurntSushi/rust-csv
161161
Authors: Andrew Gallant
162162
License: MIT OR Unlicense
@@ -260,31 +260,31 @@ License: Apache-2.0 OR MIT
260260
-------------------------------------------------------------
261261

262262
Name: itoa
263-
Version: 1.0.11
263+
Version: 1.0.14
264264
Repository: https://github.com/dtolnay/itoa
265265
Authors: David Tolnay
266266
License: Apache-2.0 OR MIT
267267

268268
-------------------------------------------------------------
269269

270270
Name: js-sys
271-
Version: 0.3.70
271+
Version: 0.3.77
272272
Repository: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys
273273
Authors: The wasm-bindgen Developers
274274
License: Apache-2.0 OR MIT
275275

276276
-------------------------------------------------------------
277277

278278
Name: libc
279-
Version: 0.2.158
279+
Version: 0.2.169
280280
Repository: https://github.com/rust-lang/libc
281281
Authors: The Rust Project Developers
282282
License: Apache-2.0 OR MIT
283283

284284
-------------------------------------------------------------
285285

286286
Name: log
287-
Version: 0.4.22
287+
Version: 0.4.25
288288
Repository: https://github.com/rust-lang/log
289289
Authors: The Rust Project Developers
290290
License: Apache-2.0 OR MIT
@@ -324,15 +324,15 @@ License: Apache-2.0 OR MIT
324324
-------------------------------------------------------------
325325

326326
Name: once_cell
327-
Version: 1.19.0
327+
Version: 1.20.2
328328
Repository: https://github.com/matklad/once_cell
329329
Authors: Aleksey Kladov
330330
License: Apache-2.0 OR MIT
331331

332332
-------------------------------------------------------------
333333

334334
Name: proc-macro2
335-
Version: 1.0.86
335+
Version: 1.0.93
336336
Repository: https://github.com/dtolnay/proc-macro2
337337
Authors: David Tolnay, Alex Crichton
338338
License: Apache-2.0 OR MIT
@@ -356,15 +356,15 @@ License: Apache-2.0
356356
-------------------------------------------------------------
357357

358358
Name: psm
359-
Version: 0.1.23
359+
Version: 0.1.24
360360
Repository: https://github.com/rust-lang/stacker/
361361
Authors: Simonas Kazlauskas
362362
License: Apache-2.0 OR MIT
363363

364364
-------------------------------------------------------------
365365

366366
Name: quote
367-
Version: 1.0.37
367+
Version: 1.0.38
368368
Repository: https://github.com/dtolnay/quote
369369
Authors: David Tolnay
370370
License: Apache-2.0 OR MIT
@@ -388,31 +388,31 @@ License: Apache-2.0 OR MIT
388388
-------------------------------------------------------------
389389

390390
Name: regex
391-
Version: 1.10.6
391+
Version: 1.11.1
392392
Repository: https://github.com/rust-lang/regex
393393
Authors: The Rust Project Developers, Andrew Gallant
394394
License: Apache-2.0 OR MIT
395395

396396
-------------------------------------------------------------
397397

398398
Name: regex-automata
399-
Version: 0.4.7
399+
Version: 0.4.9
400400
Repository: https://github.com/rust-lang/regex/tree/master/regex-automata
401401
Authors: The Rust Project Developers, Andrew Gallant
402402
License: Apache-2.0 OR MIT
403403

404404
-------------------------------------------------------------
405405

406406
Name: regex-syntax
407-
Version: 0.8.4
407+
Version: 0.8.5
408408
Repository: https://github.com/rust-lang/regex/tree/master/regex-syntax
409409
Authors: The Rust Project Developers, Andrew Gallant
410410
License: Apache-2.0 OR MIT
411411

412412
-------------------------------------------------------------
413413

414414
Name: rustversion
415-
Version: 1.0.17
415+
Version: 1.0.19
416416
Repository: https://github.com/dtolnay/rustversion
417417
Authors: David Tolnay
418418
License: Apache-2.0 OR MIT
@@ -428,31 +428,31 @@ License: Apache-2.0 OR BSL-1.0
428428
-------------------------------------------------------------
429429

430430
Name: savvy
431-
Version: 0.6.8
431+
Version: 0.8.3
432432
Repository: https://github.com/yutannihilation/savvy/
433433
Authors: Hiroaki Yutani
434434
License: MIT
435435

436436
-------------------------------------------------------------
437437

438438
Name: savvy-bindgen
439-
Version: 0.6.8
439+
Version: 0.8.3
440440
Repository: https://github.com/yutannihilation/savvy/
441441
Authors: Hiroaki Yutani
442442
License: MIT
443443

444444
-------------------------------------------------------------
445445

446446
Name: savvy-ffi
447-
Version: 0.6.8
447+
Version: 0.8.3
448448
Repository: https://github.com/yutannihilation/savvy/
449449
Authors: Hiroaki Yutani
450450
License: MIT
451451

452452
-------------------------------------------------------------
453453

454454
Name: savvy-macro
455-
Version: 0.6.8
455+
Version: 0.8.3
456456
Repository: https://github.com/yutannihilation/savvy/
457457
Authors: Hiroaki Yutani
458458
License: MIT
@@ -476,23 +476,23 @@ License: MIT
476476
-------------------------------------------------------------
477477

478478
Name: semver
479-
Version: 1.0.23
479+
Version: 1.0.24
480480
Repository: https://github.com/dtolnay/semver
481481
Authors: David Tolnay
482482
License: Apache-2.0 OR MIT
483483

484484
-------------------------------------------------------------
485485

486486
Name: serde
487-
Version: 1.0.210
487+
Version: 1.0.217
488488
Repository: https://github.com/serde-rs/serde
489489
Authors: Erick Tryzelaar, David Tolnay
490490
License: Apache-2.0 OR MIT
491491

492492
-------------------------------------------------------------
493493

494494
Name: serde_derive
495-
Version: 1.0.210
495+
Version: 1.0.217
496496
Repository: https://github.com/serde-rs/serde
497497
Authors: Erick Tryzelaar, David Tolnay
498498
License: Apache-2.0 OR MIT
@@ -508,7 +508,7 @@ License: Apache-2.0 OR MIT
508508
-------------------------------------------------------------
509509

510510
Name: serde_json
511-
Version: 1.0.128
511+
Version: 1.0.136
512512
Repository: https://github.com/serde-rs/json
513513
Authors: Erick Tryzelaar, David Tolnay
514514
License: Apache-2.0 OR MIT
@@ -564,23 +564,23 @@ License: MIT
564564
-------------------------------------------------------------
565565

566566
Name: syn
567-
Version: 2.0.77
567+
Version: 2.0.96
568568
Repository: https://github.com/dtolnay/syn
569569
Authors: David Tolnay
570570
License: Apache-2.0 OR MIT
571571

572572
-------------------------------------------------------------
573573

574574
Name: unicode-ident
575-
Version: 1.0.13
575+
Version: 1.0.14
576576
Repository: https://github.com/dtolnay/unicode-ident
577577
Authors: David Tolnay
578-
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
578+
License: (MIT OR Apache-2.0) AND Unicode-3.0
579579

580580
-------------------------------------------------------------
581581

582582
Name: unicode-width
583-
Version: 0.1.13
583+
Version: 0.1.14
584584
Repository: https://github.com/unicode-rs/unicode-width
585585
Authors: kwantam, Manish Goregaokar
586586
License: Apache-2.0 OR MIT
@@ -612,39 +612,39 @@ License: Apache-2.0 OR MIT
612612
-------------------------------------------------------------
613613

614614
Name: wasm-bindgen
615-
Version: 0.2.93
615+
Version: 0.2.100
616616
Repository: https://github.com/rustwasm/wasm-bindgen
617617
Authors: The wasm-bindgen Developers
618618
License: Apache-2.0 OR MIT
619619

620620
-------------------------------------------------------------
621621

622622
Name: wasm-bindgen-backend
623-
Version: 0.2.93
623+
Version: 0.2.100
624624
Repository: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend
625625
Authors: The wasm-bindgen Developers
626626
License: Apache-2.0 OR MIT
627627

628628
-------------------------------------------------------------
629629

630630
Name: wasm-bindgen-macro
631-
Version: 0.2.93
631+
Version: 0.2.100
632632
Repository: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro
633633
Authors: The wasm-bindgen Developers
634634
License: Apache-2.0 OR MIT
635635

636636
-------------------------------------------------------------
637637

638638
Name: wasm-bindgen-macro-support
639-
Version: 0.2.93
639+
Version: 0.2.100
640640
Repository: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support
641641
Authors: The wasm-bindgen Developers
642642
License: Apache-2.0 OR MIT
643643

644644
-------------------------------------------------------------
645645

646646
Name: wasm-bindgen-shared
647-
Version: 0.2.93
647+
Version: 0.2.100
648648
Repository: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared
649649
Authors: The wasm-bindgen Developers
650650
License: Apache-2.0 OR MIT

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
S3method("$<-",savvy_prqlr__sealed)
4+
S3method("[[<-",savvy_prqlr__sealed)
35
export(prql_compile)
46
export(prql_get_targets)
57
export(prql_version)

0 commit comments

Comments
 (0)