Skip to content

Commit b0fba6c

Browse files
authored
feat: bump prqlc to 0.13.3 (#336)
1 parent 19374b7 commit b0fba6c

File tree

9 files changed

+433
-84
lines changed

9 files changed

+433
-84
lines changed

LICENSE.note

Lines changed: 174 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ License: Apache-2.0 OR MIT
8383

8484
-------------------------------------------------------------
8585

86+
Name: anyhow
87+
Version: 1.0.95
88+
Repository: https://github.com/dtolnay/anyhow
89+
Authors: David Tolnay
90+
License: Apache-2.0 OR MIT
91+
92+
-------------------------------------------------------------
93+
8694
Name: ariadne
8795
Version: 0.4.1
8896
Repository: https://github.com/zesterer/ariadne
@@ -171,6 +179,62 @@ License: MIT OR Unlicense
171179

172180
-------------------------------------------------------------
173181

182+
Name: darling
183+
Version: 0.20.10
184+
Repository: https://github.com/TedDriggs/darling
185+
Authors: Ted Driggs
186+
License: MIT
187+
188+
-------------------------------------------------------------
189+
190+
Name: darling_core
191+
Version: 0.20.10
192+
Repository: https://github.com/TedDriggs/darling
193+
Authors: Ted Driggs
194+
License: MIT
195+
196+
-------------------------------------------------------------
197+
198+
Name: darling_macro
199+
Version: 0.20.10
200+
Repository: https://github.com/TedDriggs/darling
201+
Authors: Ted Driggs
202+
License: MIT
203+
204+
-------------------------------------------------------------
205+
206+
Name: deranged
207+
Version: 0.3.11
208+
Repository: https://github.com/jhpratt/deranged
209+
Authors: Jacob Pratt
210+
License: Apache-2.0 OR MIT
211+
212+
-------------------------------------------------------------
213+
214+
Name: derive_builder
215+
Version: 0.20.2
216+
Repository: https://github.com/colin-kiegel/rust-derive-builder
217+
Authors: Colin Kiegel, Pascal Hertleif, Jan-Erik Rediger, Ted Driggs
218+
License: Apache-2.0 OR MIT
219+
220+
-------------------------------------------------------------
221+
222+
Name: derive_builder_core
223+
Version: 0.20.2
224+
Repository: https://github.com/colin-kiegel/rust-derive-builder
225+
Authors: Colin Kiegel, Pascal Hertleif, Jan-Erik Rediger, Ted Driggs
226+
License: Apache-2.0 OR MIT
227+
228+
-------------------------------------------------------------
229+
230+
Name: derive_builder_macro
231+
Version: 0.20.2
232+
Repository: https://github.com/colin-kiegel/rust-derive-builder
233+
Authors: Colin Kiegel, Pascal Hertleif, Jan-Erik Rediger, Ted Driggs
234+
License: Apache-2.0 OR MIT
235+
236+
-------------------------------------------------------------
237+
174238
Name: dyn-clone
175239
Version: 1.0.17
176240
Repository: https://github.com/dtolnay/dyn-clone
@@ -195,6 +259,14 @@ License: Apache-2.0 OR MIT
195259

196260
-------------------------------------------------------------
197261

262+
Name: fnv
263+
Version: 1.0.7
264+
Repository: https://github.com/servo/rust-fnv
265+
Authors: Alex Crichton
266+
License: Apache-2.0 OR MIT
267+
268+
-------------------------------------------------------------
269+
198270
Name: hashbrown
199271
Version: 0.14.5
200272
Repository: https://github.com/rust-lang/hashbrown
@@ -235,6 +307,14 @@ License: Apache-2.0 OR MIT
235307

236308
-------------------------------------------------------------
237309

310+
Name: ident_case
311+
Version: 1.0.1
312+
Repository: https://github.com/TedDriggs/ident_case
313+
Authors: Ted Driggs
314+
License: Apache-2.0 OR MIT
315+
316+
-------------------------------------------------------------
317+
238318
Name: is-terminal
239319
Version: 0.4.13
240320
Repository: https://github.com/sunfishcode/is-terminal
@@ -299,22 +379,14 @@ License: MIT OR Unlicense
299379

300380
-------------------------------------------------------------
301381

302-
Name: minimal-lexical
303-
Version: 0.2.1
304-
Repository: https://github.com/Alexhuszagh/minimal-lexical
305-
Authors: Alex Huszagh
382+
Name: num-conv
383+
Version: 0.1.0
384+
Repository: https://github.com/jhpratt/num-conv
385+
Authors: Jacob Pratt
306386
License: Apache-2.0 OR MIT
307387

308388
-------------------------------------------------------------
309389

310-
Name: nom
311-
Version: 7.1.3
312-
Repository: https://github.com/Geal/nom
313-
314-
License: MIT
315-
316-
-------------------------------------------------------------
317-
318390
Name: num-traits
319391
Version: 0.2.19
320392
Repository: https://github.com/rust-num/num-traits
@@ -323,6 +395,14 @@ License: Apache-2.0 OR MIT
323395

324396
-------------------------------------------------------------
325397

398+
Name: num_threads
399+
Version: 0.1.7
400+
Repository: https://github.com/jhpratt/num_threads
401+
Authors: Jacob Pratt
402+
License: Apache-2.0 OR MIT
403+
404+
-------------------------------------------------------------
405+
326406
Name: once_cell
327407
Version: 1.20.2
328408
Repository: https://github.com/matklad/once_cell
@@ -331,6 +411,14 @@ License: Apache-2.0 OR MIT
331411

332412
-------------------------------------------------------------
333413

414+
Name: powerfmt
415+
Version: 0.2.0
416+
Repository: https://github.com/jhpratt/powerfmt
417+
Authors: Jacob Pratt
418+
License: Apache-2.0 OR MIT
419+
420+
-------------------------------------------------------------
421+
334422
Name: proc-macro2
335423
Version: 1.0.93
336424
Repository: https://github.com/dtolnay/proc-macro2
@@ -340,15 +428,15 @@ License: Apache-2.0 OR MIT
340428
-------------------------------------------------------------
341429

342430
Name: prqlc
343-
Version: 0.13.0
431+
Version: 0.13.3
344432
Repository: https://github.com/PRQL/prql
345433
Authors: prqlc authors
346434
License: Apache-2.0
347435

348436
-------------------------------------------------------------
349437

350438
Name: prqlc-parser
351-
Version: 0.13.0
439+
Version: 0.13.3
352440
Repository: https://github.com/PRQL/prql
353441
Authors: prqlc-parser authors
354442
License: Apache-2.0
@@ -460,23 +548,23 @@ License: MIT
460548
-------------------------------------------------------------
461549

462550
Name: schemars
463-
Version: 1.0.0-alpha.15
551+
Version: 1.0.0-alpha.17
464552
Repository: https://github.com/GREsau/schemars
465553
Authors: Graham Esau
466554
License: MIT
467555

468556
-------------------------------------------------------------
469557

470558
Name: schemars_derive
471-
Version: 1.0.0-alpha.15
559+
Version: 1.0.0-alpha.17
472560
Repository: https://github.com/GREsau/schemars
473561
Authors: Graham Esau
474562
License: MIT
475563

476564
-------------------------------------------------------------
477565

478566
Name: semver
479-
Version: 1.0.24
567+
Version: 1.0.25
480568
Repository: https://github.com/dtolnay/semver
481569
Authors: David Tolnay
482570
License: Apache-2.0 OR MIT
@@ -508,7 +596,7 @@ License: Apache-2.0 OR MIT
508596
-------------------------------------------------------------
509597

510598
Name: serde_json
511-
Version: 1.0.136
599+
Version: 1.0.137
512600
Repository: https://github.com/serde-rs/json
513601
Authors: Erick Tryzelaar, David Tolnay
514602
License: Apache-2.0 OR MIT
@@ -524,17 +612,17 @@ License: Apache-2.0 OR MIT
524612
-------------------------------------------------------------
525613

526614
Name: sqlformat
527-
Version: 0.2.6
615+
Version: 0.3.5
528616
Repository: https://github.com/shssoichiro/sqlformat-rs
529617
Authors: Josh Holmer
530618
License: Apache-2.0 OR MIT
531619

532620
-------------------------------------------------------------
533621

534622
Name: sqlparser
535-
Version: 0.48.0
536-
Repository: https://github.com/sqlparser-rs/sqlparser-rs
537-
Authors: Andy Grove
623+
Version: 0.52.0
624+
Repository: https://github.com/apache/datafusion-sqlparser-rs
625+
Authors: Apache DataFusion
538626
License: Apache-2.0
539627

540628
-------------------------------------------------------------
@@ -547,6 +635,14 @@ License: Apache-2.0 OR MIT
547635

548636
-------------------------------------------------------------
549637

638+
Name: strsim
639+
Version: 0.11.1
640+
Repository: https://github.com/rapidfuzz/strsim-rs
641+
Authors: Danny Guo, maxbachmann
642+
License: MIT
643+
644+
-------------------------------------------------------------
645+
550646
Name: strum
551647
Version: 0.26.3
552648
Repository: https://github.com/Peternator7/strum
@@ -571,6 +667,30 @@ License: Apache-2.0 OR MIT
571667

572668
-------------------------------------------------------------
573669

670+
Name: time
671+
Version: 0.3.37
672+
Repository: https://github.com/time-rs/time
673+
Authors: Jacob Pratt, Time contributors
674+
License: Apache-2.0 OR MIT
675+
676+
-------------------------------------------------------------
677+
678+
Name: time-core
679+
Version: 0.1.2
680+
Repository: https://github.com/time-rs/time
681+
Authors: Jacob Pratt, Time contributors
682+
License: Apache-2.0 OR MIT
683+
684+
-------------------------------------------------------------
685+
686+
Name: time-macros
687+
Version: 0.2.19
688+
Repository: https://github.com/time-rs/time
689+
Authors: Jacob Pratt, Time contributors
690+
License: Apache-2.0 OR MIT
691+
692+
-------------------------------------------------------------
693+
574694
Name: unicode-ident
575695
Version: 1.0.14
576696
Repository: https://github.com/dtolnay/unicode-ident
@@ -603,6 +723,30 @@ License: Apache-2.0 OR MIT
603723

604724
-------------------------------------------------------------
605725

726+
Name: vergen
727+
Version: 9.0.4
728+
Repository: https://github.com/rustyhorde/vergen
729+
Authors: Jason Ozias
730+
License: Apache-2.0 OR MIT
731+
732+
-------------------------------------------------------------
733+
734+
Name: vergen-gitcl
735+
Version: 1.0.5
736+
Repository: https://github.com/rustyhorde/vergen
737+
Authors: Jason Ozias
738+
License: Apache-2.0 OR MIT
739+
740+
-------------------------------------------------------------
741+
742+
Name: vergen-lib
743+
Version: 0.1.6
744+
Repository: https://github.com/rustyhorde/vergen
745+
Authors: Jason Ozias
746+
License: Apache-2.0 OR MIT
747+
748+
-------------------------------------------------------------
749+
606750
Name: version_check
607751
Version: 0.9.5
608752
Repository: https://github.com/SergioBenitez/version_check
@@ -747,6 +891,14 @@ License: Apache-2.0 OR MIT
747891

748892
-------------------------------------------------------------
749893

894+
Name: winnow
895+
Version: 0.6.25
896+
Repository: https://github.com/winnow-rs/winnow
897+
Authors: winnow authors
898+
License: MIT
899+
900+
-------------------------------------------------------------
901+
750902
Name: yansi
751903
Version: 1.0.1
752904
Repository: https://github.com/SergioBenitez/yansi

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ status](https://www.r-pkg.org/badges/version/prqlr)](https://CRAN.R-project.org/
1414
R bindings for [the `prqlc` Rust library](https://github.com/prql/prql),
1515
powered by [`savvy`](https://github.com/yutannihilation/savvy).
1616

17-
This version supports PRQL 0.13.0.
17+
This version supports PRQL 0.13.3.
1818

1919
## Installation
2020

@@ -43,8 +43,8 @@ Sys.setenv(NOT_CRAN = "true")
4343
install.packages("prqlr")
4444
```
4545

46-
Or, the Rust toolchain (Rust 1.69 or later) must be configured to build
47-
the Rust library.
46+
Or, the Rust toolchain (Rust 1.70.0 or later) must be configured to
47+
build the Rust library.
4848

4949
Please check the <https://github.com/r-rust/hellorust> repository for
5050
about Rust code in R packages.
@@ -65,7 +65,7 @@ library(prqlr)
6565
#> WHERE
6666
#> cyl > 6
6767
#>
68-
#> -- Generated by PRQL compiler version:0.13.0 (https://prql-lang.org)
68+
#> -- Generated by PRQL compiler version:0.13.3 (https://prql-lang.org)
6969
```
7070

7171
PRQL’s pipelines can be joined by the newline character (`\n`), or
@@ -83,7 +83,7 @@ actual newlines in addition to `|`.
8383
#> WHERE
8484
#> cyl > 6
8585
#>
86-
#> -- Generated by PRQL compiler version:0.13.0 (https://prql-lang.org)
86+
#> -- Generated by PRQL compiler version:0.13.3 (https://prql-lang.org)
8787
```
8888

8989
``` r
@@ -100,7 +100,7 @@ select {cyl, mpg}" |>
100100
#> WHERE
101101
#> cyl > 6
102102
#>
103-
#> -- Generated by PRQL compiler version:0.13.0 (https://prql-lang.org)
103+
#> -- Generated by PRQL compiler version:0.13.3 (https://prql-lang.org)
104104
```
105105

106106
Thanks to the `{tidyquery}` package, we can even convert a PRQL query to

0 commit comments

Comments
 (0)