pyroscope 0.5.8-arm64-darwin → 0.5.10-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/rbspy/Cargo.lock +207 -202
- data/ext/rbspy/src/lib.rs +1 -1
- data/ext/thread_id/Cargo.lock +28 -28
- data/lib/pyroscope/version.rb +1 -1
- data/lib/rbspy/rbspy.bundle +0 -0
- data/lib/thread_id/thread_id.bundle +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81d43afd0903c62810e0fd6c7a1c85184583d144441f33d98e0580662cf95367
|
4
|
+
data.tar.gz: c61ce1a332d4d76ec4f105a6098fbd8e5b5688d449e41c7b2a5dbbe2e1d4a47c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8ccb3e4dcc914b8662a7278375e04bbb16580f603e45546e8075386e79339f8e8d6350fb1e3e3ba9a615a2f1557a2efcd6d989e5ce1328375a25e4fb14d7746
|
7
|
+
data.tar.gz: 5b4fa66a57f884fc19d3a429124c50e7c5956cf7572219651611a25bd0f840d404ce3f4d21e6a8da34be85a75badb1b846ff2abfd136b5bf7704a076dac8f59e
|
data/ext/rbspy/Cargo.lock
CHANGED
@@ -82,15 +82,15 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
|
82
82
|
|
83
83
|
[[package]]
|
84
84
|
name = "arrayvec"
|
85
|
-
version = "0.7.
|
85
|
+
version = "0.7.4"
|
86
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
87
|
-
checksum = "
|
87
|
+
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
88
88
|
|
89
89
|
[[package]]
|
90
90
|
name = "async-channel"
|
91
|
-
version = "1.
|
91
|
+
version = "1.9.0"
|
92
92
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
93
|
-
checksum = "
|
93
|
+
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
94
94
|
dependencies = [
|
95
95
|
"concurrent-queue",
|
96
96
|
"event-listener",
|
@@ -135,6 +135,21 @@ version = "1.1.0"
|
|
135
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
136
136
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
137
137
|
|
138
|
+
[[package]]
|
139
|
+
name = "backtrace"
|
140
|
+
version = "0.3.68"
|
141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
142
|
+
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
143
|
+
dependencies = [
|
144
|
+
"addr2line",
|
145
|
+
"cc",
|
146
|
+
"cfg-if",
|
147
|
+
"libc",
|
148
|
+
"miniz_oxide",
|
149
|
+
"object",
|
150
|
+
"rustc-demangle",
|
151
|
+
]
|
152
|
+
|
138
153
|
[[package]]
|
139
154
|
name = "base64"
|
140
155
|
version = "0.21.2"
|
@@ -166,7 +181,7 @@ version = "0.59.2"
|
|
166
181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
167
182
|
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
168
183
|
dependencies = [
|
169
|
-
"bitflags",
|
184
|
+
"bitflags 1.3.2",
|
170
185
|
"cexpr",
|
171
186
|
"clang-sys",
|
172
187
|
"lazy_static 1.4.0",
|
@@ -185,7 +200,7 @@ version = "0.60.1"
|
|
185
200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
186
201
|
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
|
187
202
|
dependencies = [
|
188
|
-
"bitflags",
|
203
|
+
"bitflags 1.3.2",
|
189
204
|
"cexpr",
|
190
205
|
"clang-sys",
|
191
206
|
"clap 3.2.25",
|
@@ -208,7 +223,7 @@ version = "0.64.0"
|
|
208
223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
209
224
|
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
210
225
|
dependencies = [
|
211
|
-
"bitflags",
|
226
|
+
"bitflags 1.3.2",
|
212
227
|
"cexpr",
|
213
228
|
"clang-sys",
|
214
229
|
"lazy_static 1.4.0",
|
@@ -228,6 +243,12 @@ version = "1.3.2"
|
|
228
243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
229
244
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
230
245
|
|
246
|
+
[[package]]
|
247
|
+
name = "bitflags"
|
248
|
+
version = "2.3.3"
|
249
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
250
|
+
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
251
|
+
|
231
252
|
[[package]]
|
232
253
|
name = "blocking"
|
233
254
|
version = "1.3.1"
|
@@ -341,7 +362,7 @@ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
341
362
|
dependencies = [
|
342
363
|
"ansi_term",
|
343
364
|
"atty",
|
344
|
-
"bitflags",
|
365
|
+
"bitflags 1.3.2",
|
345
366
|
"strsim 0.8.0",
|
346
367
|
"textwrap 0.11.0",
|
347
368
|
"unicode-width",
|
@@ -355,7 +376,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
376
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
356
377
|
dependencies = [
|
357
378
|
"atty",
|
358
|
-
"bitflags",
|
379
|
+
"bitflags 1.3.2",
|
359
380
|
"clap_derive",
|
360
381
|
"clap_lex",
|
361
382
|
"indexmap",
|
@@ -404,9 +425,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
404
425
|
|
405
426
|
[[package]]
|
406
427
|
name = "cpp_demangle"
|
407
|
-
version = "0.4.
|
428
|
+
version = "0.4.2"
|
408
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
409
|
-
checksum = "
|
430
|
+
checksum = "ee34052ee3d93d6d8f3e6f81d85c47921f6653a19a7b70e939e3e602d893a674"
|
410
431
|
dependencies = [
|
411
432
|
"cfg-if",
|
412
433
|
]
|
@@ -464,22 +485,23 @@ dependencies = [
|
|
464
485
|
|
465
486
|
[[package]]
|
466
487
|
name = "directories"
|
467
|
-
version = "
|
488
|
+
version = "5.0.1"
|
468
489
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
469
|
-
checksum = "
|
490
|
+
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
470
491
|
dependencies = [
|
471
492
|
"dirs-sys",
|
472
493
|
]
|
473
494
|
|
474
495
|
[[package]]
|
475
496
|
name = "dirs-sys"
|
476
|
-
version = "0.
|
497
|
+
version = "0.4.1"
|
477
498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
478
|
-
checksum = "
|
499
|
+
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
479
500
|
dependencies = [
|
480
501
|
"libc",
|
502
|
+
"option-ext",
|
481
503
|
"redox_users",
|
482
|
-
"
|
504
|
+
"windows-sys",
|
483
505
|
]
|
484
506
|
|
485
507
|
[[package]]
|
@@ -625,12 +647,6 @@ dependencies = [
|
|
625
647
|
"percent-encoding",
|
626
648
|
]
|
627
649
|
|
628
|
-
[[package]]
|
629
|
-
name = "fuchsia-cprng"
|
630
|
-
version = "0.1.1"
|
631
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
632
|
-
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
633
|
-
|
634
650
|
[[package]]
|
635
651
|
name = "futures-channel"
|
636
652
|
version = "0.3.28"
|
@@ -667,6 +683,17 @@ dependencies = [
|
|
667
683
|
"waker-fn",
|
668
684
|
]
|
669
685
|
|
686
|
+
[[package]]
|
687
|
+
name = "futures-macro"
|
688
|
+
version = "0.3.28"
|
689
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
690
|
+
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
691
|
+
dependencies = [
|
692
|
+
"proc-macro2",
|
693
|
+
"quote",
|
694
|
+
"syn 2.0.25",
|
695
|
+
]
|
696
|
+
|
670
697
|
[[package]]
|
671
698
|
name = "futures-sink"
|
672
699
|
version = "0.3.28"
|
@@ -687,6 +714,7 @@ checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
687
714
|
dependencies = [
|
688
715
|
"futures-core",
|
689
716
|
"futures-io",
|
717
|
+
"futures-macro",
|
690
718
|
"futures-task",
|
691
719
|
"memchr",
|
692
720
|
"pin-project-lite",
|
@@ -734,9 +762,9 @@ dependencies = [
|
|
734
762
|
|
735
763
|
[[package]]
|
736
764
|
name = "h2"
|
737
|
-
version = "0.3.
|
765
|
+
version = "0.3.20"
|
738
766
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739
|
-
checksum = "
|
767
|
+
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
|
740
768
|
dependencies = [
|
741
769
|
"bytes",
|
742
770
|
"fnv",
|
@@ -783,18 +811,9 @@ dependencies = [
|
|
783
811
|
|
784
812
|
[[package]]
|
785
813
|
name = "hermit-abi"
|
786
|
-
version = "0.2
|
787
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
788
|
-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
789
|
-
dependencies = [
|
790
|
-
"libc",
|
791
|
-
]
|
792
|
-
|
793
|
-
[[package]]
|
794
|
-
name = "hermit-abi"
|
795
|
-
version = "0.3.1"
|
814
|
+
version = "0.3.2"
|
796
815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
797
|
-
checksum = "
|
816
|
+
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
798
817
|
|
799
818
|
[[package]]
|
800
819
|
name = "http"
|
@@ -847,9 +866,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
847
866
|
|
848
867
|
[[package]]
|
849
868
|
name = "hyper"
|
850
|
-
version = "0.14.
|
869
|
+
version = "0.14.27"
|
851
870
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
852
|
-
checksum = "
|
871
|
+
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
853
872
|
dependencies = [
|
854
873
|
"bytes",
|
855
874
|
"futures-channel",
|
@@ -871,10 +890,11 @@ dependencies = [
|
|
871
890
|
|
872
891
|
[[package]]
|
873
892
|
name = "hyper-rustls"
|
874
|
-
version = "0.24.
|
893
|
+
version = "0.24.1"
|
875
894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
876
|
-
checksum = "
|
895
|
+
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
877
896
|
dependencies = [
|
897
|
+
"futures-util",
|
878
898
|
"http",
|
879
899
|
"hyper",
|
880
900
|
"rustls",
|
@@ -990,26 +1010,25 @@ version = "1.0.11"
|
|
990
1010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
991
1011
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
992
1012
|
dependencies = [
|
993
|
-
"hermit-abi 0.3.
|
1013
|
+
"hermit-abi 0.3.2",
|
994
1014
|
"libc",
|
995
1015
|
"windows-sys",
|
996
1016
|
]
|
997
1017
|
|
998
1018
|
[[package]]
|
999
1019
|
name = "ipnet"
|
1000
|
-
version = "2.
|
1020
|
+
version = "2.8.0"
|
1001
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1002
|
-
checksum = "
|
1022
|
+
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
1003
1023
|
|
1004
1024
|
[[package]]
|
1005
1025
|
name = "is-terminal"
|
1006
|
-
version = "0.4.
|
1026
|
+
version = "0.4.9"
|
1007
1027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1008
|
-
checksum = "
|
1028
|
+
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
1009
1029
|
dependencies = [
|
1010
|
-
"hermit-abi 0.3.
|
1011
|
-
"
|
1012
|
-
"rustix",
|
1030
|
+
"hermit-abi 0.3.2",
|
1031
|
+
"rustix 0.38.3",
|
1013
1032
|
"windows-sys",
|
1014
1033
|
]
|
1015
1034
|
|
@@ -1024,9 +1043,9 @@ dependencies = [
|
|
1024
1043
|
|
1025
1044
|
[[package]]
|
1026
1045
|
name = "itoa"
|
1027
|
-
version = "1.0.
|
1046
|
+
version = "1.0.8"
|
1028
1047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029
|
-
checksum = "
|
1048
|
+
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
|
1030
1049
|
|
1031
1050
|
[[package]]
|
1032
1051
|
name = "js-sys"
|
@@ -1063,9 +1082,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1063
1082
|
|
1064
1083
|
[[package]]
|
1065
1084
|
name = "libc"
|
1066
|
-
version = "0.2.
|
1085
|
+
version = "0.2.147"
|
1067
1086
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1068
|
-
checksum = "
|
1087
|
+
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
1069
1088
|
|
1070
1089
|
[[package]]
|
1071
1090
|
name = "libflate"
|
@@ -1125,6 +1144,12 @@ version = "0.3.8"
|
|
1125
1144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1126
1145
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
1127
1146
|
|
1147
|
+
[[package]]
|
1148
|
+
name = "linux-raw-sys"
|
1149
|
+
version = "0.4.3"
|
1150
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1151
|
+
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
1152
|
+
|
1128
1153
|
[[package]]
|
1129
1154
|
name = "lock_api"
|
1130
1155
|
version = "0.4.10"
|
@@ -1238,7 +1263,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1238
1263
|
checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
|
1239
1264
|
dependencies = [
|
1240
1265
|
"clap 3.2.25",
|
1241
|
-
"rand
|
1266
|
+
"rand",
|
1242
1267
|
]
|
1243
1268
|
|
1244
1269
|
[[package]]
|
@@ -1247,7 +1272,7 @@ version = "0.26.2"
|
|
1247
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1248
1273
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
1249
1274
|
dependencies = [
|
1250
|
-
"bitflags",
|
1275
|
+
"bitflags 1.3.2",
|
1251
1276
|
"cfg-if",
|
1252
1277
|
"libc",
|
1253
1278
|
"memoffset",
|
@@ -1286,11 +1311,11 @@ dependencies = [
|
|
1286
1311
|
|
1287
1312
|
[[package]]
|
1288
1313
|
name = "num_cpus"
|
1289
|
-
version = "1.
|
1314
|
+
version = "1.16.0"
|
1290
1315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1291
|
-
checksum = "
|
1316
|
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1292
1317
|
dependencies = [
|
1293
|
-
"hermit-abi 0.2
|
1318
|
+
"hermit-abi 0.3.2",
|
1294
1319
|
"libc",
|
1295
1320
|
]
|
1296
1321
|
|
@@ -1311,6 +1336,12 @@ version = "1.18.0"
|
|
1311
1336
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1312
1337
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
1313
1338
|
|
1339
|
+
[[package]]
|
1340
|
+
name = "option-ext"
|
1341
|
+
version = "0.2.0"
|
1342
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1343
|
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
1344
|
+
|
1314
1345
|
[[package]]
|
1315
1346
|
name = "os_str_bytes"
|
1316
1347
|
version = "6.5.1"
|
@@ -1350,9 +1381,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
1350
1381
|
|
1351
1382
|
[[package]]
|
1352
1383
|
name = "pin-project-lite"
|
1353
|
-
version = "0.2.
|
1384
|
+
version = "0.2.10"
|
1354
1385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1355
|
-
checksum = "
|
1386
|
+
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
|
1356
1387
|
|
1357
1388
|
[[package]]
|
1358
1389
|
name = "pin-utils"
|
@@ -1408,9 +1439,9 @@ dependencies = [
|
|
1408
1439
|
|
1409
1440
|
[[package]]
|
1410
1441
|
name = "proc-macro2"
|
1411
|
-
version = "1.0.
|
1442
|
+
version = "1.0.64"
|
1412
1443
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1413
|
-
checksum = "
|
1444
|
+
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
|
1414
1445
|
dependencies = [
|
1415
1446
|
"unicode-ident",
|
1416
1447
|
]
|
@@ -1468,6 +1499,43 @@ dependencies = [
|
|
1468
1499
|
"winapi",
|
1469
1500
|
]
|
1470
1501
|
|
1502
|
+
[[package]]
|
1503
|
+
name = "pyroscope-rbspy-oncpu"
|
1504
|
+
version = "0.17.0"
|
1505
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1506
|
+
checksum = "bab7a460ac334ed5b24ada78f1c8e024fdf95ba1f7ef0fdb205e5a5f3331785d"
|
1507
|
+
dependencies = [
|
1508
|
+
"anyhow",
|
1509
|
+
"chrono",
|
1510
|
+
"clap 3.2.25",
|
1511
|
+
"ctrlc",
|
1512
|
+
"directories",
|
1513
|
+
"env_logger 0.10.0",
|
1514
|
+
"flate2",
|
1515
|
+
"goblin",
|
1516
|
+
"inferno",
|
1517
|
+
"lazy_static 1.4.0",
|
1518
|
+
"libc",
|
1519
|
+
"libproc 0.13.0",
|
1520
|
+
"log",
|
1521
|
+
"memmap2",
|
1522
|
+
"nix",
|
1523
|
+
"proc-maps",
|
1524
|
+
"prost",
|
1525
|
+
"rand",
|
1526
|
+
"rbspy-ruby-structs",
|
1527
|
+
"remoteprocess",
|
1528
|
+
"semver",
|
1529
|
+
"serde",
|
1530
|
+
"serde_derive",
|
1531
|
+
"serde_json",
|
1532
|
+
"spytools",
|
1533
|
+
"tempfile",
|
1534
|
+
"term_size",
|
1535
|
+
"thiserror",
|
1536
|
+
"winapi",
|
1537
|
+
]
|
1538
|
+
|
1471
1539
|
[[package]]
|
1472
1540
|
name = "pyroscope_rbspy"
|
1473
1541
|
version = "0.2.5"
|
@@ -1476,7 +1544,7 @@ dependencies = [
|
|
1476
1544
|
"inferno",
|
1477
1545
|
"log",
|
1478
1546
|
"pyroscope",
|
1479
|
-
"rbspy
|
1547
|
+
"pyroscope-rbspy-oncpu",
|
1480
1548
|
"thiserror",
|
1481
1549
|
]
|
1482
1550
|
|
@@ -1497,26 +1565,13 @@ dependencies = [
|
|
1497
1565
|
|
1498
1566
|
[[package]]
|
1499
1567
|
name = "quote"
|
1500
|
-
version = "1.0.
|
1568
|
+
version = "1.0.29"
|
1501
1569
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1502
|
-
checksum = "
|
1570
|
+
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
|
1503
1571
|
dependencies = [
|
1504
1572
|
"proc-macro2",
|
1505
1573
|
]
|
1506
1574
|
|
1507
|
-
[[package]]
|
1508
|
-
name = "rand"
|
1509
|
-
version = "0.4.6"
|
1510
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1511
|
-
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
1512
|
-
dependencies = [
|
1513
|
-
"fuchsia-cprng",
|
1514
|
-
"libc",
|
1515
|
-
"rand_core 0.3.1",
|
1516
|
-
"rdrand",
|
1517
|
-
"winapi",
|
1518
|
-
]
|
1519
|
-
|
1520
1575
|
[[package]]
|
1521
1576
|
name = "rand"
|
1522
1577
|
version = "0.8.5"
|
@@ -1525,7 +1580,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1525
1580
|
dependencies = [
|
1526
1581
|
"libc",
|
1527
1582
|
"rand_chacha",
|
1528
|
-
"rand_core
|
1583
|
+
"rand_core",
|
1529
1584
|
]
|
1530
1585
|
|
1531
1586
|
[[package]]
|
@@ -1535,24 +1590,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1535
1590
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1536
1591
|
dependencies = [
|
1537
1592
|
"ppv-lite86",
|
1538
|
-
"rand_core
|
1539
|
-
]
|
1540
|
-
|
1541
|
-
[[package]]
|
1542
|
-
name = "rand_core"
|
1543
|
-
version = "0.3.1"
|
1544
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1545
|
-
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
1546
|
-
dependencies = [
|
1547
|
-
"rand_core 0.4.2",
|
1593
|
+
"rand_core",
|
1548
1594
|
]
|
1549
1595
|
|
1550
|
-
[[package]]
|
1551
|
-
name = "rand_core"
|
1552
|
-
version = "0.4.2"
|
1553
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1554
|
-
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
1555
|
-
|
1556
1596
|
[[package]]
|
1557
1597
|
name = "rand_core"
|
1558
1598
|
version = "0.6.4"
|
@@ -1575,53 +1615,11 @@ dependencies = [
|
|
1575
1615
|
"pyroscope_rbspy",
|
1576
1616
|
]
|
1577
1617
|
|
1578
|
-
[[package]]
|
1579
|
-
name = "rbspy"
|
1580
|
-
version = "0.16.0"
|
1581
|
-
dependencies = [
|
1582
|
-
"anyhow",
|
1583
|
-
"chrono",
|
1584
|
-
"clap 3.2.25",
|
1585
|
-
"ctrlc",
|
1586
|
-
"directories",
|
1587
|
-
"env_logger 0.10.0",
|
1588
|
-
"flate2",
|
1589
|
-
"goblin",
|
1590
|
-
"inferno",
|
1591
|
-
"lazy_static 1.4.0",
|
1592
|
-
"libc",
|
1593
|
-
"libproc 0.12.0",
|
1594
|
-
"log",
|
1595
|
-
"memmap2",
|
1596
|
-
"nix",
|
1597
|
-
"proc-maps",
|
1598
|
-
"prost",
|
1599
|
-
"rand 0.8.5",
|
1600
|
-
"rbspy-ruby-structs",
|
1601
|
-
"remoteprocess",
|
1602
|
-
"semver",
|
1603
|
-
"serde",
|
1604
|
-
"serde_derive",
|
1605
|
-
"serde_json",
|
1606
|
-
"spytools",
|
1607
|
-
"tempdir",
|
1608
|
-
"term_size",
|
1609
|
-
"thiserror",
|
1610
|
-
"winapi",
|
1611
|
-
]
|
1612
|
-
|
1613
1618
|
[[package]]
|
1614
1619
|
name = "rbspy-ruby-structs"
|
1615
|
-
version = "0.
|
1616
|
-
|
1617
|
-
[[package]]
|
1618
|
-
name = "rdrand"
|
1619
|
-
version = "0.4.0"
|
1620
|
+
version = "0.17.0"
|
1620
1621
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1621
|
-
checksum = "
|
1622
|
-
dependencies = [
|
1623
|
-
"rand_core 0.3.1",
|
1624
|
-
]
|
1622
|
+
checksum = "90afb0dd7bf12f7cc75eb2bd7f5d33955ad7670176062158c4e56e245e55d1d2"
|
1625
1623
|
|
1626
1624
|
[[package]]
|
1627
1625
|
name = "read-process-memory"
|
@@ -1641,7 +1639,7 @@ version = "0.2.16"
|
|
1641
1639
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1642
1640
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
1643
1641
|
dependencies = [
|
1644
|
-
"bitflags",
|
1642
|
+
"bitflags 1.3.2",
|
1645
1643
|
]
|
1646
1644
|
|
1647
1645
|
[[package]]
|
@@ -1650,7 +1648,7 @@ version = "0.3.5"
|
|
1650
1648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1651
1649
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
1652
1650
|
dependencies = [
|
1653
|
-
"bitflags",
|
1651
|
+
"bitflags 1.3.2",
|
1654
1652
|
]
|
1655
1653
|
|
1656
1654
|
[[package]]
|
@@ -1666,9 +1664,21 @@ dependencies = [
|
|
1666
1664
|
|
1667
1665
|
[[package]]
|
1668
1666
|
name = "regex"
|
1669
|
-
version = "1.
|
1667
|
+
version = "1.9.1"
|
1668
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1669
|
+
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
1670
|
+
dependencies = [
|
1671
|
+
"aho-corasick",
|
1672
|
+
"memchr",
|
1673
|
+
"regex-automata",
|
1674
|
+
"regex-syntax",
|
1675
|
+
]
|
1676
|
+
|
1677
|
+
[[package]]
|
1678
|
+
name = "regex-automata"
|
1679
|
+
version = "0.3.2"
|
1670
1680
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1671
|
-
checksum = "
|
1681
|
+
checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
|
1672
1682
|
dependencies = [
|
1673
1683
|
"aho-corasick",
|
1674
1684
|
"memchr",
|
@@ -1677,9 +1687,9 @@ dependencies = [
|
|
1677
1687
|
|
1678
1688
|
[[package]]
|
1679
1689
|
name = "regex-syntax"
|
1680
|
-
version = "0.7.
|
1690
|
+
version = "0.7.3"
|
1681
1691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1682
|
-
checksum = "
|
1692
|
+
checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846"
|
1683
1693
|
|
1684
1694
|
[[package]]
|
1685
1695
|
name = "remoteprocess"
|
@@ -1704,15 +1714,6 @@ dependencies = [
|
|
1704
1714
|
"winapi",
|
1705
1715
|
]
|
1706
1716
|
|
1707
|
-
[[package]]
|
1708
|
-
name = "remove_dir_all"
|
1709
|
-
version = "0.5.3"
|
1710
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1711
|
-
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
1712
|
-
dependencies = [
|
1713
|
-
"winapi",
|
1714
|
-
]
|
1715
|
-
|
1716
1717
|
[[package]]
|
1717
1718
|
name = "reqwest"
|
1718
1719
|
version = "0.11.18"
|
@@ -1805,23 +1806,36 @@ dependencies = [
|
|
1805
1806
|
|
1806
1807
|
[[package]]
|
1807
1808
|
name = "rustix"
|
1808
|
-
version = "0.37.
|
1809
|
+
version = "0.37.23"
|
1809
1810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1810
|
-
checksum = "
|
1811
|
+
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
1811
1812
|
dependencies = [
|
1812
|
-
"bitflags",
|
1813
|
+
"bitflags 1.3.2",
|
1813
1814
|
"errno 0.3.1",
|
1814
1815
|
"io-lifetimes",
|
1815
1816
|
"libc",
|
1816
|
-
"linux-raw-sys",
|
1817
|
+
"linux-raw-sys 0.3.8",
|
1818
|
+
"windows-sys",
|
1819
|
+
]
|
1820
|
+
|
1821
|
+
[[package]]
|
1822
|
+
name = "rustix"
|
1823
|
+
version = "0.38.3"
|
1824
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1825
|
+
checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4"
|
1826
|
+
dependencies = [
|
1827
|
+
"bitflags 2.3.3",
|
1828
|
+
"errno 0.3.1",
|
1829
|
+
"libc",
|
1830
|
+
"linux-raw-sys 0.4.3",
|
1817
1831
|
"windows-sys",
|
1818
1832
|
]
|
1819
1833
|
|
1820
1834
|
[[package]]
|
1821
1835
|
name = "rustls"
|
1822
|
-
version = "0.21.
|
1836
|
+
version = "0.21.3"
|
1823
1837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1824
|
-
checksum = "
|
1838
|
+
checksum = "b19faa85ecb5197342b54f987b142fb3e30d0c90da40f80ef4fa9a726e6676ed"
|
1825
1839
|
dependencies = [
|
1826
1840
|
"log",
|
1827
1841
|
"ring",
|
@@ -1831,18 +1845,18 @@ dependencies = [
|
|
1831
1845
|
|
1832
1846
|
[[package]]
|
1833
1847
|
name = "rustls-pemfile"
|
1834
|
-
version = "1.0.
|
1848
|
+
version = "1.0.3"
|
1835
1849
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1836
|
-
checksum = "
|
1850
|
+
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
1837
1851
|
dependencies = [
|
1838
1852
|
"base64",
|
1839
1853
|
]
|
1840
1854
|
|
1841
1855
|
[[package]]
|
1842
1856
|
name = "rustls-webpki"
|
1843
|
-
version = "0.
|
1857
|
+
version = "0.101.1"
|
1844
1858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1845
|
-
checksum = "
|
1859
|
+
checksum = "15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e"
|
1846
1860
|
dependencies = [
|
1847
1861
|
"ring",
|
1848
1862
|
"untrusted",
|
@@ -1861,9 +1875,9 @@ dependencies = [
|
|
1861
1875
|
|
1862
1876
|
[[package]]
|
1863
1877
|
name = "ryu"
|
1864
|
-
version = "1.0.
|
1878
|
+
version = "1.0.14"
|
1865
1879
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1866
|
-
checksum = "
|
1880
|
+
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
|
1867
1881
|
|
1868
1882
|
[[package]]
|
1869
1883
|
name = "scopeguard"
|
@@ -1882,13 +1896,13 @@ dependencies = [
|
|
1882
1896
|
|
1883
1897
|
[[package]]
|
1884
1898
|
name = "scroll_derive"
|
1885
|
-
version = "0.11.
|
1899
|
+
version = "0.11.1"
|
1886
1900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1887
|
-
checksum = "
|
1901
|
+
checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
|
1888
1902
|
dependencies = [
|
1889
1903
|
"proc-macro2",
|
1890
1904
|
"quote",
|
1891
|
-
"syn
|
1905
|
+
"syn 2.0.25",
|
1892
1906
|
]
|
1893
1907
|
|
1894
1908
|
[[package]]
|
@@ -1909,29 +1923,29 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
|
1909
1923
|
|
1910
1924
|
[[package]]
|
1911
1925
|
name = "serde"
|
1912
|
-
version = "1.0.
|
1926
|
+
version = "1.0.171"
|
1913
1927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1914
|
-
checksum = "
|
1928
|
+
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
|
1915
1929
|
dependencies = [
|
1916
1930
|
"serde_derive",
|
1917
1931
|
]
|
1918
1932
|
|
1919
1933
|
[[package]]
|
1920
1934
|
name = "serde_derive"
|
1921
|
-
version = "1.0.
|
1935
|
+
version = "1.0.171"
|
1922
1936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1923
|
-
checksum = "
|
1937
|
+
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
|
1924
1938
|
dependencies = [
|
1925
1939
|
"proc-macro2",
|
1926
1940
|
"quote",
|
1927
|
-
"syn 2.0.
|
1941
|
+
"syn 2.0.25",
|
1928
1942
|
]
|
1929
1943
|
|
1930
1944
|
[[package]]
|
1931
1945
|
name = "serde_json"
|
1932
|
-
version = "1.0.
|
1946
|
+
version = "1.0.100"
|
1933
1947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1934
|
-
checksum = "
|
1948
|
+
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
|
1935
1949
|
dependencies = [
|
1936
1950
|
"itoa",
|
1937
1951
|
"ryu",
|
@@ -1967,9 +1981,9 @@ dependencies = [
|
|
1967
1981
|
|
1968
1982
|
[[package]]
|
1969
1983
|
name = "smallvec"
|
1970
|
-
version = "1.
|
1984
|
+
version = "1.11.0"
|
1971
1985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1972
|
-
checksum = "
|
1986
|
+
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
1973
1987
|
|
1974
1988
|
[[package]]
|
1975
1989
|
name = "socket2"
|
@@ -2056,25 +2070,15 @@ dependencies = [
|
|
2056
2070
|
|
2057
2071
|
[[package]]
|
2058
2072
|
name = "syn"
|
2059
|
-
version = "2.0.
|
2073
|
+
version = "2.0.25"
|
2060
2074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2061
|
-
checksum = "
|
2075
|
+
checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
|
2062
2076
|
dependencies = [
|
2063
2077
|
"proc-macro2",
|
2064
2078
|
"quote",
|
2065
2079
|
"unicode-ident",
|
2066
2080
|
]
|
2067
2081
|
|
2068
|
-
[[package]]
|
2069
|
-
name = "tempdir"
|
2070
|
-
version = "0.3.7"
|
2071
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2072
|
-
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2073
|
-
dependencies = [
|
2074
|
-
"rand 0.4.6",
|
2075
|
-
"remove_dir_all",
|
2076
|
-
]
|
2077
|
-
|
2078
2082
|
[[package]]
|
2079
2083
|
name = "tempfile"
|
2080
2084
|
version = "3.6.0"
|
@@ -2085,7 +2089,7 @@ dependencies = [
|
|
2085
2089
|
"cfg-if",
|
2086
2090
|
"fastrand",
|
2087
2091
|
"redox_syscall 0.3.5",
|
2088
|
-
"rustix",
|
2092
|
+
"rustix 0.37.23",
|
2089
2093
|
"windows-sys",
|
2090
2094
|
]
|
2091
2095
|
|
@@ -2125,22 +2129,22 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
2125
2129
|
|
2126
2130
|
[[package]]
|
2127
2131
|
name = "thiserror"
|
2128
|
-
version = "1.0.
|
2132
|
+
version = "1.0.43"
|
2129
2133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2130
|
-
checksum = "
|
2134
|
+
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
|
2131
2135
|
dependencies = [
|
2132
2136
|
"thiserror-impl",
|
2133
2137
|
]
|
2134
2138
|
|
2135
2139
|
[[package]]
|
2136
2140
|
name = "thiserror-impl"
|
2137
|
-
version = "1.0.
|
2141
|
+
version = "1.0.43"
|
2138
2142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2139
|
-
checksum = "
|
2143
|
+
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
|
2140
2144
|
dependencies = [
|
2141
2145
|
"proc-macro2",
|
2142
2146
|
"quote",
|
2143
|
-
"syn 2.0.
|
2147
|
+
"syn 2.0.25",
|
2144
2148
|
]
|
2145
2149
|
|
2146
2150
|
[[package]]
|
@@ -2177,11 +2181,12 @@ checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8"
|
|
2177
2181
|
|
2178
2182
|
[[package]]
|
2179
2183
|
name = "tokio"
|
2180
|
-
version = "1.
|
2184
|
+
version = "1.29.1"
|
2181
2185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2182
|
-
checksum = "
|
2186
|
+
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
|
2183
2187
|
dependencies = [
|
2184
2188
|
"autocfg",
|
2189
|
+
"backtrace",
|
2185
2190
|
"bytes",
|
2186
2191
|
"libc",
|
2187
2192
|
"mio",
|
@@ -2274,9 +2279,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
2274
2279
|
|
2275
2280
|
[[package]]
|
2276
2281
|
name = "unicode-ident"
|
2277
|
-
version = "1.0.
|
2282
|
+
version = "1.0.10"
|
2278
2283
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2279
|
-
checksum = "
|
2284
|
+
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
|
2280
2285
|
|
2281
2286
|
[[package]]
|
2282
2287
|
name = "unicode-normalization"
|
@@ -2382,7 +2387,7 @@ dependencies = [
|
|
2382
2387
|
"once_cell",
|
2383
2388
|
"proc-macro2",
|
2384
2389
|
"quote",
|
2385
|
-
"syn 2.0.
|
2390
|
+
"syn 2.0.25",
|
2386
2391
|
"wasm-bindgen-shared",
|
2387
2392
|
]
|
2388
2393
|
|
@@ -2416,7 +2421,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|
2416
2421
|
dependencies = [
|
2417
2422
|
"proc-macro2",
|
2418
2423
|
"quote",
|
2419
|
-
"syn 2.0.
|
2424
|
+
"syn 2.0.25",
|
2420
2425
|
"wasm-bindgen-backend",
|
2421
2426
|
"wasm-bindgen-shared",
|
2422
2427
|
]
|
@@ -2518,9 +2523,9 @@ dependencies = [
|
|
2518
2523
|
|
2519
2524
|
[[package]]
|
2520
2525
|
name = "windows-targets"
|
2521
|
-
version = "0.48.
|
2526
|
+
version = "0.48.1"
|
2522
2527
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2523
|
-
checksum = "
|
2528
|
+
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2524
2529
|
dependencies = [
|
2525
2530
|
"windows_aarch64_gnullvm",
|
2526
2531
|
"windows_aarch64_msvc",
|
data/ext/rbspy/src/lib.rs
CHANGED
@@ -206,7 +206,7 @@ pub extern "C" fn initialize_agent(
|
|
206
206
|
.backend(rbspy)
|
207
207
|
.func(transform_report)
|
208
208
|
.tags(tags)
|
209
|
-
.report_encoding(
|
209
|
+
.report_encoding(ReportEncoding::PPROF);
|
210
210
|
|
211
211
|
if auth_token != "" {
|
212
212
|
agent_builder = agent_builder.auth_token(auth_token);
|
data/ext/thread_id/Cargo.lock
CHANGED
@@ -136,9 +136,9 @@ dependencies = [
|
|
136
136
|
|
137
137
|
[[package]]
|
138
138
|
name = "hermit-abi"
|
139
|
-
version = "0.3.
|
139
|
+
version = "0.3.2"
|
140
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
141
|
-
checksum = "
|
141
|
+
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
142
142
|
|
143
143
|
[[package]]
|
144
144
|
name = "indexmap"
|
@@ -165,22 +165,22 @@ version = "1.0.11"
|
|
165
165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
166
166
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
167
167
|
dependencies = [
|
168
|
-
"hermit-abi 0.3.
|
168
|
+
"hermit-abi 0.3.2",
|
169
169
|
"libc",
|
170
170
|
"windows-sys",
|
171
171
|
]
|
172
172
|
|
173
173
|
[[package]]
|
174
174
|
name = "itoa"
|
175
|
-
version = "1.0.
|
175
|
+
version = "1.0.8"
|
176
176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
177
|
-
checksum = "
|
177
|
+
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
|
178
178
|
|
179
179
|
[[package]]
|
180
180
|
name = "libc"
|
181
|
-
version = "0.2.
|
181
|
+
version = "0.2.147"
|
182
182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
183
|
-
checksum = "
|
183
|
+
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
184
184
|
|
185
185
|
[[package]]
|
186
186
|
name = "linux-raw-sys"
|
@@ -196,18 +196,18 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
|
196
196
|
|
197
197
|
[[package]]
|
198
198
|
name = "proc-macro2"
|
199
|
-
version = "1.0.
|
199
|
+
version = "1.0.64"
|
200
200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
201
|
-
checksum = "
|
201
|
+
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
|
202
202
|
dependencies = [
|
203
203
|
"unicode-ident",
|
204
204
|
]
|
205
205
|
|
206
206
|
[[package]]
|
207
207
|
name = "quote"
|
208
|
-
version = "1.0.
|
208
|
+
version = "1.0.29"
|
209
209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
210
|
-
checksum = "
|
210
|
+
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
|
211
211
|
dependencies = [
|
212
212
|
"proc-macro2",
|
213
213
|
]
|
@@ -223,9 +223,9 @@ dependencies = [
|
|
223
223
|
|
224
224
|
[[package]]
|
225
225
|
name = "rustix"
|
226
|
-
version = "0.37.
|
226
|
+
version = "0.37.23"
|
227
227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
228
|
-
checksum = "
|
228
|
+
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
229
229
|
dependencies = [
|
230
230
|
"bitflags",
|
231
231
|
"errno",
|
@@ -237,35 +237,35 @@ dependencies = [
|
|
237
237
|
|
238
238
|
[[package]]
|
239
239
|
name = "ryu"
|
240
|
-
version = "1.0.
|
240
|
+
version = "1.0.14"
|
241
241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
242
|
-
checksum = "
|
242
|
+
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
|
243
243
|
|
244
244
|
[[package]]
|
245
245
|
name = "serde"
|
246
|
-
version = "1.0.
|
246
|
+
version = "1.0.171"
|
247
247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
248
|
-
checksum = "
|
248
|
+
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
|
249
249
|
dependencies = [
|
250
250
|
"serde_derive",
|
251
251
|
]
|
252
252
|
|
253
253
|
[[package]]
|
254
254
|
name = "serde_derive"
|
255
|
-
version = "1.0.
|
255
|
+
version = "1.0.171"
|
256
256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
257
|
-
checksum = "
|
257
|
+
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
|
258
258
|
dependencies = [
|
259
259
|
"proc-macro2",
|
260
260
|
"quote",
|
261
|
-
"syn 2.0.
|
261
|
+
"syn 2.0.25",
|
262
262
|
]
|
263
263
|
|
264
264
|
[[package]]
|
265
265
|
name = "serde_json"
|
266
|
-
version = "1.0.
|
266
|
+
version = "1.0.100"
|
267
267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
268
|
-
checksum = "
|
268
|
+
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
|
269
269
|
dependencies = [
|
270
270
|
"itoa",
|
271
271
|
"ryu",
|
@@ -291,9 +291,9 @@ dependencies = [
|
|
291
291
|
|
292
292
|
[[package]]
|
293
293
|
name = "syn"
|
294
|
-
version = "2.0.
|
294
|
+
version = "2.0.25"
|
295
295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
296
|
-
checksum = "
|
296
|
+
checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
|
297
297
|
dependencies = [
|
298
298
|
"proc-macro2",
|
299
299
|
"quote",
|
@@ -342,9 +342,9 @@ dependencies = [
|
|
342
342
|
|
343
343
|
[[package]]
|
344
344
|
name = "unicode-ident"
|
345
|
-
version = "1.0.
|
345
|
+
version = "1.0.10"
|
346
346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
347
|
-
checksum = "
|
347
|
+
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
|
348
348
|
|
349
349
|
[[package]]
|
350
350
|
name = "unicode-segmentation"
|
@@ -397,9 +397,9 @@ dependencies = [
|
|
397
397
|
|
398
398
|
[[package]]
|
399
399
|
name = "windows-targets"
|
400
|
-
version = "0.48.
|
400
|
+
version = "0.48.1"
|
401
401
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
402
|
-
checksum = "
|
402
|
+
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
403
403
|
dependencies = [
|
404
404
|
"windows_aarch64_gnullvm",
|
405
405
|
"windows_aarch64_msvc",
|
data/lib/pyroscope/version.rb
CHANGED
data/lib/rbspy/rbspy.bundle
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pyroscope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.10
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Pyroscope Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|