tzf 1.0.1 → 1.2.0
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.
- checksums.yaml +4 -4
- data/Cargo.lock +168 -97
- data/ext/tzf/Cargo.toml +4 -1
- data/lib/tzf/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b8c0de5aa8b9bea6d00096d527a068f1af38c38025eedfbafe316d2482f17ad
|
4
|
+
data.tar.gz: 32cdb29ab369835b8c4d4ba0b309385b20211ddafd16257c4ac1123aebeb8d10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac8b487f600c2bf25c07547360202df4fd7dc2f9b95f5da731696292999fda9c27c8f9c9afab1579551c11136b039ac6adafa2dcb53dd7169f0d5f50d6d8b1b8
|
7
|
+
data.tar.gz: 6cf7268620c0ecaeb2442fbcc45709a61fcf45ac3da90eba8632f7c422138c6d90f84f693c3d3b52a6c160999897b3da5179722655a9e0d47af802a27dcd1f64
|
data/Cargo.lock
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# This file is automatically @generated by Cargo.
|
2
2
|
# It is not intended for manual editing.
|
3
|
-
version =
|
3
|
+
version = 4
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "aho-corasick"
|
@@ -13,20 +13,20 @@ dependencies = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "anyhow"
|
16
|
-
version = "1.0.
|
16
|
+
version = "1.0.95"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "bindgen"
|
22
|
-
version = "0.69.
|
22
|
+
version = "0.69.5"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
25
25
|
dependencies = [
|
26
26
|
"bitflags",
|
27
27
|
"cexpr",
|
28
28
|
"clang-sys",
|
29
|
-
"itertools",
|
29
|
+
"itertools 0.12.1",
|
30
30
|
"lazy_static",
|
31
31
|
"lazycell",
|
32
32
|
"proc-macro2",
|
@@ -39,15 +39,21 @@ dependencies = [
|
|
39
39
|
|
40
40
|
[[package]]
|
41
41
|
name = "bitflags"
|
42
|
-
version = "2.
|
42
|
+
version = "2.8.0"
|
43
43
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44
|
-
checksum = "
|
44
|
+
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
45
|
+
|
46
|
+
[[package]]
|
47
|
+
name = "byteorder"
|
48
|
+
version = "1.5.0"
|
49
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
50
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
45
51
|
|
46
52
|
[[package]]
|
47
53
|
name = "bytes"
|
48
|
-
version = "1.
|
54
|
+
version = "1.9.0"
|
49
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
50
|
-
checksum = "
|
56
|
+
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
51
57
|
|
52
58
|
[[package]]
|
53
59
|
name = "cexpr"
|
@@ -77,9 +83,9 @@ dependencies = [
|
|
77
83
|
|
78
84
|
[[package]]
|
79
85
|
name = "either"
|
80
|
-
version = "1.
|
86
|
+
version = "1.13.0"
|
81
87
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
82
|
-
checksum = "
|
88
|
+
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
83
89
|
|
84
90
|
[[package]]
|
85
91
|
name = "equivalent"
|
@@ -89,9 +95,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
89
95
|
|
90
96
|
[[package]]
|
91
97
|
name = "errno"
|
92
|
-
version = "0.3.
|
98
|
+
version = "0.3.10"
|
93
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
94
|
-
checksum = "
|
100
|
+
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
95
101
|
dependencies = [
|
96
102
|
"libc",
|
97
103
|
"windows-sys",
|
@@ -99,9 +105,9 @@ dependencies = [
|
|
99
105
|
|
100
106
|
[[package]]
|
101
107
|
name = "fastrand"
|
102
|
-
version = "2.
|
108
|
+
version = "2.3.0"
|
103
109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
104
|
-
checksum = "
|
110
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
105
111
|
|
106
112
|
[[package]]
|
107
113
|
name = "fixedbitset"
|
@@ -133,20 +139,32 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
133
139
|
dependencies = [
|
134
140
|
"cfg-if",
|
135
141
|
"libc",
|
136
|
-
"wasi",
|
142
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
137
143
|
]
|
138
144
|
|
139
145
|
[[package]]
|
140
|
-
name = "
|
146
|
+
name = "getrandom"
|
141
147
|
version = "0.3.1"
|
142
148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
143
|
-
checksum = "
|
149
|
+
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
150
|
+
dependencies = [
|
151
|
+
"cfg-if",
|
152
|
+
"libc",
|
153
|
+
"wasi 0.13.3+wasi-0.2.2",
|
154
|
+
"windows-targets",
|
155
|
+
]
|
156
|
+
|
157
|
+
[[package]]
|
158
|
+
name = "glob"
|
159
|
+
version = "0.3.2"
|
160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
161
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
144
162
|
|
145
163
|
[[package]]
|
146
164
|
name = "hashbrown"
|
147
|
-
version = "0.
|
165
|
+
version = "0.15.2"
|
148
166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
149
|
-
checksum = "
|
167
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
150
168
|
|
151
169
|
[[package]]
|
152
170
|
name = "heck"
|
@@ -156,9 +174,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
156
174
|
|
157
175
|
[[package]]
|
158
176
|
name = "indexmap"
|
159
|
-
version = "2.
|
177
|
+
version = "2.7.1"
|
160
178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
161
|
-
checksum = "
|
179
|
+
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
162
180
|
dependencies = [
|
163
181
|
"equivalent",
|
164
182
|
"hashbrown",
|
@@ -173,6 +191,15 @@ dependencies = [
|
|
173
191
|
"either",
|
174
192
|
]
|
175
193
|
|
194
|
+
[[package]]
|
195
|
+
name = "itertools"
|
196
|
+
version = "0.13.0"
|
197
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
198
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
199
|
+
dependencies = [
|
200
|
+
"either",
|
201
|
+
]
|
202
|
+
|
176
203
|
[[package]]
|
177
204
|
name = "lazy_static"
|
178
205
|
version = "1.5.0"
|
@@ -187,15 +214,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
187
214
|
|
188
215
|
[[package]]
|
189
216
|
name = "libc"
|
190
|
-
version = "0.2.
|
217
|
+
version = "0.2.169"
|
191
218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
192
|
-
checksum = "
|
219
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
193
220
|
|
194
221
|
[[package]]
|
195
222
|
name = "libloading"
|
196
|
-
version = "0.8.
|
223
|
+
version = "0.8.6"
|
197
224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
198
|
-
checksum = "
|
225
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
199
226
|
dependencies = [
|
200
227
|
"cfg-if",
|
201
228
|
"windows-targets",
|
@@ -203,15 +230,15 @@ dependencies = [
|
|
203
230
|
|
204
231
|
[[package]]
|
205
232
|
name = "linux-raw-sys"
|
206
|
-
version = "0.4.
|
233
|
+
version = "0.4.15"
|
207
234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
208
|
-
checksum = "
|
235
|
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
209
236
|
|
210
237
|
[[package]]
|
211
238
|
name = "log"
|
212
|
-
version = "0.4.
|
239
|
+
version = "0.4.25"
|
213
240
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
214
|
-
checksum = "
|
241
|
+
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
215
242
|
|
216
243
|
[[package]]
|
217
244
|
name = "magnus"
|
@@ -238,9 +265,9 @@ dependencies = [
|
|
238
265
|
|
239
266
|
[[package]]
|
240
267
|
name = "memchr"
|
241
|
-
version = "2.7.
|
268
|
+
version = "2.7.4"
|
242
269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
243
|
-
checksum = "
|
270
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
244
271
|
|
245
272
|
[[package]]
|
246
273
|
name = "minimal-lexical"
|
@@ -266,9 +293,9 @@ dependencies = [
|
|
266
293
|
|
267
294
|
[[package]]
|
268
295
|
name = "once_cell"
|
269
|
-
version = "1.
|
296
|
+
version = "1.20.2"
|
270
297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
271
|
-
checksum = "
|
298
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
272
299
|
|
273
300
|
[[package]]
|
274
301
|
name = "petgraph"
|
@@ -282,9 +309,12 @@ dependencies = [
|
|
282
309
|
|
283
310
|
[[package]]
|
284
311
|
name = "ppv-lite86"
|
285
|
-
version = "0.2.
|
312
|
+
version = "0.2.20"
|
286
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
287
|
-
checksum = "
|
314
|
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
315
|
+
dependencies = [
|
316
|
+
"zerocopy",
|
317
|
+
]
|
288
318
|
|
289
319
|
[[package]]
|
290
320
|
name = "pqueue"
|
@@ -294,9 +324,9 @@ checksum = "a2145d14f09d5fc7fe7134b556146599c2929af5b1f1e3a0ecc9d582a9b85e4d"
|
|
294
324
|
|
295
325
|
[[package]]
|
296
326
|
name = "prettyplease"
|
297
|
-
version = "0.2.
|
327
|
+
version = "0.2.29"
|
298
328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299
|
-
checksum = "
|
329
|
+
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
|
300
330
|
dependencies = [
|
301
331
|
"proc-macro2",
|
302
332
|
"syn",
|
@@ -304,18 +334,18 @@ dependencies = [
|
|
304
334
|
|
305
335
|
[[package]]
|
306
336
|
name = "proc-macro2"
|
307
|
-
version = "1.0.
|
337
|
+
version = "1.0.93"
|
308
338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
309
|
-
checksum = "
|
339
|
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
310
340
|
dependencies = [
|
311
341
|
"unicode-ident",
|
312
342
|
]
|
313
343
|
|
314
344
|
[[package]]
|
315
345
|
name = "prost"
|
316
|
-
version = "0.13.
|
346
|
+
version = "0.13.4"
|
317
347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
318
|
-
checksum = "
|
348
|
+
checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec"
|
319
349
|
dependencies = [
|
320
350
|
"bytes",
|
321
351
|
"prost-derive",
|
@@ -323,13 +353,12 @@ dependencies = [
|
|
323
353
|
|
324
354
|
[[package]]
|
325
355
|
name = "prost-build"
|
326
|
-
version = "0.13.
|
356
|
+
version = "0.13.4"
|
327
357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
328
|
-
checksum = "
|
358
|
+
checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b"
|
329
359
|
dependencies = [
|
330
|
-
"bytes",
|
331
360
|
"heck",
|
332
|
-
"itertools",
|
361
|
+
"itertools 0.13.0",
|
333
362
|
"log",
|
334
363
|
"multimap",
|
335
364
|
"once_cell",
|
@@ -344,12 +373,12 @@ dependencies = [
|
|
344
373
|
|
345
374
|
[[package]]
|
346
375
|
name = "prost-derive"
|
347
|
-
version = "0.13.
|
376
|
+
version = "0.13.4"
|
348
377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
349
|
-
checksum = "
|
378
|
+
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
|
350
379
|
dependencies = [
|
351
380
|
"anyhow",
|
352
|
-
"itertools",
|
381
|
+
"itertools 0.13.0",
|
353
382
|
"proc-macro2",
|
354
383
|
"quote",
|
355
384
|
"syn",
|
@@ -357,18 +386,18 @@ dependencies = [
|
|
357
386
|
|
358
387
|
[[package]]
|
359
388
|
name = "prost-types"
|
360
|
-
version = "0.13.
|
389
|
+
version = "0.13.4"
|
361
390
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
362
|
-
checksum = "
|
391
|
+
checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc"
|
363
392
|
dependencies = [
|
364
393
|
"prost",
|
365
394
|
]
|
366
395
|
|
367
396
|
[[package]]
|
368
397
|
name = "quote"
|
369
|
-
version = "1.0.
|
398
|
+
version = "1.0.38"
|
370
399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
371
|
-
checksum = "
|
400
|
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
372
401
|
dependencies = [
|
373
402
|
"proc-macro2",
|
374
403
|
]
|
@@ -400,23 +429,23 @@ version = "0.6.4"
|
|
400
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
401
430
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
402
431
|
dependencies = [
|
403
|
-
"getrandom",
|
432
|
+
"getrandom 0.2.15",
|
404
433
|
]
|
405
434
|
|
406
435
|
[[package]]
|
407
436
|
name = "rb-sys"
|
408
|
-
version = "0.9.
|
437
|
+
version = "0.9.110"
|
409
438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
410
|
-
checksum = "
|
439
|
+
checksum = "56cf964f8e44115e50009921ea3d3791b6f74d1ae6d6ed37114fbe03a1cd7308"
|
411
440
|
dependencies = [
|
412
441
|
"rb-sys-build",
|
413
442
|
]
|
414
443
|
|
415
444
|
[[package]]
|
416
445
|
name = "rb-sys-build"
|
417
|
-
version = "0.9.
|
446
|
+
version = "0.9.110"
|
418
447
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
419
|
-
checksum = "
|
448
|
+
checksum = "161480347f56473107d4135643b6b1909331eec61445e113b256708a28b691c5"
|
420
449
|
dependencies = [
|
421
450
|
"bindgen",
|
422
451
|
"lazy_static",
|
@@ -435,9 +464,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
435
464
|
|
436
465
|
[[package]]
|
437
466
|
name = "regex"
|
438
|
-
version = "1.
|
467
|
+
version = "1.11.1"
|
439
468
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
440
|
-
checksum = "
|
469
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
441
470
|
dependencies = [
|
442
471
|
"aho-corasick",
|
443
472
|
"memchr",
|
@@ -447,9 +476,9 @@ dependencies = [
|
|
447
476
|
|
448
477
|
[[package]]
|
449
478
|
name = "regex-automata"
|
450
|
-
version = "0.4.
|
479
|
+
version = "0.4.9"
|
451
480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
452
|
-
checksum = "
|
481
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
453
482
|
dependencies = [
|
454
483
|
"aho-corasick",
|
455
484
|
"memchr",
|
@@ -458,9 +487,9 @@ dependencies = [
|
|
458
487
|
|
459
488
|
[[package]]
|
460
489
|
name = "regex-syntax"
|
461
|
-
version = "0.8.
|
490
|
+
version = "0.8.5"
|
462
491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
463
|
-
checksum = "
|
492
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
464
493
|
|
465
494
|
[[package]]
|
466
495
|
name = "rtree_rs"
|
@@ -479,9 +508,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
479
508
|
|
480
509
|
[[package]]
|
481
510
|
name = "rustix"
|
482
|
-
version = "0.38.
|
511
|
+
version = "0.38.44"
|
483
512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
484
|
-
checksum = "
|
513
|
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
485
514
|
dependencies = [
|
486
515
|
"bitflags",
|
487
516
|
"errno",
|
@@ -510,9 +539,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
510
539
|
|
511
540
|
[[package]]
|
512
541
|
name = "syn"
|
513
|
-
version = "2.0.
|
542
|
+
version = "2.0.96"
|
514
543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
515
|
-
checksum = "
|
544
|
+
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
516
545
|
dependencies = [
|
517
546
|
"proc-macro2",
|
518
547
|
"quote",
|
@@ -521,12 +550,14 @@ dependencies = [
|
|
521
550
|
|
522
551
|
[[package]]
|
523
552
|
name = "tempfile"
|
524
|
-
version = "3.
|
553
|
+
version = "3.16.0"
|
525
554
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
526
|
-
checksum = "
|
555
|
+
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
|
527
556
|
dependencies = [
|
528
557
|
"cfg-if",
|
529
558
|
"fastrand",
|
559
|
+
"getrandom 0.3.1",
|
560
|
+
"once_cell",
|
530
561
|
"rustix",
|
531
562
|
"windows-sys",
|
532
563
|
]
|
@@ -537,20 +568,21 @@ version = "0.1.0"
|
|
537
568
|
dependencies = [
|
538
569
|
"lazy_static",
|
539
570
|
"magnus",
|
571
|
+
"rb-sys",
|
540
572
|
"tzf-rs",
|
541
573
|
]
|
542
574
|
|
543
575
|
[[package]]
|
544
576
|
name = "tzf-rel"
|
545
|
-
version = "0.0.
|
577
|
+
version = "0.0.2025-a"
|
546
578
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
547
|
-
checksum = "
|
579
|
+
checksum = "7f83c80655e94407bd7763aedbe1b9cab74389e6f07d43f47ab671c7ce7d8b44"
|
548
580
|
|
549
581
|
[[package]]
|
550
582
|
name = "tzf-rs"
|
551
|
-
version = "0.4.
|
583
|
+
version = "0.4.10"
|
552
584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
553
|
-
checksum = "
|
585
|
+
checksum = "a3550bdca708346042836edbe842081b92af11dd21edcda8e4c0bdee128914d0"
|
554
586
|
dependencies = [
|
555
587
|
"anyhow",
|
556
588
|
"bytes",
|
@@ -563,9 +595,9 @@ dependencies = [
|
|
563
595
|
|
564
596
|
[[package]]
|
565
597
|
name = "unicode-ident"
|
566
|
-
version = "1.0.
|
598
|
+
version = "1.0.16"
|
567
599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
568
|
-
checksum = "
|
600
|
+
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
569
601
|
|
570
602
|
[[package]]
|
571
603
|
name = "wasi"
|
@@ -573,20 +605,29 @@ version = "0.11.0+wasi-snapshot-preview1"
|
|
573
605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
574
606
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
575
607
|
|
608
|
+
[[package]]
|
609
|
+
name = "wasi"
|
610
|
+
version = "0.13.3+wasi-0.2.2"
|
611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
612
|
+
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
613
|
+
dependencies = [
|
614
|
+
"wit-bindgen-rt",
|
615
|
+
]
|
616
|
+
|
576
617
|
[[package]]
|
577
618
|
name = "windows-sys"
|
578
|
-
version = "0.
|
619
|
+
version = "0.59.0"
|
579
620
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
580
|
-
checksum = "
|
621
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
581
622
|
dependencies = [
|
582
623
|
"windows-targets",
|
583
624
|
]
|
584
625
|
|
585
626
|
[[package]]
|
586
627
|
name = "windows-targets"
|
587
|
-
version = "0.52.
|
628
|
+
version = "0.52.6"
|
588
629
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
589
|
-
checksum = "
|
630
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
590
631
|
dependencies = [
|
591
632
|
"windows_aarch64_gnullvm",
|
592
633
|
"windows_aarch64_msvc",
|
@@ -600,48 +641,78 @@ dependencies = [
|
|
600
641
|
|
601
642
|
[[package]]
|
602
643
|
name = "windows_aarch64_gnullvm"
|
603
|
-
version = "0.52.
|
644
|
+
version = "0.52.6"
|
604
645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
605
|
-
checksum = "
|
646
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
606
647
|
|
607
648
|
[[package]]
|
608
649
|
name = "windows_aarch64_msvc"
|
609
|
-
version = "0.52.
|
650
|
+
version = "0.52.6"
|
610
651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
611
|
-
checksum = "
|
652
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
612
653
|
|
613
654
|
[[package]]
|
614
655
|
name = "windows_i686_gnu"
|
615
|
-
version = "0.52.
|
656
|
+
version = "0.52.6"
|
616
657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
617
|
-
checksum = "
|
658
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
618
659
|
|
619
660
|
[[package]]
|
620
661
|
name = "windows_i686_gnullvm"
|
621
|
-
version = "0.52.
|
662
|
+
version = "0.52.6"
|
622
663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
623
|
-
checksum = "
|
664
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
624
665
|
|
625
666
|
[[package]]
|
626
667
|
name = "windows_i686_msvc"
|
627
|
-
version = "0.52.
|
668
|
+
version = "0.52.6"
|
628
669
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
629
|
-
checksum = "
|
670
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
630
671
|
|
631
672
|
[[package]]
|
632
673
|
name = "windows_x86_64_gnu"
|
633
|
-
version = "0.52.
|
674
|
+
version = "0.52.6"
|
634
675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
635
|
-
checksum = "
|
676
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
636
677
|
|
637
678
|
[[package]]
|
638
679
|
name = "windows_x86_64_gnullvm"
|
639
|
-
version = "0.52.
|
680
|
+
version = "0.52.6"
|
640
681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
641
|
-
checksum = "
|
682
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
642
683
|
|
643
684
|
[[package]]
|
644
685
|
name = "windows_x86_64_msvc"
|
645
|
-
version = "0.52.
|
686
|
+
version = "0.52.6"
|
687
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
688
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
689
|
+
|
690
|
+
[[package]]
|
691
|
+
name = "wit-bindgen-rt"
|
692
|
+
version = "0.33.0"
|
693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
694
|
+
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
695
|
+
dependencies = [
|
696
|
+
"bitflags",
|
697
|
+
]
|
698
|
+
|
699
|
+
[[package]]
|
700
|
+
name = "zerocopy"
|
701
|
+
version = "0.7.35"
|
702
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
703
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
704
|
+
dependencies = [
|
705
|
+
"byteorder",
|
706
|
+
"zerocopy-derive",
|
707
|
+
]
|
708
|
+
|
709
|
+
[[package]]
|
710
|
+
name = "zerocopy-derive"
|
711
|
+
version = "0.7.35"
|
646
712
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
647
|
-
checksum = "
|
713
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
714
|
+
dependencies = [
|
715
|
+
"proc-macro2",
|
716
|
+
"quote",
|
717
|
+
"syn",
|
718
|
+
]
|
data/ext/tzf/Cargo.toml
CHANGED
@@ -12,4 +12,7 @@ crate-type = ["cdylib"]
|
|
12
12
|
[dependencies]
|
13
13
|
lazy_static = "1.5.0"
|
14
14
|
magnus = { version = "0.7" }
|
15
|
-
tzf-rs = { version = "0.4.
|
15
|
+
tzf-rs = { version = "0.4.10", default-features = false }
|
16
|
+
rb-sys = { version = "0.9", default-features = false, features = [
|
17
|
+
"stable-api-compiled-fallback",
|
18
|
+
] }
|
data/lib/tzf/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tzf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin McCormack
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rb_sys
|
@@ -52,7 +51,6 @@ metadata:
|
|
52
51
|
homepage_uri: https://github.com/HarlemSquirrel/tzf-rb
|
53
52
|
source_code_uri: https://github.com/HarlemSquirrel/tzf-rb
|
54
53
|
rubygems_mfa_required: 'true'
|
55
|
-
post_install_message:
|
56
54
|
rdoc_options: []
|
57
55
|
require_paths:
|
58
56
|
- lib
|
@@ -67,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
65
|
- !ruby/object:Gem::Version
|
68
66
|
version: 3.4.6
|
69
67
|
requirements: []
|
70
|
-
rubygems_version: 3.
|
71
|
-
signing_key:
|
68
|
+
rubygems_version: 3.6.2
|
72
69
|
specification_version: 4
|
73
70
|
summary: Ruby time zone lookup interface using tzf-rs
|
74
71
|
test_files: []
|