pyroscope 1.1.1-aarch64-linux → 1.1.2-aarch64-linux
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/Gemfile.lock +2 -2
- data/ext/rbspy/Cargo.lock +201 -251
- data/ext/rbspy/Cargo.toml +2 -2
- data/lib/pyroscope/version.rb +1 -1
- data/lib/rbspy/rbspy.so +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ba1b6172bcfd3e5d3eca12df3e9f874addb8a0c35bd04d8e718df75f06ad4fa
|
|
4
|
+
data.tar.gz: f1b3a9b0e1eb1bf25c1d0ddc11602c8864bb48bb71b5b35f253e74c4df4df6dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4625c8e7d30a8b34b6e3ad6f3fa3ca567cae4ef6ba7a5a7fa60fd5169712f7ead33ec03c3dc4c4681f1b0f4f022be5dd2284a9e431eea4cfac0f35b94f9ebcf
|
|
7
|
+
data.tar.gz: 3a90ed8fe93805267f9ffc4912d299943dff2460d14c072d8c3efda3095f685b5c7d5fc41d64909bed60f69f8d0f5660fdbdfe452be327cb39c6a18e6ff5aee3
|
data/Gemfile.lock
CHANGED
data/ext/rbspy/Cargo.lock
CHANGED
|
@@ -119,15 +119,15 @@ dependencies = [
|
|
|
119
119
|
|
|
120
120
|
[[package]]
|
|
121
121
|
name = "anyhow"
|
|
122
|
-
version = "1.0.
|
|
122
|
+
version = "1.0.104"
|
|
123
123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
124
|
-
checksum = "
|
|
124
|
+
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
125
125
|
|
|
126
126
|
[[package]]
|
|
127
127
|
name = "arrayvec"
|
|
128
|
-
version = "0.7.
|
|
128
|
+
version = "0.7.8"
|
|
129
129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
130
|
-
checksum = "
|
|
130
|
+
checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
|
|
131
131
|
|
|
132
132
|
[[package]]
|
|
133
133
|
name = "atomic-waker"
|
|
@@ -147,33 +147,13 @@ version = "0.22.1"
|
|
|
147
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
148
148
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
149
149
|
|
|
150
|
-
[[package]]
|
|
151
|
-
name = "bindgen"
|
|
152
|
-
version = "0.70.1"
|
|
153
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
-
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
|
|
155
|
-
dependencies = [
|
|
156
|
-
"bitflags 2.13.0",
|
|
157
|
-
"cexpr",
|
|
158
|
-
"clang-sys",
|
|
159
|
-
"itertools 0.13.0",
|
|
160
|
-
"log",
|
|
161
|
-
"prettyplease",
|
|
162
|
-
"proc-macro2",
|
|
163
|
-
"quote",
|
|
164
|
-
"regex",
|
|
165
|
-
"rustc-hash 1.1.0",
|
|
166
|
-
"shlex 1.3.0",
|
|
167
|
-
"syn",
|
|
168
|
-
]
|
|
169
|
-
|
|
170
150
|
[[package]]
|
|
171
151
|
name = "bindgen"
|
|
172
152
|
version = "0.72.1"
|
|
173
153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
174
154
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
175
155
|
dependencies = [
|
|
176
|
-
"bitflags 2.13.
|
|
156
|
+
"bitflags 2.13.1",
|
|
177
157
|
"cexpr",
|
|
178
158
|
"clang-sys",
|
|
179
159
|
"itertools 0.13.0",
|
|
@@ -182,9 +162,9 @@ dependencies = [
|
|
|
182
162
|
"proc-macro2",
|
|
183
163
|
"quote",
|
|
184
164
|
"regex",
|
|
185
|
-
"rustc-hash
|
|
165
|
+
"rustc-hash",
|
|
186
166
|
"shlex 1.3.0",
|
|
187
|
-
"syn",
|
|
167
|
+
"syn 2.0.119",
|
|
188
168
|
]
|
|
189
169
|
|
|
190
170
|
[[package]]
|
|
@@ -195,9 +175,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
195
175
|
|
|
196
176
|
[[package]]
|
|
197
177
|
name = "bitflags"
|
|
198
|
-
version = "2.13.
|
|
178
|
+
version = "2.13.1"
|
|
199
179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
-
checksum = "
|
|
180
|
+
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
201
181
|
|
|
202
182
|
[[package]]
|
|
203
183
|
name = "block2"
|
|
@@ -216,21 +196,21 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
|
216
196
|
|
|
217
197
|
[[package]]
|
|
218
198
|
name = "bytemuck"
|
|
219
|
-
version = "1.25.
|
|
199
|
+
version = "1.25.2"
|
|
220
200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
221
|
-
checksum = "
|
|
201
|
+
checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
|
|
222
202
|
|
|
223
203
|
[[package]]
|
|
224
204
|
name = "bytes"
|
|
225
|
-
version = "1.12.
|
|
205
|
+
version = "1.12.1"
|
|
226
206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
227
|
-
checksum = "
|
|
207
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
228
208
|
|
|
229
209
|
[[package]]
|
|
230
210
|
name = "cc"
|
|
231
|
-
version = "1.
|
|
211
|
+
version = "1.4.0"
|
|
232
212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
-
checksum = "
|
|
213
|
+
checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
|
|
234
214
|
dependencies = [
|
|
235
215
|
"find-msvc-tools",
|
|
236
216
|
"shlex 2.0.1",
|
|
@@ -253,15 +233,15 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
253
233
|
|
|
254
234
|
[[package]]
|
|
255
235
|
name = "cfg_aliases"
|
|
256
|
-
version = "0.2.
|
|
236
|
+
version = "0.2.2"
|
|
257
237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
258
|
-
checksum = "
|
|
238
|
+
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
259
239
|
|
|
260
240
|
[[package]]
|
|
261
241
|
name = "chacha20"
|
|
262
|
-
version = "0.10.
|
|
242
|
+
version = "0.10.1"
|
|
263
243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
264
|
-
checksum = "
|
|
244
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
265
245
|
dependencies = [
|
|
266
246
|
"cfg-if",
|
|
267
247
|
"cpufeatures",
|
|
@@ -292,9 +272,9 @@ dependencies = [
|
|
|
292
272
|
|
|
293
273
|
[[package]]
|
|
294
274
|
name = "clap"
|
|
295
|
-
version = "4.6.
|
|
275
|
+
version = "4.6.4"
|
|
296
276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
277
|
+
checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7"
|
|
298
278
|
dependencies = [
|
|
299
279
|
"clap_builder",
|
|
300
280
|
"clap_derive",
|
|
@@ -302,9 +282,9 @@ dependencies = [
|
|
|
302
282
|
|
|
303
283
|
[[package]]
|
|
304
284
|
name = "clap_builder"
|
|
305
|
-
version = "4.6.
|
|
285
|
+
version = "4.6.2"
|
|
306
286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
307
|
-
checksum = "
|
|
287
|
+
checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
|
|
308
288
|
dependencies = [
|
|
309
289
|
"anstream",
|
|
310
290
|
"anstyle",
|
|
@@ -314,14 +294,14 @@ dependencies = [
|
|
|
314
294
|
|
|
315
295
|
[[package]]
|
|
316
296
|
name = "clap_derive"
|
|
317
|
-
version = "4.6.
|
|
297
|
+
version = "4.6.4"
|
|
318
298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
-
checksum = "
|
|
299
|
+
checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
|
|
320
300
|
dependencies = [
|
|
321
301
|
"heck",
|
|
322
302
|
"proc-macro2",
|
|
323
303
|
"quote",
|
|
324
|
-
"syn",
|
|
304
|
+
"syn 3.0.3",
|
|
325
305
|
]
|
|
326
306
|
|
|
327
307
|
[[package]]
|
|
@@ -381,18 +361,18 @@ dependencies = [
|
|
|
381
361
|
|
|
382
362
|
[[package]]
|
|
383
363
|
name = "crossbeam-channel"
|
|
384
|
-
version = "0.5.
|
|
364
|
+
version = "0.5.16"
|
|
385
365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
-
checksum = "
|
|
366
|
+
checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
|
|
387
367
|
dependencies = [
|
|
388
368
|
"crossbeam-utils",
|
|
389
369
|
]
|
|
390
370
|
|
|
391
371
|
[[package]]
|
|
392
372
|
name = "crossbeam-utils"
|
|
393
|
-
version = "0.8.
|
|
373
|
+
version = "0.8.22"
|
|
394
374
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
-
checksum = "
|
|
375
|
+
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
|
|
396
376
|
|
|
397
377
|
[[package]]
|
|
398
378
|
name = "ctrlc"
|
|
@@ -427,9 +407,9 @@ dependencies = [
|
|
|
427
407
|
|
|
428
408
|
[[package]]
|
|
429
409
|
name = "defmt"
|
|
430
|
-
version = "1.1.
|
|
410
|
+
version = "1.1.1"
|
|
431
411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
432
|
-
checksum = "
|
|
412
|
+
checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
|
|
433
413
|
dependencies = [
|
|
434
414
|
"bitflags 1.3.2",
|
|
435
415
|
"defmt-macros",
|
|
@@ -437,15 +417,14 @@ dependencies = [
|
|
|
437
417
|
|
|
438
418
|
[[package]]
|
|
439
419
|
name = "defmt-macros"
|
|
440
|
-
version = "1.1.
|
|
420
|
+
version = "1.1.1"
|
|
441
421
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
442
|
-
checksum = "
|
|
422
|
+
checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
|
|
443
423
|
dependencies = [
|
|
444
424
|
"defmt-parser",
|
|
445
|
-
"proc-macro-error2",
|
|
446
425
|
"proc-macro2",
|
|
447
426
|
"quote",
|
|
448
|
-
"syn",
|
|
427
|
+
"syn 2.0.119",
|
|
449
428
|
]
|
|
450
429
|
|
|
451
430
|
[[package]]
|
|
@@ -484,7 +463,7 @@ version = "0.3.1"
|
|
|
484
463
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
485
464
|
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
|
|
486
465
|
dependencies = [
|
|
487
|
-
"bitflags 2.13.
|
|
466
|
+
"bitflags 2.13.1",
|
|
488
467
|
"block2",
|
|
489
468
|
"libc",
|
|
490
469
|
"objc2",
|
|
@@ -498,14 +477,14 @@ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
|
|
|
498
477
|
dependencies = [
|
|
499
478
|
"proc-macro2",
|
|
500
479
|
"quote",
|
|
501
|
-
"syn",
|
|
480
|
+
"syn 2.0.119",
|
|
502
481
|
]
|
|
503
482
|
|
|
504
483
|
[[package]]
|
|
505
484
|
name = "either"
|
|
506
|
-
version = "1.
|
|
485
|
+
version = "1.17.0"
|
|
507
486
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
508
|
-
checksum = "
|
|
487
|
+
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
|
|
509
488
|
|
|
510
489
|
[[package]]
|
|
511
490
|
name = "env_filter"
|
|
@@ -567,13 +546,13 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
|
567
546
|
|
|
568
547
|
[[package]]
|
|
569
548
|
name = "fastrand"
|
|
570
|
-
version = "2.
|
|
549
|
+
version = "2.5.0"
|
|
571
550
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
572
|
-
checksum = "
|
|
551
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
573
552
|
|
|
574
553
|
[[package]]
|
|
575
554
|
name = "ffiruby"
|
|
576
|
-
version = "1.1.
|
|
555
|
+
version = "1.1.2"
|
|
577
556
|
dependencies = [
|
|
578
557
|
"anyhow",
|
|
579
558
|
"lazy_static",
|
|
@@ -639,9 +618,9 @@ dependencies = [
|
|
|
639
618
|
|
|
640
619
|
[[package]]
|
|
641
620
|
name = "futures-channel"
|
|
642
|
-
version = "0.3.
|
|
621
|
+
version = "0.3.33"
|
|
643
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
644
|
-
checksum = "
|
|
623
|
+
checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
|
|
645
624
|
dependencies = [
|
|
646
625
|
"futures-core",
|
|
647
626
|
"futures-sink",
|
|
@@ -649,33 +628,33 @@ dependencies = [
|
|
|
649
628
|
|
|
650
629
|
[[package]]
|
|
651
630
|
name = "futures-core"
|
|
652
|
-
version = "0.3.
|
|
631
|
+
version = "0.3.33"
|
|
653
632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
654
|
-
checksum = "
|
|
633
|
+
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
|
|
655
634
|
|
|
656
635
|
[[package]]
|
|
657
636
|
name = "futures-io"
|
|
658
|
-
version = "0.3.
|
|
637
|
+
version = "0.3.33"
|
|
659
638
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
-
checksum = "
|
|
639
|
+
checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
|
|
661
640
|
|
|
662
641
|
[[package]]
|
|
663
642
|
name = "futures-sink"
|
|
664
|
-
version = "0.3.
|
|
643
|
+
version = "0.3.33"
|
|
665
644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
666
|
-
checksum = "
|
|
645
|
+
checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
|
|
667
646
|
|
|
668
647
|
[[package]]
|
|
669
648
|
name = "futures-task"
|
|
670
|
-
version = "0.3.
|
|
649
|
+
version = "0.3.33"
|
|
671
650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
-
checksum = "
|
|
651
|
+
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
|
|
673
652
|
|
|
674
653
|
[[package]]
|
|
675
654
|
name = "futures-util"
|
|
676
|
-
version = "0.3.
|
|
655
|
+
version = "0.3.33"
|
|
677
656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
678
|
-
checksum = "
|
|
657
|
+
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
|
|
679
658
|
dependencies = [
|
|
680
659
|
"futures-core",
|
|
681
660
|
"futures-io",
|
|
@@ -732,9 +711,9 @@ dependencies = [
|
|
|
732
711
|
|
|
733
712
|
[[package]]
|
|
734
713
|
name = "glob"
|
|
735
|
-
version = "0.3.
|
|
714
|
+
version = "0.3.4"
|
|
736
715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
-
checksum = "
|
|
716
|
+
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
738
717
|
|
|
739
718
|
[[package]]
|
|
740
719
|
name = "goblin"
|
|
@@ -794,9 +773,9 @@ dependencies = [
|
|
|
794
773
|
|
|
795
774
|
[[package]]
|
|
796
775
|
name = "http-body"
|
|
797
|
-
version = "1.0
|
|
776
|
+
version = "1.1.0"
|
|
798
777
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
799
|
-
checksum = "
|
|
778
|
+
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
|
|
800
779
|
dependencies = [
|
|
801
780
|
"bytes",
|
|
802
781
|
"http",
|
|
@@ -804,9 +783,9 @@ dependencies = [
|
|
|
804
783
|
|
|
805
784
|
[[package]]
|
|
806
785
|
name = "http-body-util"
|
|
807
|
-
version = "0.1.
|
|
786
|
+
version = "0.1.4"
|
|
808
787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
809
|
-
checksum = "
|
|
788
|
+
checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
|
|
810
789
|
dependencies = [
|
|
811
790
|
"bytes",
|
|
812
791
|
"futures-core",
|
|
@@ -823,15 +802,15 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
823
802
|
|
|
824
803
|
[[package]]
|
|
825
804
|
name = "humantime"
|
|
826
|
-
version = "2.
|
|
805
|
+
version = "2.4.0"
|
|
827
806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
828
|
-
checksum = "
|
|
807
|
+
checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
|
|
829
808
|
|
|
830
809
|
[[package]]
|
|
831
810
|
name = "hyper"
|
|
832
|
-
version = "1.
|
|
811
|
+
version = "1.11.0"
|
|
833
812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
834
|
-
checksum = "
|
|
813
|
+
checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
|
|
835
814
|
dependencies = [
|
|
836
815
|
"atomic-waker",
|
|
837
816
|
"bytes",
|
|
@@ -1094,11 +1073,12 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
1094
1073
|
|
|
1095
1074
|
[[package]]
|
|
1096
1075
|
name = "jiff"
|
|
1097
|
-
version = "0.2.
|
|
1076
|
+
version = "0.2.35"
|
|
1098
1077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1099
|
-
checksum = "
|
|
1078
|
+
checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
|
|
1100
1079
|
dependencies = [
|
|
1101
1080
|
"defmt",
|
|
1081
|
+
"jiff-core",
|
|
1102
1082
|
"jiff-static",
|
|
1103
1083
|
"log",
|
|
1104
1084
|
"portable-atomic",
|
|
@@ -1106,22 +1086,32 @@ dependencies = [
|
|
|
1106
1086
|
"serde_core",
|
|
1107
1087
|
]
|
|
1108
1088
|
|
|
1089
|
+
[[package]]
|
|
1090
|
+
name = "jiff-core"
|
|
1091
|
+
version = "0.1.0"
|
|
1092
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1093
|
+
checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
|
|
1094
|
+
dependencies = [
|
|
1095
|
+
"defmt",
|
|
1096
|
+
]
|
|
1097
|
+
|
|
1109
1098
|
[[package]]
|
|
1110
1099
|
name = "jiff-static"
|
|
1111
|
-
version = "0.2.
|
|
1100
|
+
version = "0.2.35"
|
|
1112
1101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "
|
|
1102
|
+
checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
|
|
1114
1103
|
dependencies = [
|
|
1104
|
+
"jiff-core",
|
|
1115
1105
|
"proc-macro2",
|
|
1116
1106
|
"quote",
|
|
1117
|
-
"syn",
|
|
1107
|
+
"syn 2.0.119",
|
|
1118
1108
|
]
|
|
1119
1109
|
|
|
1120
1110
|
[[package]]
|
|
1121
1111
|
name = "js-sys"
|
|
1122
|
-
version = "0.3.
|
|
1112
|
+
version = "0.3.103"
|
|
1123
1113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1124
|
-
checksum = "
|
|
1114
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
1125
1115
|
dependencies = [
|
|
1126
1116
|
"cfg-if",
|
|
1127
1117
|
"futures-util",
|
|
@@ -1136,15 +1126,15 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
1136
1126
|
|
|
1137
1127
|
[[package]]
|
|
1138
1128
|
name = "libc"
|
|
1139
|
-
version = "0.2.
|
|
1129
|
+
version = "0.2.189"
|
|
1140
1130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1141
|
-
checksum = "
|
|
1131
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
1142
1132
|
|
|
1143
1133
|
[[package]]
|
|
1144
1134
|
name = "libflate"
|
|
1145
|
-
version = "2.3.
|
|
1135
|
+
version = "2.3.1"
|
|
1146
1136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1147
|
-
checksum = "
|
|
1137
|
+
checksum = "a4da9b700e758e57152a1fd1c52cbdc5727c1aa6d8743dc1acda917398f1d76c"
|
|
1148
1138
|
dependencies = [
|
|
1149
1139
|
"adler32",
|
|
1150
1140
|
"crc32fast",
|
|
@@ -1180,16 +1170,16 @@ version = "0.14.11"
|
|
|
1180
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
1171
|
checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757"
|
|
1182
1172
|
dependencies = [
|
|
1183
|
-
"bindgen
|
|
1173
|
+
"bindgen",
|
|
1184
1174
|
"errno",
|
|
1185
1175
|
"libc",
|
|
1186
1176
|
]
|
|
1187
1177
|
|
|
1188
1178
|
[[package]]
|
|
1189
1179
|
name = "libredox"
|
|
1190
|
-
version = "0.1.
|
|
1180
|
+
version = "0.1.18"
|
|
1191
1181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1192
|
-
checksum = "
|
|
1182
|
+
checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
|
|
1193
1183
|
dependencies = [
|
|
1194
1184
|
"libc",
|
|
1195
1185
|
]
|
|
@@ -1230,15 +1220,6 @@ dependencies = [
|
|
|
1230
1220
|
"libc",
|
|
1231
1221
|
]
|
|
1232
1222
|
|
|
1233
|
-
[[package]]
|
|
1234
|
-
name = "mach2"
|
|
1235
|
-
version = "0.4.3"
|
|
1236
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1237
|
-
checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
|
|
1238
|
-
dependencies = [
|
|
1239
|
-
"libc",
|
|
1240
|
-
]
|
|
1241
|
-
|
|
1242
1223
|
[[package]]
|
|
1243
1224
|
name = "mach2"
|
|
1244
1225
|
version = "0.6.0"
|
|
@@ -1253,9 +1234,9 @@ checksum = "3e854583a83f20cf329bb9283366335387f7db59d640d1412167e05fedb98826"
|
|
|
1253
1234
|
|
|
1254
1235
|
[[package]]
|
|
1255
1236
|
name = "memchr"
|
|
1256
|
-
version = "2.8.
|
|
1237
|
+
version = "2.8.3"
|
|
1257
1238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1258
|
-
checksum = "
|
|
1239
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
1259
1240
|
|
|
1260
1241
|
[[package]]
|
|
1261
1242
|
name = "memmap2"
|
|
@@ -1284,9 +1265,9 @@ dependencies = [
|
|
|
1284
1265
|
|
|
1285
1266
|
[[package]]
|
|
1286
1267
|
name = "mio"
|
|
1287
|
-
version = "1.2.
|
|
1268
|
+
version = "1.2.2"
|
|
1288
1269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1289
|
-
checksum = "
|
|
1270
|
+
checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
|
|
1290
1271
|
dependencies = [
|
|
1291
1272
|
"libc",
|
|
1292
1273
|
"wasi",
|
|
@@ -1316,7 +1297,7 @@ version = "0.31.3"
|
|
|
1316
1297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1317
1298
|
checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
|
|
1318
1299
|
dependencies = [
|
|
1319
|
-
"bitflags 2.13.
|
|
1300
|
+
"bitflags 2.13.1",
|
|
1320
1301
|
"cfg-if",
|
|
1321
1302
|
"cfg_aliases",
|
|
1322
1303
|
"libc",
|
|
@@ -1404,7 +1385,7 @@ version = "0.10.81"
|
|
|
1404
1385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1405
1386
|
checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
|
|
1406
1387
|
dependencies = [
|
|
1407
|
-
"bitflags 2.13.
|
|
1388
|
+
"bitflags 2.13.1",
|
|
1408
1389
|
"cfg-if",
|
|
1409
1390
|
"foreign-types",
|
|
1410
1391
|
"libc",
|
|
@@ -1420,7 +1401,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
1420
1401
|
dependencies = [
|
|
1421
1402
|
"proc-macro2",
|
|
1422
1403
|
"quote",
|
|
1423
|
-
"syn",
|
|
1404
|
+
"syn 2.0.119",
|
|
1424
1405
|
]
|
|
1425
1406
|
|
|
1426
1407
|
[[package]]
|
|
@@ -1486,9 +1467,9 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
|
1486
1467
|
|
|
1487
1468
|
[[package]]
|
|
1488
1469
|
name = "portable-atomic"
|
|
1489
|
-
version = "1.
|
|
1470
|
+
version = "1.14.0"
|
|
1490
1471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1491
|
-
checksum = "
|
|
1472
|
+
checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
|
|
1492
1473
|
|
|
1493
1474
|
[[package]]
|
|
1494
1475
|
name = "portable-atomic-util"
|
|
@@ -1525,54 +1506,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1525
1506
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
1526
1507
|
dependencies = [
|
|
1527
1508
|
"proc-macro2",
|
|
1528
|
-
"syn",
|
|
1529
|
-
]
|
|
1530
|
-
|
|
1531
|
-
[[package]]
|
|
1532
|
-
name = "proc-macro-error-attr2"
|
|
1533
|
-
version = "2.0.0"
|
|
1534
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1535
|
-
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
1536
|
-
dependencies = [
|
|
1537
|
-
"proc-macro2",
|
|
1538
|
-
"quote",
|
|
1539
|
-
]
|
|
1540
|
-
|
|
1541
|
-
[[package]]
|
|
1542
|
-
name = "proc-macro-error2"
|
|
1543
|
-
version = "2.0.1"
|
|
1544
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1545
|
-
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
1546
|
-
dependencies = [
|
|
1547
|
-
"proc-macro-error-attr2",
|
|
1548
|
-
"proc-macro2",
|
|
1549
|
-
"quote",
|
|
1550
|
-
"syn",
|
|
1509
|
+
"syn 2.0.119",
|
|
1551
1510
|
]
|
|
1552
1511
|
|
|
1553
1512
|
[[package]]
|
|
1554
1513
|
name = "proc-macro2"
|
|
1555
|
-
version = "1.0.
|
|
1514
|
+
version = "1.0.107"
|
|
1556
1515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1557
|
-
checksum = "
|
|
1516
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
1558
1517
|
dependencies = [
|
|
1559
1518
|
"unicode-ident",
|
|
1560
1519
|
]
|
|
1561
1520
|
|
|
1562
|
-
[[package]]
|
|
1563
|
-
name = "proc-maps"
|
|
1564
|
-
version = "0.4.0"
|
|
1565
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1566
|
-
checksum = "3db44c5aa60e193a25fcd93bb9ed27423827e8f118897866f946e2cf936c44fb"
|
|
1567
|
-
dependencies = [
|
|
1568
|
-
"anyhow",
|
|
1569
|
-
"bindgen 0.70.1",
|
|
1570
|
-
"libc",
|
|
1571
|
-
"libproc",
|
|
1572
|
-
"mach2 0.4.3",
|
|
1573
|
-
"winapi",
|
|
1574
|
-
]
|
|
1575
|
-
|
|
1576
1521
|
[[package]]
|
|
1577
1522
|
name = "proc-maps"
|
|
1578
1523
|
version = "0.5.0"
|
|
@@ -1580,10 +1525,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1580
1525
|
checksum = "221de5f6ef11b9be9d59b330c5b81799b3e7c51b18af84c1f235ef88998b00e1"
|
|
1581
1526
|
dependencies = [
|
|
1582
1527
|
"anyhow",
|
|
1583
|
-
"bindgen
|
|
1528
|
+
"bindgen",
|
|
1584
1529
|
"libc",
|
|
1585
1530
|
"libproc",
|
|
1586
|
-
"mach2
|
|
1531
|
+
"mach2",
|
|
1587
1532
|
"winapi",
|
|
1588
1533
|
]
|
|
1589
1534
|
|
|
@@ -1607,7 +1552,7 @@ dependencies = [
|
|
|
1607
1552
|
"itertools 0.14.0",
|
|
1608
1553
|
"proc-macro2",
|
|
1609
1554
|
"quote",
|
|
1610
|
-
"syn",
|
|
1555
|
+
"syn 2.0.119",
|
|
1611
1556
|
]
|
|
1612
1557
|
|
|
1613
1558
|
[[package]]
|
|
@@ -1621,9 +1566,9 @@ dependencies = [
|
|
|
1621
1566
|
|
|
1622
1567
|
[[package]]
|
|
1623
1568
|
name = "quote"
|
|
1624
|
-
version = "1.0.
|
|
1569
|
+
version = "1.0.47"
|
|
1625
1570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1626
|
-
checksum = "
|
|
1571
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
1627
1572
|
dependencies = [
|
|
1628
1573
|
"proc-macro2",
|
|
1629
1574
|
]
|
|
@@ -1642,9 +1587,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
1642
1587
|
|
|
1643
1588
|
[[package]]
|
|
1644
1589
|
name = "rand"
|
|
1645
|
-
version = "0.10.
|
|
1590
|
+
version = "0.10.2"
|
|
1646
1591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1647
|
-
checksum = "
|
|
1592
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
1648
1593
|
dependencies = [
|
|
1649
1594
|
"chacha20",
|
|
1650
1595
|
"getrandom 0.4.3",
|
|
@@ -1659,9 +1604,9 @@ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
|
1659
1604
|
|
|
1660
1605
|
[[package]]
|
|
1661
1606
|
name = "rbspy"
|
|
1662
|
-
version = "0.
|
|
1607
|
+
version = "0.51.0"
|
|
1663
1608
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1664
|
-
checksum = "
|
|
1609
|
+
checksum = "b940d835e2da0fab5a81c875c1d359e5e826b82c762469feeb439806ef90c7c2"
|
|
1665
1610
|
dependencies = [
|
|
1666
1611
|
"anyhow",
|
|
1667
1612
|
"chrono",
|
|
@@ -1677,7 +1622,7 @@ dependencies = [
|
|
|
1677
1622
|
"log",
|
|
1678
1623
|
"memmap2",
|
|
1679
1624
|
"nix",
|
|
1680
|
-
"proc-maps
|
|
1625
|
+
"proc-maps",
|
|
1681
1626
|
"prost",
|
|
1682
1627
|
"rand",
|
|
1683
1628
|
"rbspy-ruby-structs",
|
|
@@ -1695,20 +1640,20 @@ dependencies = [
|
|
|
1695
1640
|
|
|
1696
1641
|
[[package]]
|
|
1697
1642
|
name = "rbspy-ruby-structs"
|
|
1698
|
-
version = "0.
|
|
1643
|
+
version = "0.51.0"
|
|
1699
1644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1700
|
-
checksum = "
|
|
1645
|
+
checksum = "4e5149a83846ebf56c59303c11d8bb40a1695f6d82b4fac14d7a6c49c1be9dc3"
|
|
1701
1646
|
|
|
1702
1647
|
[[package]]
|
|
1703
1648
|
name = "read-process-memory"
|
|
1704
|
-
version = "0.
|
|
1649
|
+
version = "0.2.0"
|
|
1705
1650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1706
|
-
checksum = "
|
|
1651
|
+
checksum = "98379bd2cb26a9ad7d0af215816348a41279285fd15e40b398af97108207a9d3"
|
|
1707
1652
|
dependencies = [
|
|
1708
1653
|
"libc",
|
|
1709
1654
|
"log",
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1655
|
+
"mach2",
|
|
1656
|
+
"windows-sys",
|
|
1712
1657
|
]
|
|
1713
1658
|
|
|
1714
1659
|
[[package]]
|
|
@@ -1717,7 +1662,7 @@ version = "0.5.18"
|
|
|
1717
1662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1718
1663
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1719
1664
|
dependencies = [
|
|
1720
|
-
"bitflags 2.13.
|
|
1665
|
+
"bitflags 2.13.1",
|
|
1721
1666
|
]
|
|
1722
1667
|
|
|
1723
1668
|
[[package]]
|
|
@@ -1733,9 +1678,9 @@ dependencies = [
|
|
|
1733
1678
|
|
|
1734
1679
|
[[package]]
|
|
1735
1680
|
name = "regex"
|
|
1736
|
-
version = "1.
|
|
1681
|
+
version = "1.13.1"
|
|
1737
1682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1738
|
-
checksum = "
|
|
1683
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
1739
1684
|
dependencies = [
|
|
1740
1685
|
"aho-corasick",
|
|
1741
1686
|
"memchr",
|
|
@@ -1745,9 +1690,9 @@ dependencies = [
|
|
|
1745
1690
|
|
|
1746
1691
|
[[package]]
|
|
1747
1692
|
name = "regex-automata"
|
|
1748
|
-
version = "0.4.
|
|
1693
|
+
version = "0.4.16"
|
|
1749
1694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1750
|
-
checksum = "
|
|
1695
|
+
checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
|
|
1751
1696
|
dependencies = [
|
|
1752
1697
|
"aho-corasick",
|
|
1753
1698
|
"memchr",
|
|
@@ -1762,9 +1707,9 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
|
1762
1707
|
|
|
1763
1708
|
[[package]]
|
|
1764
1709
|
name = "remoteprocess"
|
|
1765
|
-
version = "0.5.
|
|
1710
|
+
version = "0.5.3"
|
|
1766
1711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1767
|
-
checksum = "
|
|
1712
|
+
checksum = "1cf003a7855be186c613b65f6aa897d47e3d212e000862471b110ed662dbf438"
|
|
1768
1713
|
dependencies = [
|
|
1769
1714
|
"addr2line",
|
|
1770
1715
|
"cfg-if",
|
|
@@ -1778,7 +1723,7 @@ dependencies = [
|
|
|
1778
1723
|
"memmap2",
|
|
1779
1724
|
"nix",
|
|
1780
1725
|
"object",
|
|
1781
|
-
"proc-maps
|
|
1726
|
+
"proc-maps",
|
|
1782
1727
|
"read-process-memory",
|
|
1783
1728
|
"regex",
|
|
1784
1729
|
"winapi",
|
|
@@ -1838,21 +1783,15 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
|
|
1838
1783
|
|
|
1839
1784
|
[[package]]
|
|
1840
1785
|
name = "rustc-demangle"
|
|
1841
|
-
version = "0.1.
|
|
1842
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1843
|
-
checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
|
|
1844
|
-
|
|
1845
|
-
[[package]]
|
|
1846
|
-
name = "rustc-hash"
|
|
1847
|
-
version = "1.1.0"
|
|
1786
|
+
version = "0.1.28"
|
|
1848
1787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1849
|
-
checksum = "
|
|
1788
|
+
checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
|
|
1850
1789
|
|
|
1851
1790
|
[[package]]
|
|
1852
1791
|
name = "rustc-hash"
|
|
1853
|
-
version = "2.1.
|
|
1792
|
+
version = "2.1.3"
|
|
1854
1793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1855
|
-
checksum = "
|
|
1794
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
1856
1795
|
|
|
1857
1796
|
[[package]]
|
|
1858
1797
|
name = "rustix"
|
|
@@ -1860,7 +1799,7 @@ version = "1.1.4"
|
|
|
1860
1799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1861
1800
|
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1862
1801
|
dependencies = [
|
|
1863
|
-
"bitflags 2.13.
|
|
1802
|
+
"bitflags 2.13.1",
|
|
1864
1803
|
"errno",
|
|
1865
1804
|
"libc",
|
|
1866
1805
|
"linux-raw-sys",
|
|
@@ -1869,18 +1808,18 @@ dependencies = [
|
|
|
1869
1808
|
|
|
1870
1809
|
[[package]]
|
|
1871
1810
|
name = "rustls-pki-types"
|
|
1872
|
-
version = "1.
|
|
1811
|
+
version = "1.15.1"
|
|
1873
1812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1874
|
-
checksum = "
|
|
1813
|
+
checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
|
|
1875
1814
|
dependencies = [
|
|
1876
1815
|
"zeroize",
|
|
1877
1816
|
]
|
|
1878
1817
|
|
|
1879
1818
|
[[package]]
|
|
1880
1819
|
name = "rustversion"
|
|
1881
|
-
version = "1.0.
|
|
1820
|
+
version = "1.0.23"
|
|
1882
1821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1883
|
-
checksum = "
|
|
1822
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
1884
1823
|
|
|
1885
1824
|
[[package]]
|
|
1886
1825
|
name = "ruzstd"
|
|
@@ -1929,7 +1868,7 @@ checksum = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d"
|
|
|
1929
1868
|
dependencies = [
|
|
1930
1869
|
"proc-macro2",
|
|
1931
1870
|
"quote",
|
|
1932
|
-
"syn",
|
|
1871
|
+
"syn 2.0.119",
|
|
1933
1872
|
]
|
|
1934
1873
|
|
|
1935
1874
|
[[package]]
|
|
@@ -1938,7 +1877,7 @@ version = "3.7.0"
|
|
|
1938
1877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1939
1878
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
1940
1879
|
dependencies = [
|
|
1941
|
-
"bitflags 2.13.
|
|
1880
|
+
"bitflags 2.13.1",
|
|
1942
1881
|
"core-foundation",
|
|
1943
1882
|
"core-foundation-sys",
|
|
1944
1883
|
"libc",
|
|
@@ -1963,38 +1902,38 @@ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
1963
1902
|
|
|
1964
1903
|
[[package]]
|
|
1965
1904
|
name = "serde"
|
|
1966
|
-
version = "1.0.
|
|
1905
|
+
version = "1.0.229"
|
|
1967
1906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1968
|
-
checksum = "
|
|
1907
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
1969
1908
|
dependencies = [
|
|
1970
1909
|
"serde_core",
|
|
1971
1910
|
]
|
|
1972
1911
|
|
|
1973
1912
|
[[package]]
|
|
1974
1913
|
name = "serde_core"
|
|
1975
|
-
version = "1.0.
|
|
1914
|
+
version = "1.0.229"
|
|
1976
1915
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1977
|
-
checksum = "
|
|
1916
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
1978
1917
|
dependencies = [
|
|
1979
1918
|
"serde_derive",
|
|
1980
1919
|
]
|
|
1981
1920
|
|
|
1982
1921
|
[[package]]
|
|
1983
1922
|
name = "serde_derive"
|
|
1984
|
-
version = "1.0.
|
|
1923
|
+
version = "1.0.229"
|
|
1985
1924
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1986
|
-
checksum = "
|
|
1925
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
1987
1926
|
dependencies = [
|
|
1988
1927
|
"proc-macro2",
|
|
1989
1928
|
"quote",
|
|
1990
|
-
"syn",
|
|
1929
|
+
"syn 3.0.3",
|
|
1991
1930
|
]
|
|
1992
1931
|
|
|
1993
1932
|
[[package]]
|
|
1994
1933
|
name = "serde_json"
|
|
1995
|
-
version = "1.0.
|
|
1934
|
+
version = "1.0.151"
|
|
1996
1935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1997
|
-
checksum = "
|
|
1936
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
1998
1937
|
dependencies = [
|
|
1999
1938
|
"itoa",
|
|
2000
1939
|
"memchr",
|
|
@@ -2029,9 +1968,9 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
|
2029
1968
|
|
|
2030
1969
|
[[package]]
|
|
2031
1970
|
name = "simd-adler32"
|
|
2032
|
-
version = "0.3.
|
|
1971
|
+
version = "0.3.10"
|
|
2033
1972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2034
|
-
checksum = "
|
|
1973
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
2035
1974
|
|
|
2036
1975
|
[[package]]
|
|
2037
1976
|
name = "slab"
|
|
@@ -2047,9 +1986,9 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
|
2047
1986
|
|
|
2048
1987
|
[[package]]
|
|
2049
1988
|
name = "socket2"
|
|
2050
|
-
version = "0.6.
|
|
1989
|
+
version = "0.6.5"
|
|
2051
1990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2052
|
-
checksum = "
|
|
1991
|
+
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
2053
1992
|
dependencies = [
|
|
2054
1993
|
"libc",
|
|
2055
1994
|
"windows-sys",
|
|
@@ -2067,7 +2006,7 @@ dependencies = [
|
|
|
2067
2006
|
"libc",
|
|
2068
2007
|
"log",
|
|
2069
2008
|
"memmap2",
|
|
2070
|
-
"proc-maps
|
|
2009
|
+
"proc-maps",
|
|
2071
2010
|
"regex",
|
|
2072
2011
|
"remoteprocess",
|
|
2073
2012
|
]
|
|
@@ -2092,9 +2031,20 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
2092
2031
|
|
|
2093
2032
|
[[package]]
|
|
2094
2033
|
name = "syn"
|
|
2095
|
-
version = "2.0.
|
|
2034
|
+
version = "2.0.119"
|
|
2096
2035
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2097
|
-
checksum = "
|
|
2036
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
2037
|
+
dependencies = [
|
|
2038
|
+
"proc-macro2",
|
|
2039
|
+
"quote",
|
|
2040
|
+
"unicode-ident",
|
|
2041
|
+
]
|
|
2042
|
+
|
|
2043
|
+
[[package]]
|
|
2044
|
+
name = "syn"
|
|
2045
|
+
version = "3.0.3"
|
|
2046
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2047
|
+
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
2098
2048
|
dependencies = [
|
|
2099
2049
|
"proc-macro2",
|
|
2100
2050
|
"quote",
|
|
@@ -2118,7 +2068,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
2118
2068
|
dependencies = [
|
|
2119
2069
|
"proc-macro2",
|
|
2120
2070
|
"quote",
|
|
2121
|
-
"syn",
|
|
2071
|
+
"syn 2.0.119",
|
|
2122
2072
|
]
|
|
2123
2073
|
|
|
2124
2074
|
[[package]]
|
|
@@ -2155,22 +2105,22 @@ dependencies = [
|
|
|
2155
2105
|
|
|
2156
2106
|
[[package]]
|
|
2157
2107
|
name = "thiserror"
|
|
2158
|
-
version = "2.0.
|
|
2108
|
+
version = "2.0.19"
|
|
2159
2109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2160
|
-
checksum = "
|
|
2110
|
+
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
|
|
2161
2111
|
dependencies = [
|
|
2162
2112
|
"thiserror-impl",
|
|
2163
2113
|
]
|
|
2164
2114
|
|
|
2165
2115
|
[[package]]
|
|
2166
2116
|
name = "thiserror-impl"
|
|
2167
|
-
version = "2.0.
|
|
2117
|
+
version = "2.0.19"
|
|
2168
2118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2169
|
-
checksum = "
|
|
2119
|
+
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
|
|
2170
2120
|
dependencies = [
|
|
2171
2121
|
"proc-macro2",
|
|
2172
2122
|
"quote",
|
|
2173
|
-
"syn",
|
|
2123
|
+
"syn 3.0.3",
|
|
2174
2124
|
]
|
|
2175
2125
|
|
|
2176
2126
|
[[package]]
|
|
@@ -2185,9 +2135,9 @@ dependencies = [
|
|
|
2185
2135
|
|
|
2186
2136
|
[[package]]
|
|
2187
2137
|
name = "tokio"
|
|
2188
|
-
version = "1.
|
|
2138
|
+
version = "1.53.1"
|
|
2189
2139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2190
|
-
checksum = "
|
|
2140
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
2191
2141
|
dependencies = [
|
|
2192
2142
|
"bytes",
|
|
2193
2143
|
"libc",
|
|
@@ -2228,7 +2178,7 @@ version = "0.6.11"
|
|
|
2228
2178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2229
2179
|
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
2230
2180
|
dependencies = [
|
|
2231
|
-
"bitflags 2.13.
|
|
2181
|
+
"bitflags 2.13.1",
|
|
2232
2182
|
"bytes",
|
|
2233
2183
|
"futures-util",
|
|
2234
2184
|
"http",
|
|
@@ -2279,9 +2229,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
2279
2229
|
|
|
2280
2230
|
[[package]]
|
|
2281
2231
|
name = "twox-hash"
|
|
2282
|
-
version = "2.1.
|
|
2232
|
+
version = "2.1.3"
|
|
2283
2233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2284
|
-
checksum = "
|
|
2234
|
+
checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9"
|
|
2285
2235
|
|
|
2286
2236
|
[[package]]
|
|
2287
2237
|
name = "typed-arena"
|
|
@@ -2321,9 +2271,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
2321
2271
|
|
|
2322
2272
|
[[package]]
|
|
2323
2273
|
name = "uuid"
|
|
2324
|
-
version = "1.
|
|
2274
|
+
version = "1.24.0"
|
|
2325
2275
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2326
|
-
checksum = "
|
|
2276
|
+
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
|
2327
2277
|
dependencies = [
|
|
2328
2278
|
"getrandom 0.4.3",
|
|
2329
2279
|
"js-sys",
|
|
@@ -2368,9 +2318,9 @@ dependencies = [
|
|
|
2368
2318
|
|
|
2369
2319
|
[[package]]
|
|
2370
2320
|
name = "wasm-bindgen"
|
|
2371
|
-
version = "0.2.
|
|
2321
|
+
version = "0.2.126"
|
|
2372
2322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2373
|
-
checksum = "
|
|
2323
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
2374
2324
|
dependencies = [
|
|
2375
2325
|
"cfg-if",
|
|
2376
2326
|
"once_cell",
|
|
@@ -2381,9 +2331,9 @@ dependencies = [
|
|
|
2381
2331
|
|
|
2382
2332
|
[[package]]
|
|
2383
2333
|
name = "wasm-bindgen-futures"
|
|
2384
|
-
version = "0.4.
|
|
2334
|
+
version = "0.4.76"
|
|
2385
2335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2386
|
-
checksum = "
|
|
2336
|
+
checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
|
|
2387
2337
|
dependencies = [
|
|
2388
2338
|
"js-sys",
|
|
2389
2339
|
"wasm-bindgen",
|
|
@@ -2391,9 +2341,9 @@ dependencies = [
|
|
|
2391
2341
|
|
|
2392
2342
|
[[package]]
|
|
2393
2343
|
name = "wasm-bindgen-macro"
|
|
2394
|
-
version = "0.2.
|
|
2344
|
+
version = "0.2.126"
|
|
2395
2345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2396
|
-
checksum = "
|
|
2346
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
2397
2347
|
dependencies = [
|
|
2398
2348
|
"quote",
|
|
2399
2349
|
"wasm-bindgen-macro-support",
|
|
@@ -2401,31 +2351,31 @@ dependencies = [
|
|
|
2401
2351
|
|
|
2402
2352
|
[[package]]
|
|
2403
2353
|
name = "wasm-bindgen-macro-support"
|
|
2404
|
-
version = "0.2.
|
|
2354
|
+
version = "0.2.126"
|
|
2405
2355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2406
|
-
checksum = "
|
|
2356
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
2407
2357
|
dependencies = [
|
|
2408
2358
|
"bumpalo",
|
|
2409
2359
|
"proc-macro2",
|
|
2410
2360
|
"quote",
|
|
2411
|
-
"syn",
|
|
2361
|
+
"syn 2.0.119",
|
|
2412
2362
|
"wasm-bindgen-shared",
|
|
2413
2363
|
]
|
|
2414
2364
|
|
|
2415
2365
|
[[package]]
|
|
2416
2366
|
name = "wasm-bindgen-shared"
|
|
2417
|
-
version = "0.2.
|
|
2367
|
+
version = "0.2.126"
|
|
2418
2368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2419
|
-
checksum = "
|
|
2369
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
2420
2370
|
dependencies = [
|
|
2421
2371
|
"unicode-ident",
|
|
2422
2372
|
]
|
|
2423
2373
|
|
|
2424
2374
|
[[package]]
|
|
2425
2375
|
name = "web-sys"
|
|
2426
|
-
version = "0.3.
|
|
2376
|
+
version = "0.3.103"
|
|
2427
2377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2428
|
-
checksum = "
|
|
2378
|
+
checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
|
|
2429
2379
|
dependencies = [
|
|
2430
2380
|
"js-sys",
|
|
2431
2381
|
"wasm-bindgen",
|
|
@@ -2483,7 +2433,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
2483
2433
|
dependencies = [
|
|
2484
2434
|
"proc-macro2",
|
|
2485
2435
|
"quote",
|
|
2486
|
-
"syn",
|
|
2436
|
+
"syn 2.0.119",
|
|
2487
2437
|
]
|
|
2488
2438
|
|
|
2489
2439
|
[[package]]
|
|
@@ -2494,7 +2444,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
2494
2444
|
dependencies = [
|
|
2495
2445
|
"proc-macro2",
|
|
2496
2446
|
"quote",
|
|
2497
|
-
"syn",
|
|
2447
|
+
"syn 2.0.119",
|
|
2498
2448
|
]
|
|
2499
2449
|
|
|
2500
2450
|
[[package]]
|
|
@@ -2561,28 +2511,28 @@ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
|
2561
2511
|
dependencies = [
|
|
2562
2512
|
"proc-macro2",
|
|
2563
2513
|
"quote",
|
|
2564
|
-
"syn",
|
|
2514
|
+
"syn 2.0.119",
|
|
2565
2515
|
"synstructure",
|
|
2566
2516
|
]
|
|
2567
2517
|
|
|
2568
2518
|
[[package]]
|
|
2569
2519
|
name = "zerocopy"
|
|
2570
|
-
version = "0.8.
|
|
2520
|
+
version = "0.8.55"
|
|
2571
2521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2572
|
-
checksum = "
|
|
2522
|
+
checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
|
|
2573
2523
|
dependencies = [
|
|
2574
2524
|
"zerocopy-derive",
|
|
2575
2525
|
]
|
|
2576
2526
|
|
|
2577
2527
|
[[package]]
|
|
2578
2528
|
name = "zerocopy-derive"
|
|
2579
|
-
version = "0.8.
|
|
2529
|
+
version = "0.8.55"
|
|
2580
2530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2581
|
-
checksum = "
|
|
2531
|
+
checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
|
|
2582
2532
|
dependencies = [
|
|
2583
2533
|
"proc-macro2",
|
|
2584
2534
|
"quote",
|
|
2585
|
-
"syn",
|
|
2535
|
+
"syn 2.0.119",
|
|
2586
2536
|
]
|
|
2587
2537
|
|
|
2588
2538
|
[[package]]
|
|
@@ -2602,7 +2552,7 @@ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
|
2602
2552
|
dependencies = [
|
|
2603
2553
|
"proc-macro2",
|
|
2604
2554
|
"quote",
|
|
2605
|
-
"syn",
|
|
2555
|
+
"syn 2.0.119",
|
|
2606
2556
|
"synstructure",
|
|
2607
2557
|
]
|
|
2608
2558
|
|
|
@@ -2642,11 +2592,11 @@ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
|
2642
2592
|
dependencies = [
|
|
2643
2593
|
"proc-macro2",
|
|
2644
2594
|
"quote",
|
|
2645
|
-
"syn",
|
|
2595
|
+
"syn 2.0.119",
|
|
2646
2596
|
]
|
|
2647
2597
|
|
|
2648
2598
|
[[package]]
|
|
2649
2599
|
name = "zmij"
|
|
2650
|
-
version = "1.0.
|
|
2600
|
+
version = "1.0.23"
|
|
2651
2601
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2652
|
-
checksum = "
|
|
2602
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
data/ext/rbspy/Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "ffiruby"
|
|
3
|
-
version = "1.1.
|
|
3
|
+
version = "1.1.2" # x-release-please-version
|
|
4
4
|
edition = "2021"
|
|
5
5
|
rust-version = "1.66"
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ name = "rbspy"
|
|
|
9
9
|
crate-type = ["cdylib"]
|
|
10
10
|
|
|
11
11
|
[dependencies]
|
|
12
|
-
rbspy = { version = "0.
|
|
12
|
+
rbspy = { version = "0.51" }
|
|
13
13
|
remoteprocess = "0.5"
|
|
14
14
|
pretty_env_logger = "0.5"
|
|
15
15
|
log = "0.4"
|
data/lib/pyroscope/version.rb
CHANGED
data/lib/rbspy/rbspy.so
CHANGED
|
Binary file
|