Skip to content

Commit a7cbd64

Browse files
chore: bump prqlc from 0.13.4 to 0.13.5 in /src/rust (#372)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: eitsupi <50911393+eitsupi@users.noreply.github.com>
1 parent b8e8d55 commit a7cbd64

File tree

11 files changed

+255
-232
lines changed

11 files changed

+255
-232
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ License: MIT + file LICENSE
3131
Language: en-US
3232
Encoding: UTF-8
3333
Roxygen: list(markdown = TRUE)
34-
RoxygenNote: 7.3.2
34+
RoxygenNote: 7.3.3
3535
SystemRequirements: Cargo (Rust's package manager), rustc
3636
VignetteBuilder: knitr
3737
Config/testthat/edition: 3
@@ -49,4 +49,4 @@ Config/Needs/dev:
4949
rhub
5050
Config/Needs/website:
5151
pkgdown
52-
Config/prqlr/LibVersion: 0.13.2
52+
Config/prqlr/LibVersion: 0.13.3

LICENSE.note

Lines changed: 83 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
The following Rust crates are used or included in this package:
22

33

4-
-------------------------------------------------------------
5-
6-
Name: ahash
7-
Version: 0.8.11
8-
Repository: https://github.com/tkaitchuck/ahash
9-
Authors: Tom Kaitchuck
10-
License: Apache-2.0 OR MIT
11-
124
-------------------------------------------------------------
135

146
Name: aho-corasick
@@ -44,7 +36,7 @@ License: Apache-2.0 OR MIT
4436
-------------------------------------------------------------
4537

4638
Name: anstream
47-
Version: 0.6.18
39+
Version: 0.6.21
4840
Repository: https://github.com/rust-cli/anstyle.git
4941
Authors: anstream authors
5042
License: Apache-2.0 OR MIT
@@ -92,7 +84,7 @@ License: Apache-2.0 OR MIT
9284
-------------------------------------------------------------
9385

9486
Name: ariadne
95-
Version: 0.5.0
87+
Version: 0.5.1
9688
Repository: https://github.com/zesterer/ariadne
9789
Authors: Joshua Barretto
9890
License: MIT
@@ -116,7 +108,7 @@ License: Apache-2.0 OR MIT
116108
-------------------------------------------------------------
117109

118110
Name: cc
119-
Version: 1.2.17
111+
Version: 1.2.41
120112
Repository: https://github.com/rust-lang/cc-rs
121113
Authors: Alex Crichton
122114
License: Apache-2.0 OR MIT
@@ -140,9 +132,9 @@ License: Apache-2.0 OR MIT
140132
-------------------------------------------------------------
141133

142134
Name: chumsky
143-
Version: 0.9.3
135+
Version: 0.11.1
144136
Repository: https://github.com/zesterer/chumsky
145-
Authors: Joshua Barretto
137+
Authors: Joshua Barretto, Elijah Hartvigsen
146138
License: MIT
147139

148140
-------------------------------------------------------------
@@ -259,6 +251,22 @@ License: Apache-2.0 OR MIT
259251

260252
-------------------------------------------------------------
261253

254+
Name: equivalent
255+
Version: 1.0.2
256+
Repository: https://github.com/indexmap-rs/equivalent
257+
Authors: equivalent authors
258+
License: Apache-2.0 OR MIT
259+
260+
-------------------------------------------------------------
261+
262+
Name: find-msvc-tools
263+
Version: 0.1.4
264+
Repository: https://github.com/rust-lang/cc-rs
265+
Authors: find-msvc-tools authors
266+
License: Apache-2.0 OR MIT
267+
268+
-------------------------------------------------------------
269+
262270
Name: fnv
263271
Version: 1.0.7
264272
Repository: https://github.com/servo/rust-fnv
@@ -267,6 +275,14 @@ License: Apache-2.0 OR MIT
267275

268276
-------------------------------------------------------------
269277

278+
Name: foldhash
279+
Version: 0.1.5
280+
Repository: https://github.com/orlp/foldhash
281+
Authors: Orson Peters
282+
License: Zlib
283+
284+
-------------------------------------------------------------
285+
270286
Name: getset
271287
Version: 0.1.5
272288
Repository: https://github.com/jbaublitz/getset
@@ -276,7 +292,7 @@ License: MIT
276292
-------------------------------------------------------------
277293

278294
Name: hashbrown
279-
Version: 0.14.5
295+
Version: 0.15.5
280296
Repository: https://github.com/rust-lang/hashbrown
281297
Authors: Amanieu d'Antras
282298
License: Apache-2.0 OR MIT
@@ -324,7 +340,7 @@ License: Apache-2.0 OR MIT
324340
-------------------------------------------------------------
325341

326342
Name: itertools
327-
Version: 0.13.0
343+
Version: 0.14.0
328344
Repository: https://github.com/rust-itertools/itertools
329345
Authors: bluss
330346
License: Apache-2.0 OR MIT
@@ -356,7 +372,7 @@ License: Apache-2.0 OR MIT
356372
-------------------------------------------------------------
357373

358374
Name: log
359-
Version: 0.4.27
375+
Version: 0.4.28
360376
Repository: https://github.com/rust-lang/log
361377
Authors: The Rust Project Developers
362378
License: Apache-2.0 OR MIT
@@ -436,15 +452,15 @@ License: Apache-2.0 OR MIT
436452
-------------------------------------------------------------
437453

438454
Name: prqlc
439-
Version: 0.13.4
455+
Version: 0.13.5
440456
Repository: https://github.com/PRQL/prql
441457
Authors: prqlc authors
442458
License: Apache-2.0
443459

444460
-------------------------------------------------------------
445461

446462
Name: prqlc-parser
447-
Version: 0.13.4
463+
Version: 0.13.5
448464
Repository: https://github.com/PRQL/prql
449465
Authors: prqlc-parser authors
450466
License: Apache-2.0
@@ -484,21 +500,37 @@ License: Apache-2.0 OR MIT
484500
-------------------------------------------------------------
485501

486502
Name: regex
487-
Version: 1.11.1
503+
Version: 1.12.1
488504
Repository: https://github.com/rust-lang/regex
489505
Authors: The Rust Project Developers, Andrew Gallant
490506
License: Apache-2.0 OR MIT
491507

492508
-------------------------------------------------------------
493509

494510
Name: regex-automata
495-
Version: 0.4.9
511+
Version: 0.3.9
496512
Repository: https://github.com/rust-lang/regex/tree/master/regex-automata
497513
Authors: The Rust Project Developers, Andrew Gallant
498514
License: Apache-2.0 OR MIT
499515

500516
-------------------------------------------------------------
501517

518+
Name: regex-automata
519+
Version: 0.4.12
520+
Repository: https://github.com/rust-lang/regex
521+
Authors: The Rust Project Developers, Andrew Gallant
522+
License: Apache-2.0 OR MIT
523+
524+
-------------------------------------------------------------
525+
526+
Name: regex-syntax
527+
Version: 0.7.5
528+
Repository: https://github.com/rust-lang/regex/tree/master/regex-syntax
529+
Authors: The Rust Project Developers, Andrew Gallant
530+
License: Apache-2.0 OR MIT
531+
532+
-------------------------------------------------------------
533+
502534
Name: regex-syntax
503535
Version: 0.8.5
504536
Repository: https://github.com/rust-lang/regex/tree/master/regex-syntax
@@ -524,71 +556,79 @@ License: Apache-2.0 OR BSL-1.0
524556
-------------------------------------------------------------
525557

526558
Name: savvy
527-
Version: 0.8.8
559+
Version: 0.8.13
528560
Repository: https://github.com/yutannihilation/savvy/
529561
Authors: Hiroaki Yutani
530562
License: MIT
531563

532564
-------------------------------------------------------------
533565

534566
Name: savvy-bindgen
535-
Version: 0.8.8
567+
Version: 0.8.13
536568
Repository: https://github.com/yutannihilation/savvy/
537569
Authors: Hiroaki Yutani
538570
License: MIT
539571

540572
-------------------------------------------------------------
541573

542574
Name: savvy-ffi
543-
Version: 0.8.8
575+
Version: 0.8.13
544576
Repository: https://github.com/yutannihilation/savvy/
545577
Authors: Hiroaki Yutani
546578
License: MIT
547579

548580
-------------------------------------------------------------
549581

550582
Name: savvy-macro
551-
Version: 0.8.8
583+
Version: 0.8.13
552584
Repository: https://github.com/yutannihilation/savvy/
553585
Authors: Hiroaki Yutani
554586
License: MIT
555587

556588
-------------------------------------------------------------
557589

558590
Name: schemars
559-
Version: 1.0.0-alpha.17
591+
Version: 1.0.4
560592
Repository: https://github.com/GREsau/schemars
561593
Authors: Graham Esau
562594
License: MIT
563595

564596
-------------------------------------------------------------
565597

566598
Name: schemars_derive
567-
Version: 1.0.0-alpha.17
599+
Version: 1.0.4
568600
Repository: https://github.com/GREsau/schemars
569601
Authors: Graham Esau
570602
License: MIT
571603

572604
-------------------------------------------------------------
573605

574606
Name: semver
575-
Version: 1.0.26
607+
Version: 1.0.27
576608
Repository: https://github.com/dtolnay/semver
577609
Authors: David Tolnay
578610
License: Apache-2.0 OR MIT
579611

580612
-------------------------------------------------------------
581613

582614
Name: serde
583-
Version: 1.0.219
615+
Version: 1.0.228
616+
Repository: https://github.com/serde-rs/serde
617+
Authors: Erick Tryzelaar, David Tolnay
618+
License: Apache-2.0 OR MIT
619+
620+
-------------------------------------------------------------
621+
622+
Name: serde_core
623+
Version: 1.0.228
584624
Repository: https://github.com/serde-rs/serde
585625
Authors: Erick Tryzelaar, David Tolnay
586626
License: Apache-2.0 OR MIT
587627

588628
-------------------------------------------------------------
589629

590630
Name: serde_derive
591-
Version: 1.0.219
631+
Version: 1.0.228
592632
Repository: https://github.com/serde-rs/serde
593633
Authors: Erick Tryzelaar, David Tolnay
594634
License: Apache-2.0 OR MIT
@@ -604,7 +644,7 @@ License: Apache-2.0 OR MIT
604644
-------------------------------------------------------------
605645

606646
Name: serde_json
607-
Version: 1.0.140
647+
Version: 1.0.145
608648
Repository: https://github.com/serde-rs/json
609649
Authors: Erick Tryzelaar, David Tolnay
610650
License: Apache-2.0 OR MIT
@@ -628,15 +668,15 @@ License: Apache-2.0 OR MIT
628668
-------------------------------------------------------------
629669

630670
Name: sqlparser
631-
Version: 0.53.0
671+
Version: 0.59.0
632672
Repository: https://github.com/apache/datafusion-sqlparser-rs
633673
Authors: Apache DataFusion
634674
License: Apache-2.0
635675

636676
-------------------------------------------------------------
637677

638678
Name: stacker
639-
Version: 0.1.20
679+
Version: 0.1.22
640680
Repository: https://github.com/rust-lang/stacker
641681
Authors: Alex Crichton, Simonas Kazlauskas
642682
License: Apache-2.0 OR MIT
@@ -652,15 +692,15 @@ License: MIT
652692
-------------------------------------------------------------
653693

654694
Name: strum
655-
Version: 0.27.1
695+
Version: 0.27.2
656696
Repository: https://github.com/Peternator7/strum
657697
Authors: Peter Glotfelty
658698
License: MIT
659699

660700
-------------------------------------------------------------
661701

662702
Name: strum_macros
663-
Version: 0.27.1
703+
Version: 0.27.2
664704
Repository: https://github.com/Peternator7/strum
665705
Authors: Peter Glotfelty
666706
License: MIT
@@ -703,7 +743,15 @@ Name: unicode-ident
703743
Version: 1.0.18
704744
Repository: https://github.com/dtolnay/unicode-ident
705745
Authors: David Tolnay
706-
License: (MIT OR Apache-2.0) AND Unicode-3.0
746+
License: (Apache-2.0 OR MIT) AND Unicode-3.0
747+
748+
-------------------------------------------------------------
749+
750+
Name: unicode-segmentation
751+
Version: 1.12.0
752+
Repository: https://github.com/unicode-rs/unicode-segmentation
753+
Authors: kwantam, Manish Goregaokar
754+
License: Apache-2.0 OR MIT
707755

708756
-------------------------------------------------------------
709757

@@ -755,14 +803,6 @@ License: Apache-2.0 OR MIT
755803

756804
-------------------------------------------------------------
757805

758-
Name: version_check
759-
Version: 0.9.5
760-
Repository: https://github.com/SergioBenitez/version_check
761-
Authors: Sergio Benitez
762-
License: Apache-2.0 OR MIT
763-
764-
-------------------------------------------------------------
765-
766806
Name: wasm-bindgen
767807
Version: 0.2.100
768808
Repository: https://github.com/rustwasm/wasm-bindgen
@@ -914,19 +954,3 @@ Authors: Sergio Benitez
914954
License: Apache-2.0 OR MIT
915955

916956
-------------------------------------------------------------
917-
918-
Name: zerocopy
919-
Version: 0.7.35
920-
Repository: https://github.com/google/zerocopy
921-
Authors: Joshua Liebow-Feeser
922-
License: Apache-2.0 OR BSD-2-Clause OR MIT
923-
924-
-------------------------------------------------------------
925-
926-
Name: zerocopy-derive
927-
Version: 0.7.35
928-
Repository: https://github.com/google/zerocopy
929-
Authors: Joshua Liebow-Feeser
930-
License: Apache-2.0 OR BSD-2-Clause OR MIT
931-
932-
-------------------------------------------------------------

R/compile.R

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@
3838
#' cat()
3939
#' @export
4040
prql_compile <- function(
41-
prql_query,
42-
target = getOption("prqlr.target", default = NULL),
43-
...,
44-
format = getOption("prqlr.format", default = TRUE),
45-
signature_comment = getOption("prqlr.signature_comment", default = TRUE),
46-
display = getOption("prqlr.display", default = "plain")) {
41+
prql_query,
42+
target = getOption("prqlr.target", default = NULL),
43+
...,
44+
format = getOption("prqlr.format", default = TRUE),
45+
signature_comment = getOption("prqlr.signature_comment", default = TRUE),
46+
display = getOption("prqlr.display", default = "plain")
47+
) {
4748
compile(
4849
prql_query,
4950
target = target %||% "sql.any",

0 commit comments

Comments
 (0)