renfe-cli 4.3.0__tar.gz → 4.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/CHANGELOG.md +5 -1
- renfe_cli-4.3.1/CODEOWNERS +1 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/Cargo.lock +200 -176
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/Cargo.toml +3 -3
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/PKG-INFO +2 -2
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/src/lib.rs +1 -1
- renfe_cli-4.3.0/CODEOWNERS +0 -1
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/.github/workflows/CICD.yml +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/.gitignore +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/LICENSE +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/README.md +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/pyproject.toml +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/src/cli.rs +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/src/stations.rs +0 -0
- {renfe_cli-4.3.0 → renfe_cli-4.3.1}/src/timetable.rs +0 -0
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v4.3.1 (2024-03-30)
|
|
4
|
+
|
|
5
|
+
* Upgrade PyO3 with general dependencies maintenance [#192](https://github.com/gerardcl/renfe-cli/issues/192)
|
|
6
|
+
|
|
3
7
|
## v4.3.0 (2024-02-10)
|
|
4
8
|
|
|
5
|
-
* New feature
|
|
9
|
+
* New feature by @henninggross - Sorting train schedules by duration [#189](https://github.com/gerardcl/renfe-cli/issues/189)
|
|
6
10
|
|
|
7
11
|
## v4.2.1 (2024-02-02)
|
|
8
12
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @gerardcl
|
|
@@ -10,9 +10,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
12
|
name = "aes"
|
|
13
|
-
version = "0.8.
|
|
13
|
+
version = "0.8.4"
|
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "
|
|
15
|
+
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
16
16
|
dependencies = [
|
|
17
17
|
"cfg-if",
|
|
18
18
|
"cipher",
|
|
@@ -21,9 +21,9 @@ dependencies = [
|
|
|
21
21
|
|
|
22
22
|
[[package]]
|
|
23
23
|
name = "ahash"
|
|
24
|
-
version = "0.8.
|
|
24
|
+
version = "0.8.11"
|
|
25
25
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
26
|
-
checksum = "
|
|
26
|
+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
27
27
|
dependencies = [
|
|
28
28
|
"cfg-if",
|
|
29
29
|
"getrandom",
|
|
@@ -34,9 +34,9 @@ dependencies = [
|
|
|
34
34
|
|
|
35
35
|
[[package]]
|
|
36
36
|
name = "aho-corasick"
|
|
37
|
-
version = "1.1.
|
|
37
|
+
version = "1.1.3"
|
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
-
checksum = "
|
|
39
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
40
40
|
dependencies = [
|
|
41
41
|
"memchr",
|
|
42
42
|
]
|
|
@@ -58,9 +58,9 @@ dependencies = [
|
|
|
58
58
|
|
|
59
59
|
[[package]]
|
|
60
60
|
name = "anyhow"
|
|
61
|
-
version = "1.0.
|
|
61
|
+
version = "1.0.81"
|
|
62
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
-
checksum = "
|
|
63
|
+
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
|
64
64
|
|
|
65
65
|
[[package]]
|
|
66
66
|
name = "auto_generate_cdp"
|
|
@@ -78,9 +78,9 @@ dependencies = [
|
|
|
78
78
|
|
|
79
79
|
[[package]]
|
|
80
80
|
name = "autocfg"
|
|
81
|
-
version = "1.
|
|
81
|
+
version = "1.2.0"
|
|
82
82
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
-
checksum = "
|
|
83
|
+
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
|
84
84
|
|
|
85
85
|
[[package]]
|
|
86
86
|
name = "base64"
|
|
@@ -102,9 +102,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
102
102
|
|
|
103
103
|
[[package]]
|
|
104
104
|
name = "bitflags"
|
|
105
|
-
version = "2.
|
|
105
|
+
version = "2.5.0"
|
|
106
106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
107
|
-
checksum = "
|
|
107
|
+
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
|
108
108
|
|
|
109
109
|
[[package]]
|
|
110
110
|
name = "block-buffer"
|
|
@@ -117,9 +117,9 @@ dependencies = [
|
|
|
117
117
|
|
|
118
118
|
[[package]]
|
|
119
119
|
name = "bumpalo"
|
|
120
|
-
version = "3.
|
|
120
|
+
version = "3.15.4"
|
|
121
121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
122
|
-
checksum = "
|
|
122
|
+
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
|
|
123
123
|
|
|
124
124
|
[[package]]
|
|
125
125
|
name = "byteorder"
|
|
@@ -129,9 +129,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
129
129
|
|
|
130
130
|
[[package]]
|
|
131
131
|
name = "bytes"
|
|
132
|
-
version = "1.
|
|
132
|
+
version = "1.6.0"
|
|
133
133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
134
|
-
checksum = "
|
|
134
|
+
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
|
135
135
|
|
|
136
136
|
[[package]]
|
|
137
137
|
name = "bzip2"
|
|
@@ -156,9 +156,9 @@ dependencies = [
|
|
|
156
156
|
|
|
157
157
|
[[package]]
|
|
158
158
|
name = "cc"
|
|
159
|
-
version = "1.0.
|
|
159
|
+
version = "1.0.90"
|
|
160
160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161
|
-
checksum = "
|
|
161
|
+
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
|
162
162
|
dependencies = [
|
|
163
163
|
"jobserver",
|
|
164
164
|
"libc",
|
|
@@ -172,16 +172,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
172
172
|
|
|
173
173
|
[[package]]
|
|
174
174
|
name = "chrono"
|
|
175
|
-
version = "0.4.
|
|
175
|
+
version = "0.4.37"
|
|
176
176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
177
|
-
checksum = "
|
|
177
|
+
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
|
178
178
|
dependencies = [
|
|
179
179
|
"android-tzdata",
|
|
180
180
|
"iana-time-zone",
|
|
181
181
|
"js-sys",
|
|
182
182
|
"num-traits",
|
|
183
183
|
"wasm-bindgen",
|
|
184
|
-
"windows-targets 0.52.
|
|
184
|
+
"windows-targets 0.52.4",
|
|
185
185
|
]
|
|
186
186
|
|
|
187
187
|
[[package]]
|
|
@@ -223,9 +223,9 @@ dependencies = [
|
|
|
223
223
|
|
|
224
224
|
[[package]]
|
|
225
225
|
name = "crc32fast"
|
|
226
|
-
version = "1.
|
|
226
|
+
version = "1.4.0"
|
|
227
227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
228
|
-
checksum = "
|
|
228
|
+
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
|
229
229
|
dependencies = [
|
|
230
230
|
"cfg-if",
|
|
231
231
|
]
|
|
@@ -266,7 +266,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
266
266
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
|
267
267
|
dependencies = [
|
|
268
268
|
"quote",
|
|
269
|
-
"syn 2.0.
|
|
269
|
+
"syn 2.0.57",
|
|
270
270
|
]
|
|
271
271
|
|
|
272
272
|
[[package]]
|
|
@@ -416,9 +416,9 @@ checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
|
|
|
416
416
|
|
|
417
417
|
[[package]]
|
|
418
418
|
name = "either"
|
|
419
|
-
version = "1.
|
|
419
|
+
version = "1.10.0"
|
|
420
420
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
421
|
-
checksum = "
|
|
421
|
+
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
|
422
422
|
|
|
423
423
|
[[package]]
|
|
424
424
|
name = "errno"
|
|
@@ -432,9 +432,9 @@ dependencies = [
|
|
|
432
432
|
|
|
433
433
|
[[package]]
|
|
434
434
|
name = "fastrand"
|
|
435
|
-
version = "2.0.
|
|
435
|
+
version = "2.0.2"
|
|
436
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
-
checksum = "
|
|
437
|
+
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
|
438
438
|
|
|
439
439
|
[[package]]
|
|
440
440
|
name = "flate2"
|
|
@@ -577,9 +577,9 @@ dependencies = [
|
|
|
577
577
|
|
|
578
578
|
[[package]]
|
|
579
579
|
name = "http"
|
|
580
|
-
version = "1.
|
|
580
|
+
version = "1.1.0"
|
|
581
581
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
|
-
checksum = "
|
|
582
|
+
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
583
583
|
dependencies = [
|
|
584
584
|
"bytes",
|
|
585
585
|
"fnv",
|
|
@@ -594,9 +594,9 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
594
594
|
|
|
595
595
|
[[package]]
|
|
596
596
|
name = "iana-time-zone"
|
|
597
|
-
version = "0.1.
|
|
597
|
+
version = "0.1.60"
|
|
598
598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
-
checksum = "
|
|
599
|
+
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
|
600
600
|
dependencies = [
|
|
601
601
|
"android_system_properties",
|
|
602
602
|
"core-foundation-sys",
|
|
@@ -633,9 +633,9 @@ dependencies = [
|
|
|
633
633
|
|
|
634
634
|
[[package]]
|
|
635
635
|
name = "indoc"
|
|
636
|
-
version = "2.0.
|
|
636
|
+
version = "2.0.5"
|
|
637
637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
638
|
-
checksum = "
|
|
638
|
+
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
|
639
639
|
|
|
640
640
|
[[package]]
|
|
641
641
|
name = "inout"
|
|
@@ -648,33 +648,33 @@ dependencies = [
|
|
|
648
648
|
|
|
649
649
|
[[package]]
|
|
650
650
|
name = "itoa"
|
|
651
|
-
version = "1.0.
|
|
651
|
+
version = "1.0.11"
|
|
652
652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
653
|
-
checksum = "
|
|
653
|
+
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
654
654
|
|
|
655
655
|
[[package]]
|
|
656
656
|
name = "jobserver"
|
|
657
|
-
version = "0.1.
|
|
657
|
+
version = "0.1.28"
|
|
658
658
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
659
|
-
checksum = "
|
|
659
|
+
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
|
|
660
660
|
dependencies = [
|
|
661
661
|
"libc",
|
|
662
662
|
]
|
|
663
663
|
|
|
664
664
|
[[package]]
|
|
665
665
|
name = "js-sys"
|
|
666
|
-
version = "0.3.
|
|
666
|
+
version = "0.3.69"
|
|
667
667
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
668
|
-
checksum = "
|
|
668
|
+
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
|
669
669
|
dependencies = [
|
|
670
670
|
"wasm-bindgen",
|
|
671
671
|
]
|
|
672
672
|
|
|
673
673
|
[[package]]
|
|
674
674
|
name = "libc"
|
|
675
|
-
version = "0.2.
|
|
675
|
+
version = "0.2.153"
|
|
676
676
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
-
checksum = "
|
|
677
|
+
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
678
678
|
|
|
679
679
|
[[package]]
|
|
680
680
|
name = "libredox"
|
|
@@ -682,7 +682,7 @@ version = "0.0.1"
|
|
|
682
682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
683
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
684
684
|
dependencies = [
|
|
685
|
-
"bitflags 2.
|
|
685
|
+
"bitflags 2.5.0",
|
|
686
686
|
"libc",
|
|
687
687
|
"redox_syscall",
|
|
688
688
|
]
|
|
@@ -705,9 +705,9 @@ dependencies = [
|
|
|
705
705
|
|
|
706
706
|
[[package]]
|
|
707
707
|
name = "log"
|
|
708
|
-
version = "0.4.
|
|
708
|
+
version = "0.4.21"
|
|
709
709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
710
|
-
checksum = "
|
|
710
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
711
711
|
|
|
712
712
|
[[package]]
|
|
713
713
|
name = "mac"
|
|
@@ -731,39 +731,45 @@ dependencies = [
|
|
|
731
731
|
|
|
732
732
|
[[package]]
|
|
733
733
|
name = "memchr"
|
|
734
|
-
version = "2.7.
|
|
734
|
+
version = "2.7.2"
|
|
735
735
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
736
|
-
checksum = "
|
|
736
|
+
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
737
737
|
|
|
738
738
|
[[package]]
|
|
739
739
|
name = "memoffset"
|
|
740
|
-
version = "0.9.
|
|
740
|
+
version = "0.9.1"
|
|
741
741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
742
|
-
checksum = "
|
|
742
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
743
743
|
dependencies = [
|
|
744
744
|
"autocfg",
|
|
745
745
|
]
|
|
746
746
|
|
|
747
747
|
[[package]]
|
|
748
748
|
name = "miniz_oxide"
|
|
749
|
-
version = "0.7.
|
|
749
|
+
version = "0.7.2"
|
|
750
750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
751
|
-
checksum = "
|
|
751
|
+
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
|
752
752
|
dependencies = [
|
|
753
753
|
"adler",
|
|
754
754
|
]
|
|
755
755
|
|
|
756
756
|
[[package]]
|
|
757
757
|
name = "new_debug_unreachable"
|
|
758
|
-
version = "1.0.
|
|
758
|
+
version = "1.0.6"
|
|
759
759
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
760
|
-
checksum = "
|
|
760
|
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
761
|
+
|
|
762
|
+
[[package]]
|
|
763
|
+
name = "num-conv"
|
|
764
|
+
version = "0.1.0"
|
|
765
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
766
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
761
767
|
|
|
762
768
|
[[package]]
|
|
763
769
|
name = "num-traits"
|
|
764
|
-
version = "0.2.
|
|
770
|
+
version = "0.2.18"
|
|
765
771
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
766
|
-
checksum = "
|
|
772
|
+
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
|
767
773
|
dependencies = [
|
|
768
774
|
"autocfg",
|
|
769
775
|
]
|
|
@@ -891,7 +897,7 @@ dependencies = [
|
|
|
891
897
|
"phf_shared 0.11.2",
|
|
892
898
|
"proc-macro2",
|
|
893
899
|
"quote",
|
|
894
|
-
"syn 2.0.
|
|
900
|
+
"syn 2.0.57",
|
|
895
901
|
]
|
|
896
902
|
|
|
897
903
|
[[package]]
|
|
@@ -914,9 +920,15 @@ dependencies = [
|
|
|
914
920
|
|
|
915
921
|
[[package]]
|
|
916
922
|
name = "pkg-config"
|
|
917
|
-
version = "0.3.
|
|
923
|
+
version = "0.3.30"
|
|
918
924
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
919
|
-
checksum = "
|
|
925
|
+
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
|
926
|
+
|
|
927
|
+
[[package]]
|
|
928
|
+
name = "portable-atomic"
|
|
929
|
+
version = "1.6.0"
|
|
930
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
931
|
+
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
|
920
932
|
|
|
921
933
|
[[package]]
|
|
922
934
|
name = "powerfmt"
|
|
@@ -938,24 +950,25 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
938
950
|
|
|
939
951
|
[[package]]
|
|
940
952
|
name = "proc-macro2"
|
|
941
|
-
version = "1.0.
|
|
953
|
+
version = "1.0.79"
|
|
942
954
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
943
|
-
checksum = "
|
|
955
|
+
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
|
944
956
|
dependencies = [
|
|
945
957
|
"unicode-ident",
|
|
946
958
|
]
|
|
947
959
|
|
|
948
960
|
[[package]]
|
|
949
961
|
name = "pyo3"
|
|
950
|
-
version = "0.
|
|
962
|
+
version = "0.21.0"
|
|
951
963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
952
|
-
checksum = "
|
|
964
|
+
checksum = "a02a88a17e74cadbc8ce77855e1d6c8ad0ab82901a4a9b5046bd01c1c0bd95cd"
|
|
953
965
|
dependencies = [
|
|
954
966
|
"cfg-if",
|
|
955
967
|
"indoc",
|
|
956
968
|
"libc",
|
|
957
969
|
"memoffset",
|
|
958
970
|
"parking_lot",
|
|
971
|
+
"portable-atomic",
|
|
959
972
|
"pyo3-build-config",
|
|
960
973
|
"pyo3-ffi",
|
|
961
974
|
"pyo3-macros",
|
|
@@ -964,9 +977,9 @@ dependencies = [
|
|
|
964
977
|
|
|
965
978
|
[[package]]
|
|
966
979
|
name = "pyo3-build-config"
|
|
967
|
-
version = "0.
|
|
980
|
+
version = "0.21.0"
|
|
968
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
-
checksum = "
|
|
982
|
+
checksum = "a5eb0b6ecba38961f6f4bd6cd5906dfab3cd426ff37b2eed5771006aa31656f1"
|
|
970
983
|
dependencies = [
|
|
971
984
|
"once_cell",
|
|
972
985
|
"target-lexicon",
|
|
@@ -974,9 +987,9 @@ dependencies = [
|
|
|
974
987
|
|
|
975
988
|
[[package]]
|
|
976
989
|
name = "pyo3-ffi"
|
|
977
|
-
version = "0.
|
|
990
|
+
version = "0.21.0"
|
|
978
991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
|
-
checksum = "
|
|
992
|
+
checksum = "ba8a6e48a29b5d22e4fdaf132d8ba8d3203ee9f06362d48f244346902a594ec3"
|
|
980
993
|
dependencies = [
|
|
981
994
|
"libc",
|
|
982
995
|
"pyo3-build-config",
|
|
@@ -984,26 +997,27 @@ dependencies = [
|
|
|
984
997
|
|
|
985
998
|
[[package]]
|
|
986
999
|
name = "pyo3-macros"
|
|
987
|
-
version = "0.
|
|
1000
|
+
version = "0.21.0"
|
|
988
1001
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
989
|
-
checksum = "
|
|
1002
|
+
checksum = "4e80493c5965f94a747d0782a607b2328a4eea5391327b152b00e2f3b001cede"
|
|
990
1003
|
dependencies = [
|
|
991
1004
|
"proc-macro2",
|
|
992
1005
|
"pyo3-macros-backend",
|
|
993
1006
|
"quote",
|
|
994
|
-
"syn 2.0.
|
|
1007
|
+
"syn 2.0.57",
|
|
995
1008
|
]
|
|
996
1009
|
|
|
997
1010
|
[[package]]
|
|
998
1011
|
name = "pyo3-macros-backend"
|
|
999
|
-
version = "0.
|
|
1012
|
+
version = "0.21.0"
|
|
1000
1013
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1001
|
-
checksum = "
|
|
1014
|
+
checksum = "fcd7d86f42004025200e12a6a8119bd878329e6fddef8178eaafa4e4b5906c5b"
|
|
1002
1015
|
dependencies = [
|
|
1003
1016
|
"heck",
|
|
1004
1017
|
"proc-macro2",
|
|
1018
|
+
"pyo3-build-config",
|
|
1005
1019
|
"quote",
|
|
1006
|
-
"syn 2.0.
|
|
1020
|
+
"syn 2.0.57",
|
|
1007
1021
|
]
|
|
1008
1022
|
|
|
1009
1023
|
[[package]]
|
|
@@ -1067,9 +1081,9 @@ dependencies = [
|
|
|
1067
1081
|
|
|
1068
1082
|
[[package]]
|
|
1069
1083
|
name = "regex"
|
|
1070
|
-
version = "1.10.
|
|
1084
|
+
version = "1.10.4"
|
|
1071
1085
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1072
|
-
checksum = "
|
|
1086
|
+
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
|
1073
1087
|
dependencies = [
|
|
1074
1088
|
"aho-corasick",
|
|
1075
1089
|
"memchr",
|
|
@@ -1079,9 +1093,9 @@ dependencies = [
|
|
|
1079
1093
|
|
|
1080
1094
|
[[package]]
|
|
1081
1095
|
name = "regex-automata"
|
|
1082
|
-
version = "0.4.
|
|
1096
|
+
version = "0.4.6"
|
|
1083
1097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1084
|
-
checksum = "
|
|
1098
|
+
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
|
1085
1099
|
dependencies = [
|
|
1086
1100
|
"aho-corasick",
|
|
1087
1101
|
"memchr",
|
|
@@ -1090,13 +1104,13 @@ dependencies = [
|
|
|
1090
1104
|
|
|
1091
1105
|
[[package]]
|
|
1092
1106
|
name = "regex-syntax"
|
|
1093
|
-
version = "0.8.
|
|
1107
|
+
version = "0.8.3"
|
|
1094
1108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1095
|
-
checksum = "
|
|
1109
|
+
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
|
1096
1110
|
|
|
1097
1111
|
[[package]]
|
|
1098
1112
|
name = "renfe-cli"
|
|
1099
|
-
version = "4.3.
|
|
1113
|
+
version = "4.3.1"
|
|
1100
1114
|
dependencies = [
|
|
1101
1115
|
"chrono",
|
|
1102
1116
|
"getopts",
|
|
@@ -1108,25 +1122,26 @@ dependencies = [
|
|
|
1108
1122
|
|
|
1109
1123
|
[[package]]
|
|
1110
1124
|
name = "ring"
|
|
1111
|
-
version = "0.17.
|
|
1125
|
+
version = "0.17.8"
|
|
1112
1126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "
|
|
1127
|
+
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
1114
1128
|
dependencies = [
|
|
1115
1129
|
"cc",
|
|
1130
|
+
"cfg-if",
|
|
1116
1131
|
"getrandom",
|
|
1117
1132
|
"libc",
|
|
1118
1133
|
"spin",
|
|
1119
1134
|
"untrusted",
|
|
1120
|
-
"windows-sys 0.
|
|
1135
|
+
"windows-sys 0.52.0",
|
|
1121
1136
|
]
|
|
1122
1137
|
|
|
1123
1138
|
[[package]]
|
|
1124
1139
|
name = "rustix"
|
|
1125
|
-
version = "0.38.
|
|
1140
|
+
version = "0.38.32"
|
|
1126
1141
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1127
|
-
checksum = "
|
|
1142
|
+
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
|
|
1128
1143
|
dependencies = [
|
|
1129
|
-
"bitflags 2.
|
|
1144
|
+
"bitflags 2.5.0",
|
|
1130
1145
|
"errno",
|
|
1131
1146
|
"libc",
|
|
1132
1147
|
"linux-raw-sys",
|
|
@@ -1135,31 +1150,40 @@ dependencies = [
|
|
|
1135
1150
|
|
|
1136
1151
|
[[package]]
|
|
1137
1152
|
name = "rustls"
|
|
1138
|
-
version = "0.
|
|
1153
|
+
version = "0.22.3"
|
|
1139
1154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1140
|
-
checksum = "
|
|
1155
|
+
checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c"
|
|
1141
1156
|
dependencies = [
|
|
1142
1157
|
"log",
|
|
1143
1158
|
"ring",
|
|
1159
|
+
"rustls-pki-types",
|
|
1144
1160
|
"rustls-webpki",
|
|
1145
|
-
"
|
|
1161
|
+
"subtle",
|
|
1162
|
+
"zeroize",
|
|
1146
1163
|
]
|
|
1147
1164
|
|
|
1165
|
+
[[package]]
|
|
1166
|
+
name = "rustls-pki-types"
|
|
1167
|
+
version = "1.4.1"
|
|
1168
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1169
|
+
checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"
|
|
1170
|
+
|
|
1148
1171
|
[[package]]
|
|
1149
1172
|
name = "rustls-webpki"
|
|
1150
|
-
version = "0.
|
|
1173
|
+
version = "0.102.2"
|
|
1151
1174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
-
checksum = "
|
|
1175
|
+
checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
|
|
1153
1176
|
dependencies = [
|
|
1154
1177
|
"ring",
|
|
1178
|
+
"rustls-pki-types",
|
|
1155
1179
|
"untrusted",
|
|
1156
1180
|
]
|
|
1157
1181
|
|
|
1158
1182
|
[[package]]
|
|
1159
1183
|
name = "ryu"
|
|
1160
|
-
version = "1.0.
|
|
1184
|
+
version = "1.0.17"
|
|
1161
1185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1162
|
-
checksum = "
|
|
1186
|
+
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
|
1163
1187
|
|
|
1164
1188
|
[[package]]
|
|
1165
1189
|
name = "same-file"
|
|
@@ -1178,9 +1202,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
1178
1202
|
|
|
1179
1203
|
[[package]]
|
|
1180
1204
|
name = "scraper"
|
|
1181
|
-
version = "0.
|
|
1205
|
+
version = "0.19.0"
|
|
1182
1206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1183
|
-
checksum = "
|
|
1207
|
+
checksum = "5b80b33679ff7a0ea53d37f3b39de77ea0c75b12c5805ac43ec0c33b3051af1b"
|
|
1184
1208
|
dependencies = [
|
|
1185
1209
|
"ahash",
|
|
1186
1210
|
"cssparser",
|
|
@@ -1192,23 +1216,13 @@ dependencies = [
|
|
|
1192
1216
|
"tendril",
|
|
1193
1217
|
]
|
|
1194
1218
|
|
|
1195
|
-
[[package]]
|
|
1196
|
-
name = "sct"
|
|
1197
|
-
version = "0.7.1"
|
|
1198
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1199
|
-
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
1200
|
-
dependencies = [
|
|
1201
|
-
"ring",
|
|
1202
|
-
"untrusted",
|
|
1203
|
-
]
|
|
1204
|
-
|
|
1205
1219
|
[[package]]
|
|
1206
1220
|
name = "selectors"
|
|
1207
1221
|
version = "0.25.0"
|
|
1208
1222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1209
1223
|
checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
|
|
1210
1224
|
dependencies = [
|
|
1211
|
-
"bitflags 2.
|
|
1225
|
+
"bitflags 2.5.0",
|
|
1212
1226
|
"cssparser",
|
|
1213
1227
|
"derive_more",
|
|
1214
1228
|
"fxhash",
|
|
@@ -1223,29 +1237,29 @@ dependencies = [
|
|
|
1223
1237
|
|
|
1224
1238
|
[[package]]
|
|
1225
1239
|
name = "serde"
|
|
1226
|
-
version = "1.0.
|
|
1240
|
+
version = "1.0.197"
|
|
1227
1241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1228
|
-
checksum = "
|
|
1242
|
+
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
|
1229
1243
|
dependencies = [
|
|
1230
1244
|
"serde_derive",
|
|
1231
1245
|
]
|
|
1232
1246
|
|
|
1233
1247
|
[[package]]
|
|
1234
1248
|
name = "serde_derive"
|
|
1235
|
-
version = "1.0.
|
|
1249
|
+
version = "1.0.197"
|
|
1236
1250
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1237
|
-
checksum = "
|
|
1251
|
+
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
|
1238
1252
|
dependencies = [
|
|
1239
1253
|
"proc-macro2",
|
|
1240
1254
|
"quote",
|
|
1241
|
-
"syn 2.0.
|
|
1255
|
+
"syn 2.0.57",
|
|
1242
1256
|
]
|
|
1243
1257
|
|
|
1244
1258
|
[[package]]
|
|
1245
1259
|
name = "serde_json"
|
|
1246
|
-
version = "1.0.
|
|
1260
|
+
version = "1.0.115"
|
|
1247
1261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1248
|
-
checksum = "
|
|
1262
|
+
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
|
1249
1263
|
dependencies = [
|
|
1250
1264
|
"itoa",
|
|
1251
1265
|
"ryu",
|
|
@@ -1291,9 +1305,9 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
1291
1305
|
|
|
1292
1306
|
[[package]]
|
|
1293
1307
|
name = "smallvec"
|
|
1294
|
-
version = "1.13.
|
|
1308
|
+
version = "1.13.2"
|
|
1295
1309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1296
|
-
checksum = "
|
|
1310
|
+
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
1297
1311
|
|
|
1298
1312
|
[[package]]
|
|
1299
1313
|
name = "socks"
|
|
@@ -1369,9 +1383,9 @@ dependencies = [
|
|
|
1369
1383
|
|
|
1370
1384
|
[[package]]
|
|
1371
1385
|
name = "syn"
|
|
1372
|
-
version = "2.0.
|
|
1386
|
+
version = "2.0.57"
|
|
1373
1387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1374
|
-
checksum = "
|
|
1388
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
1375
1389
|
dependencies = [
|
|
1376
1390
|
"proc-macro2",
|
|
1377
1391
|
"quote",
|
|
@@ -1380,19 +1394,18 @@ dependencies = [
|
|
|
1380
1394
|
|
|
1381
1395
|
[[package]]
|
|
1382
1396
|
name = "target-lexicon"
|
|
1383
|
-
version = "0.12.
|
|
1397
|
+
version = "0.12.14"
|
|
1384
1398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1385
|
-
checksum = "
|
|
1399
|
+
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
|
1386
1400
|
|
|
1387
1401
|
[[package]]
|
|
1388
1402
|
name = "tempfile"
|
|
1389
|
-
version = "3.
|
|
1403
|
+
version = "3.10.1"
|
|
1390
1404
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1391
|
-
checksum = "
|
|
1405
|
+
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
|
1392
1406
|
dependencies = [
|
|
1393
1407
|
"cfg-if",
|
|
1394
1408
|
"fastrand",
|
|
1395
|
-
"redox_syscall",
|
|
1396
1409
|
"rustix",
|
|
1397
1410
|
"windows-sys 0.52.0",
|
|
1398
1411
|
]
|
|
@@ -1410,31 +1423,32 @@ dependencies = [
|
|
|
1410
1423
|
|
|
1411
1424
|
[[package]]
|
|
1412
1425
|
name = "thiserror"
|
|
1413
|
-
version = "1.0.
|
|
1426
|
+
version = "1.0.58"
|
|
1414
1427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1415
|
-
checksum = "
|
|
1428
|
+
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
|
1416
1429
|
dependencies = [
|
|
1417
1430
|
"thiserror-impl",
|
|
1418
1431
|
]
|
|
1419
1432
|
|
|
1420
1433
|
[[package]]
|
|
1421
1434
|
name = "thiserror-impl"
|
|
1422
|
-
version = "1.0.
|
|
1435
|
+
version = "1.0.58"
|
|
1423
1436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1424
|
-
checksum = "
|
|
1437
|
+
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
|
1425
1438
|
dependencies = [
|
|
1426
1439
|
"proc-macro2",
|
|
1427
1440
|
"quote",
|
|
1428
|
-
"syn 2.0.
|
|
1441
|
+
"syn 2.0.57",
|
|
1429
1442
|
]
|
|
1430
1443
|
|
|
1431
1444
|
[[package]]
|
|
1432
1445
|
name = "time"
|
|
1433
|
-
version = "0.3.
|
|
1446
|
+
version = "0.3.34"
|
|
1434
1447
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
-
checksum = "
|
|
1448
|
+
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
|
1436
1449
|
dependencies = [
|
|
1437
1450
|
"deranged",
|
|
1451
|
+
"num-conv",
|
|
1438
1452
|
"powerfmt",
|
|
1439
1453
|
"serde",
|
|
1440
1454
|
"time-core",
|
|
@@ -1500,9 +1514,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
1500
1514
|
|
|
1501
1515
|
[[package]]
|
|
1502
1516
|
name = "unicode-normalization"
|
|
1503
|
-
version = "0.1.
|
|
1517
|
+
version = "0.1.23"
|
|
1504
1518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1505
|
-
checksum = "
|
|
1519
|
+
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
|
1506
1520
|
dependencies = [
|
|
1507
1521
|
"tinyvec",
|
|
1508
1522
|
]
|
|
@@ -1527,15 +1541,16 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
1527
1541
|
|
|
1528
1542
|
[[package]]
|
|
1529
1543
|
name = "ureq"
|
|
1530
|
-
version = "2.9.
|
|
1544
|
+
version = "2.9.6"
|
|
1531
1545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1532
|
-
checksum = "
|
|
1546
|
+
checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
|
|
1533
1547
|
dependencies = [
|
|
1534
1548
|
"base64",
|
|
1535
1549
|
"flate2",
|
|
1536
1550
|
"log",
|
|
1537
1551
|
"once_cell",
|
|
1538
1552
|
"rustls",
|
|
1553
|
+
"rustls-pki-types",
|
|
1539
1554
|
"rustls-webpki",
|
|
1540
1555
|
"socks",
|
|
1541
1556
|
"url",
|
|
@@ -1567,9 +1582,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
1567
1582
|
|
|
1568
1583
|
[[package]]
|
|
1569
1584
|
name = "walkdir"
|
|
1570
|
-
version = "2.
|
|
1585
|
+
version = "2.5.0"
|
|
1571
1586
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1572
|
-
checksum = "
|
|
1587
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
1573
1588
|
dependencies = [
|
|
1574
1589
|
"same-file",
|
|
1575
1590
|
"winapi-util",
|
|
@@ -1583,9 +1598,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
1583
1598
|
|
|
1584
1599
|
[[package]]
|
|
1585
1600
|
name = "wasm-bindgen"
|
|
1586
|
-
version = "0.2.
|
|
1601
|
+
version = "0.2.92"
|
|
1587
1602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1588
|
-
checksum = "
|
|
1603
|
+
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
|
1589
1604
|
dependencies = [
|
|
1590
1605
|
"cfg-if",
|
|
1591
1606
|
"wasm-bindgen-macro",
|
|
@@ -1593,24 +1608,24 @@ dependencies = [
|
|
|
1593
1608
|
|
|
1594
1609
|
[[package]]
|
|
1595
1610
|
name = "wasm-bindgen-backend"
|
|
1596
|
-
version = "0.2.
|
|
1611
|
+
version = "0.2.92"
|
|
1597
1612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1598
|
-
checksum = "
|
|
1613
|
+
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
|
1599
1614
|
dependencies = [
|
|
1600
1615
|
"bumpalo",
|
|
1601
1616
|
"log",
|
|
1602
1617
|
"once_cell",
|
|
1603
1618
|
"proc-macro2",
|
|
1604
1619
|
"quote",
|
|
1605
|
-
"syn 2.0.
|
|
1620
|
+
"syn 2.0.57",
|
|
1606
1621
|
"wasm-bindgen-shared",
|
|
1607
1622
|
]
|
|
1608
1623
|
|
|
1609
1624
|
[[package]]
|
|
1610
1625
|
name = "wasm-bindgen-macro"
|
|
1611
|
-
version = "0.2.
|
|
1626
|
+
version = "0.2.92"
|
|
1612
1627
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1613
|
-
checksum = "
|
|
1628
|
+
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
|
1614
1629
|
dependencies = [
|
|
1615
1630
|
"quote",
|
|
1616
1631
|
"wasm-bindgen-macro-support",
|
|
@@ -1618,28 +1633,31 @@ dependencies = [
|
|
|
1618
1633
|
|
|
1619
1634
|
[[package]]
|
|
1620
1635
|
name = "wasm-bindgen-macro-support"
|
|
1621
|
-
version = "0.2.
|
|
1636
|
+
version = "0.2.92"
|
|
1622
1637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
-
checksum = "
|
|
1638
|
+
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
1624
1639
|
dependencies = [
|
|
1625
1640
|
"proc-macro2",
|
|
1626
1641
|
"quote",
|
|
1627
|
-
"syn 2.0.
|
|
1642
|
+
"syn 2.0.57",
|
|
1628
1643
|
"wasm-bindgen-backend",
|
|
1629
1644
|
"wasm-bindgen-shared",
|
|
1630
1645
|
]
|
|
1631
1646
|
|
|
1632
1647
|
[[package]]
|
|
1633
1648
|
name = "wasm-bindgen-shared"
|
|
1634
|
-
version = "0.2.
|
|
1649
|
+
version = "0.2.92"
|
|
1635
1650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1636
|
-
checksum = "
|
|
1651
|
+
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
1637
1652
|
|
|
1638
1653
|
[[package]]
|
|
1639
1654
|
name = "webpki-roots"
|
|
1640
|
-
version = "0.
|
|
1655
|
+
version = "0.26.1"
|
|
1641
1656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1642
|
-
checksum = "
|
|
1657
|
+
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
|
|
1658
|
+
dependencies = [
|
|
1659
|
+
"rustls-pki-types",
|
|
1660
|
+
]
|
|
1643
1661
|
|
|
1644
1662
|
[[package]]
|
|
1645
1663
|
name = "which"
|
|
@@ -1691,7 +1709,7 @@ version = "0.52.0"
|
|
|
1691
1709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1692
1710
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
1693
1711
|
dependencies = [
|
|
1694
|
-
"windows-targets 0.52.
|
|
1712
|
+
"windows-targets 0.52.4",
|
|
1695
1713
|
]
|
|
1696
1714
|
|
|
1697
1715
|
[[package]]
|
|
@@ -1709,7 +1727,7 @@ version = "0.52.0"
|
|
|
1709
1727
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1710
1728
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1711
1729
|
dependencies = [
|
|
1712
|
-
"windows-targets 0.52.
|
|
1730
|
+
"windows-targets 0.52.4",
|
|
1713
1731
|
]
|
|
1714
1732
|
|
|
1715
1733
|
[[package]]
|
|
@@ -1729,17 +1747,17 @@ dependencies = [
|
|
|
1729
1747
|
|
|
1730
1748
|
[[package]]
|
|
1731
1749
|
name = "windows-targets"
|
|
1732
|
-
version = "0.52.
|
|
1750
|
+
version = "0.52.4"
|
|
1733
1751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1734
|
-
checksum = "
|
|
1752
|
+
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
|
1735
1753
|
dependencies = [
|
|
1736
|
-
"windows_aarch64_gnullvm 0.52.
|
|
1737
|
-
"windows_aarch64_msvc 0.52.
|
|
1738
|
-
"windows_i686_gnu 0.52.
|
|
1739
|
-
"windows_i686_msvc 0.52.
|
|
1740
|
-
"windows_x86_64_gnu 0.52.
|
|
1741
|
-
"windows_x86_64_gnullvm 0.52.
|
|
1742
|
-
"windows_x86_64_msvc 0.52.
|
|
1754
|
+
"windows_aarch64_gnullvm 0.52.4",
|
|
1755
|
+
"windows_aarch64_msvc 0.52.4",
|
|
1756
|
+
"windows_i686_gnu 0.52.4",
|
|
1757
|
+
"windows_i686_msvc 0.52.4",
|
|
1758
|
+
"windows_x86_64_gnu 0.52.4",
|
|
1759
|
+
"windows_x86_64_gnullvm 0.52.4",
|
|
1760
|
+
"windows_x86_64_msvc 0.52.4",
|
|
1743
1761
|
]
|
|
1744
1762
|
|
|
1745
1763
|
[[package]]
|
|
@@ -1750,9 +1768,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
1750
1768
|
|
|
1751
1769
|
[[package]]
|
|
1752
1770
|
name = "windows_aarch64_gnullvm"
|
|
1753
|
-
version = "0.52.
|
|
1771
|
+
version = "0.52.4"
|
|
1754
1772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1755
|
-
checksum = "
|
|
1773
|
+
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
|
1756
1774
|
|
|
1757
1775
|
[[package]]
|
|
1758
1776
|
name = "windows_aarch64_msvc"
|
|
@@ -1762,9 +1780,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
1762
1780
|
|
|
1763
1781
|
[[package]]
|
|
1764
1782
|
name = "windows_aarch64_msvc"
|
|
1765
|
-
version = "0.52.
|
|
1783
|
+
version = "0.52.4"
|
|
1766
1784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1767
|
-
checksum = "
|
|
1785
|
+
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
|
1768
1786
|
|
|
1769
1787
|
[[package]]
|
|
1770
1788
|
name = "windows_i686_gnu"
|
|
@@ -1774,9 +1792,9 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
1774
1792
|
|
|
1775
1793
|
[[package]]
|
|
1776
1794
|
name = "windows_i686_gnu"
|
|
1777
|
-
version = "0.52.
|
|
1795
|
+
version = "0.52.4"
|
|
1778
1796
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1779
|
-
checksum = "
|
|
1797
|
+
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
|
1780
1798
|
|
|
1781
1799
|
[[package]]
|
|
1782
1800
|
name = "windows_i686_msvc"
|
|
@@ -1786,9 +1804,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
1786
1804
|
|
|
1787
1805
|
[[package]]
|
|
1788
1806
|
name = "windows_i686_msvc"
|
|
1789
|
-
version = "0.52.
|
|
1807
|
+
version = "0.52.4"
|
|
1790
1808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1791
|
-
checksum = "
|
|
1809
|
+
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
|
1792
1810
|
|
|
1793
1811
|
[[package]]
|
|
1794
1812
|
name = "windows_x86_64_gnu"
|
|
@@ -1798,9 +1816,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
1798
1816
|
|
|
1799
1817
|
[[package]]
|
|
1800
1818
|
name = "windows_x86_64_gnu"
|
|
1801
|
-
version = "0.52.
|
|
1819
|
+
version = "0.52.4"
|
|
1802
1820
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1803
|
-
checksum = "
|
|
1821
|
+
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
|
1804
1822
|
|
|
1805
1823
|
[[package]]
|
|
1806
1824
|
name = "windows_x86_64_gnullvm"
|
|
@@ -1810,9 +1828,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
1810
1828
|
|
|
1811
1829
|
[[package]]
|
|
1812
1830
|
name = "windows_x86_64_gnullvm"
|
|
1813
|
-
version = "0.52.
|
|
1831
|
+
version = "0.52.4"
|
|
1814
1832
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
|
-
checksum = "
|
|
1833
|
+
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
|
1816
1834
|
|
|
1817
1835
|
[[package]]
|
|
1818
1836
|
name = "windows_x86_64_msvc"
|
|
@@ -1822,9 +1840,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
1822
1840
|
|
|
1823
1841
|
[[package]]
|
|
1824
1842
|
name = "windows_x86_64_msvc"
|
|
1825
|
-
version = "0.52.
|
|
1843
|
+
version = "0.52.4"
|
|
1826
1844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1827
|
-
checksum = "
|
|
1845
|
+
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
|
1828
1846
|
|
|
1829
1847
|
[[package]]
|
|
1830
1848
|
name = "winreg"
|
|
@@ -1853,9 +1871,15 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
|
1853
1871
|
dependencies = [
|
|
1854
1872
|
"proc-macro2",
|
|
1855
1873
|
"quote",
|
|
1856
|
-
"syn 2.0.
|
|
1874
|
+
"syn 2.0.57",
|
|
1857
1875
|
]
|
|
1858
1876
|
|
|
1877
|
+
[[package]]
|
|
1878
|
+
name = "zeroize"
|
|
1879
|
+
version = "1.7.0"
|
|
1880
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1881
|
+
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
|
1882
|
+
|
|
1859
1883
|
[[package]]
|
|
1860
1884
|
name = "zip"
|
|
1861
1885
|
version = "0.6.6"
|
|
@@ -1897,9 +1921,9 @@ dependencies = [
|
|
|
1897
1921
|
|
|
1898
1922
|
[[package]]
|
|
1899
1923
|
name = "zstd-sys"
|
|
1900
|
-
version = "2.0.
|
|
1924
|
+
version = "2.0.10+zstd.1.5.6"
|
|
1901
1925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1902
|
-
checksum = "
|
|
1926
|
+
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
|
|
1903
1927
|
dependencies = [
|
|
1904
1928
|
"cc",
|
|
1905
1929
|
"pkg-config",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "renfe-cli"
|
|
3
|
-
version = "4.3.
|
|
3
|
+
version = "4.3.1"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
license = "BSD-3-Clause"
|
|
6
6
|
description = "CLI for searching Renfe train timetables in the Spanish country"
|
|
@@ -16,9 +16,9 @@ name = "renfe_cli"
|
|
|
16
16
|
crate-type = ["cdylib"]
|
|
17
17
|
|
|
18
18
|
[dependencies]
|
|
19
|
-
pyo3 = { version = "0.
|
|
19
|
+
pyo3 = { version = "0.21", features = ["abi3-py37"] }
|
|
20
20
|
headless_chrome = { version = "1.0", features = ["fetch"] }
|
|
21
|
-
scraper = "0.
|
|
21
|
+
scraper = "0.19"
|
|
22
22
|
ureq = "2.9"
|
|
23
23
|
getopts = "0.2"
|
|
24
24
|
chrono = "0.4"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: renfe-cli
|
|
3
|
-
Version: 4.3.
|
|
3
|
+
Version: 4.3.1
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -11,7 +11,7 @@ use cli::main;
|
|
|
11
11
|
/// the `lib.name` setting in the `Cargo.toml`, else Python will not be able to
|
|
12
12
|
/// import the module.
|
|
13
13
|
#[pymodule]
|
|
14
|
-
fn renfe_cli(
|
|
14
|
+
fn renfe_cli(m: &Bound<'_, PyModule>) -> PyResult<()> {
|
|
15
15
|
m.add_class::<Renfe>()?;
|
|
16
16
|
m.add_function(wrap_pyfunction!(search_timetable, m)?)?;
|
|
17
17
|
m.add_function(wrap_pyfunction!(print_timetable, m)?)?;
|
renfe_cli-4.3.0/CODEOWNERS
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/ @gerardcl
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|