Skip to content

Commit 58bfe11

Browse files
author
gdt
committed
chat/matrix-synapse: Update to 1.134.0
Builds on NetBSD 10 amd64, and builds/tests-ok on NetBSD 9 amd64 using dependencies from 2025Q2. NB: A security update to synapse is scheduled for July 22. Consult https://matrix.org/blog/2025/07/security-predisclosure/ for further details. Those running synapse in production may wish to update to 1.134.0 to reduce the magnitude of change when updating to the July 22 version (although that will be a big update regardless). Note that the usual pkgsrc pre-commit test is upgrading from the current pkgsrc version and briefly checking operation. Therefore, not upgrading has a theoretical risk of encountering a 1.127.1 to 1.135.0 update bug when 1.127.1 to 134.0 and 1.134.0 to 1.135.0 are ok. # Synapse 1.134.0 (2025-07-15) - Support for [MSC4235](matrix-org/matrix-spec-proposals#4235): `via` query param for hierarchy endpoint. Contributed by Krishan (@kfiven). ([\#18070](element-hq/synapse#18070)) - Add `forget_forced_upon_leave` capability as per [MSC4267](matrix-org/matrix-spec-proposals#4267). ([\#18196](element-hq/synapse#18196)) - Add `federated_user_may_invite` spam checker callback which receives the entire invite event. Contributed by @tulir @ Beeper. ([\#18241](element-hq/synapse#18241)) # Synapse 1.133.0 (2025-07-01) - Add support for the [MSC4260 user report API](matrix-org/matrix-spec-proposals#4260). ([\#18120](element-hq/synapse#18120)) # Synapse 1.132.0 (2025-06-17) - Add support for [MSC4155](matrix-org/matrix-spec-proposals#4155) Invite Filtering. ([\#18288](element-hq/synapse#18288)) - Add experimental `user_may_send_state_event` module API callback. ([\#18455](element-hq/synapse#18455)) - Add experimental `get_media_config_for_user` and `is_user_allowed_to_upload_media_of_size` module API callbacks that allow overriding of media repository maximum upload size. ([\#18457](element-hq/synapse#18457)) - Add experimental `get_ratelimit_override_for_user` module API callback that allows overriding of per-user ratelimits. ([\#18458](element-hq/synapse#18458)) - Pass `room_config` argument to `user_may_create_room` spam checker module callback. ([\#18486](element-hq/synapse#18486)) - Support configuration of default and extra user types. ([\#18456](element-hq/synapse#18456)) - Successful requests to `/_matrix/app/v1/ping` will now force Synapse to reattempt delivering transactions to appservices. ([\#18521](element-hq/synapse#18521)) - Support the import of the `RatelimitOverride` type from `synapse.module_api` in modules and rename `messages_per_second` to `per_second`. ([\#18513](element-hq/synapse#18513)) # Synapse 1.131.0 (2025-06-03) - Add `msc4263_limit_key_queries_to_users_who_share_rooms` config option as per [MSC4263](matrix-org/matrix-spec-proposals#4263). ([\#18180](element-hq/synapse#18180)) - Add option to allow registrations that begin with `_`. Contributed by `_` (@hex5f). ([\#18262](element-hq/synapse#18262)) - Include room ID in response to the [Room Deletion Status Admin API](https://element-hq.github.io/synapse/latest/admin_api/rooms.html#status-of-deleting-rooms). ([\#18318](element-hq/synapse#18318)) - Add support for calling Policy Servers ([MSC4284](matrix-org/matrix-spec-proposals#4284)) to mark events as spam. ([\#18387](element-hq/synapse#18387)) # Synapse 1.130.0 (2025-05-20) - Add an Admin API endpoint `GET /_synapse/admin/v1/scheduled_tasks` to fetch scheduled tasks. ([\#18214](element-hq/synapse#18214)) - Add config option `user_directory.exclude_remote_users` which, when enabled, excludes remote users from user directory search results. ([\#18300](element-hq/synapse#18300)) - Add support for handling `GET /devices/` on workers. ([\#18355](element-hq/synapse#18355)) # Synapse 1.129.0 (2025-05-06) - Add `passthrough_authorization_parameters` in OIDC configuration to allow passing parameters to the authorization grant URL. ([\#18232](element-hq/synapse#18232)) - Add `total_event_count`, `total_message_count`, and `total_e2ee_event_count` fields to the homeserver usage statistics. ([\#18260](element-hq/synapse#18260)) # Synapse 1.128.0 (2025-04-08) - Add an access token introspection cache to make Matrix Authentication Service integration ([MSC3861](matrix-org/matrix-spec-proposals#3861)) more efficient. ([\#18231](element-hq/synapse#18231)) - Add background job to clear unreferenced state groups. ([\#18254](element-hq/synapse#18254)) - Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. ([\#18277](element-hq/synapse#18277), [\#18302](element-hq/synapse#18302), [\#18296](element-hq/synapse#18296))
1 parent a0648d1 commit 58bfe11

File tree

4 files changed

+662
-84
lines changed

4 files changed

+662
-84
lines changed

chat/matrix-synapse/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.111 2025/03/26 23:18:49 js Exp $
1+
# $NetBSD: Makefile,v 1.112 2025/07/17 11:24:44 gdt Exp $
22

3-
DISTNAME= matrix-synapse-1.127.1
3+
DISTNAME= matrix-synapse-1.134.0
44
CATEGORIES= chat
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=element-hq/}
66
GITHUB_PROJECT= synapse

chat/matrix-synapse/PLIST

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.58 2025/03/14 11:48:43 gdt Exp $
1+
@comment $NetBSD: PLIST,v 1.59 2025/07/17 11:24:44 gdt Exp $
22
bin/export_signing_key
33
bin/generate_config
44
bin/generate_log_config
@@ -298,6 +298,9 @@ ${PYSITELIB}/synapse/config/tracer.pyo
298298
${PYSITELIB}/synapse/config/user_directory.py
299299
${PYSITELIB}/synapse/config/user_directory.pyc
300300
${PYSITELIB}/synapse/config/user_directory.pyo
301+
${PYSITELIB}/synapse/config/user_types.py
302+
${PYSITELIB}/synapse/config/user_types.pyc
303+
${PYSITELIB}/synapse/config/user_types.pyo
301304
${PYSITELIB}/synapse/config/voip.py
302305
${PYSITELIB}/synapse/config/voip.pyc
303306
${PYSITELIB}/synapse/config/voip.pyo
@@ -484,6 +487,9 @@ ${PYSITELIB}/synapse/handlers/register.pyo
484487
${PYSITELIB}/synapse/handlers/relations.py
485488
${PYSITELIB}/synapse/handlers/relations.pyc
486489
${PYSITELIB}/synapse/handlers/relations.pyo
490+
${PYSITELIB}/synapse/handlers/reports.py
491+
${PYSITELIB}/synapse/handlers/reports.pyc
492+
${PYSITELIB}/synapse/handlers/reports.pyo
487493
${PYSITELIB}/synapse/handlers/room.py
488494
${PYSITELIB}/synapse/handlers/room.pyc
489495
${PYSITELIB}/synapse/handlers/room.pyo
@@ -496,6 +502,9 @@ ${PYSITELIB}/synapse/handlers/room_member.pyo
496502
${PYSITELIB}/synapse/handlers/room_member_worker.py
497503
${PYSITELIB}/synapse/handlers/room_member_worker.pyc
498504
${PYSITELIB}/synapse/handlers/room_member_worker.pyo
505+
${PYSITELIB}/synapse/handlers/room_policy.py
506+
${PYSITELIB}/synapse/handlers/room_policy.pyc
507+
${PYSITELIB}/synapse/handlers/room_policy.pyo
499508
${PYSITELIB}/synapse/handlers/room_summary.py
500509
${PYSITELIB}/synapse/handlers/room_summary.pyc
501510
${PYSITELIB}/synapse/handlers/room_summary.pyo
@@ -688,6 +697,12 @@ ${PYSITELIB}/synapse/module_api/callbacks/__init__.pyo
688697
${PYSITELIB}/synapse/module_api/callbacks/account_validity_callbacks.py
689698
${PYSITELIB}/synapse/module_api/callbacks/account_validity_callbacks.pyc
690699
${PYSITELIB}/synapse/module_api/callbacks/account_validity_callbacks.pyo
700+
${PYSITELIB}/synapse/module_api/callbacks/media_repository_callbacks.py
701+
${PYSITELIB}/synapse/module_api/callbacks/media_repository_callbacks.pyc
702+
${PYSITELIB}/synapse/module_api/callbacks/media_repository_callbacks.pyo
703+
${PYSITELIB}/synapse/module_api/callbacks/ratelimit_callbacks.py
704+
${PYSITELIB}/synapse/module_api/callbacks/ratelimit_callbacks.pyc
705+
${PYSITELIB}/synapse/module_api/callbacks/ratelimit_callbacks.pyo
691706
${PYSITELIB}/synapse/module_api/callbacks/spamchecker_callbacks.py
692707
${PYSITELIB}/synapse/module_api/callbacks/spamchecker_callbacks.pyc
693708
${PYSITELIB}/synapse/module_api/callbacks/spamchecker_callbacks.pyo
@@ -910,6 +925,9 @@ ${PYSITELIB}/synapse/rest/admin/registration_tokens.pyo
910925
${PYSITELIB}/synapse/rest/admin/rooms.py
911926
${PYSITELIB}/synapse/rest/admin/rooms.pyc
912927
${PYSITELIB}/synapse/rest/admin/rooms.pyo
928+
${PYSITELIB}/synapse/rest/admin/scheduled_tasks.py
929+
${PYSITELIB}/synapse/rest/admin/scheduled_tasks.pyc
930+
${PYSITELIB}/synapse/rest/admin/scheduled_tasks.pyo
913931
${PYSITELIB}/synapse/rest/admin/server_notice_servlet.py
914932
${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyc
915933
${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyo
@@ -1420,6 +1438,9 @@ ${PYSITELIB}/synapse/storage/engines/postgres.pyo
14201438
${PYSITELIB}/synapse/storage/engines/sqlite.py
14211439
${PYSITELIB}/synapse/storage/engines/sqlite.pyc
14221440
${PYSITELIB}/synapse/storage/engines/sqlite.pyo
1441+
${PYSITELIB}/synapse/storage/invite_rule.py
1442+
${PYSITELIB}/synapse/storage/invite_rule.pyc
1443+
${PYSITELIB}/synapse/storage/invite_rule.pyo
14231444
${PYSITELIB}/synapse/storage/keys.py
14241445
${PYSITELIB}/synapse/storage/keys.pyc
14251446
${PYSITELIB}/synapse/storage/keys.pyo
@@ -1911,6 +1932,17 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/88/05_drop_old_otks.sql.postgres
19111932
${PYSITELIB}/synapse/storage/schema/main/delta/88/05_drop_old_otks.sql.sqlite
19121933
${PYSITELIB}/synapse/storage/schema/main/delta/88/05_sliding_sync_room_config_index.sql
19131934
${PYSITELIB}/synapse/storage/schema/main/delta/88/06_events_received_ts_index.sql
1935+
${PYSITELIB}/synapse/storage/schema/main/delta/89/01_sliding_sync_membership_snapshot_index.sql
1936+
${PYSITELIB}/synapse/storage/schema/main/delta/90/01_add_column_participant_room_memberships_table.sql
1937+
${PYSITELIB}/synapse/storage/schema/main/delta/91/01_media_hash.sql
1938+
${PYSITELIB}/synapse/storage/schema/main/delta/92/01_remove_trigger.sql.postgres
1939+
${PYSITELIB}/synapse/storage/schema/main/delta/92/01_remove_trigger.sql.sqlite
1940+
${PYSITELIB}/synapse/storage/schema/main/delta/92/02_remove_populate_participant_bg_update.sql
1941+
${PYSITELIB}/synapse/storage/schema/main/delta/92/04_ss_membership_snapshot_idx.sql
1942+
${PYSITELIB}/synapse/storage/schema/main/delta/92/05_fixup_max_depth_cap.sql
1943+
${PYSITELIB}/synapse/storage/schema/main/delta/92/06_device_federation_inbox_index.sql
1944+
${PYSITELIB}/synapse/storage/schema/main/delta/92/07_add_user_reports.sql
1945+
${PYSITELIB}/synapse/storage/schema/main/delta/92/07_event_txn_id_device_id_txn_id2.sql
19141946
${PYSITELIB}/synapse/storage/schema/main/full_schemas/72/full.sql.postgres
19151947
${PYSITELIB}/synapse/storage/schema/main/full_schemas/72/full.sql.sqlite
19161948
${PYSITELIB}/synapse/storage/schema/state/delta/23/drop_state_index.sql
@@ -1925,6 +1957,8 @@ ${PYSITELIB}/synapse/storage/schema/state/delta/56/state_group_room_idx.sql
19251957
${PYSITELIB}/synapse/storage/schema/state/delta/61/02state_groups_state_n_distinct.sql.postgres
19261958
${PYSITELIB}/synapse/storage/schema/state/delta/70/08_state_group_edges_unique.sql
19271959
${PYSITELIB}/synapse/storage/schema/state/delta/89/01_state_groups_deletion.sql
1960+
${PYSITELIB}/synapse/storage/schema/state/delta/90/02_delete_unreferenced_state_groups.sql
1961+
${PYSITELIB}/synapse/storage/schema/state/delta/90/03_remove_old_deletion_bg_update.sql
19281962
${PYSITELIB}/synapse/storage/schema/state/full_schemas/72/full.sql.postgres
19291963
${PYSITELIB}/synapse/storage/schema/state/full_schemas/72/full.sql.sqlite
19301964
${PYSITELIB}/synapse/storage/types.py
@@ -1955,14 +1989,19 @@ ${PYSITELIB}/synapse/synapse_rust.abi3.so
19551989
${PYSITELIB}/synapse/synapse_rust/__init__.pyi
19561990
${PYSITELIB}/synapse/synapse_rust/acl.pyi
19571991
${PYSITELIB}/synapse/synapse_rust/events.pyi
1992+
${PYSITELIB}/synapse/synapse_rust/http_client.pyi
19581993
${PYSITELIB}/synapse/synapse_rust/push.pyi
19591994
${PYSITELIB}/synapse/synapse_rust/rendezvous.pyi
1995+
${PYSITELIB}/synapse/synapse_rust/segmenter.pyi
19601996
${PYSITELIB}/synapse/types/__init__.py
19611997
${PYSITELIB}/synapse/types/__init__.pyc
19621998
${PYSITELIB}/synapse/types/__init__.pyo
19631999
${PYSITELIB}/synapse/types/handlers/__init__.py
19642000
${PYSITELIB}/synapse/types/handlers/__init__.pyc
19652001
${PYSITELIB}/synapse/types/handlers/__init__.pyo
2002+
${PYSITELIB}/synapse/types/handlers/policy_server.py
2003+
${PYSITELIB}/synapse/types/handlers/policy_server.pyc
2004+
${PYSITELIB}/synapse/types/handlers/policy_server.pyo
19662005
${PYSITELIB}/synapse/types/handlers/sliding_sync.py
19672006
${PYSITELIB}/synapse/types/handlers/sliding_sync.pyc
19682007
${PYSITELIB}/synapse/types/handlers/sliding_sync.pyo
@@ -2026,6 +2065,9 @@ ${PYSITELIB}/synapse/util/cancellation.pyo
20262065
${PYSITELIB}/synapse/util/check_dependencies.py
20272066
${PYSITELIB}/synapse/util/check_dependencies.pyc
20282067
${PYSITELIB}/synapse/util/check_dependencies.pyo
2068+
${PYSITELIB}/synapse/util/constants.py
2069+
${PYSITELIB}/synapse/util/constants.pyc
2070+
${PYSITELIB}/synapse/util/constants.pyo
20292071
${PYSITELIB}/synapse/util/daemonize.py
20302072
${PYSITELIB}/synapse/util/daemonize.pyc
20312073
${PYSITELIB}/synapse/util/daemonize.pyo
Lines changed: 154 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,195 @@
1-
# $NetBSD: cargo-depends.mk,v 1.26 2025/03/26 23:18:49 js Exp $
1+
# $NetBSD: cargo-depends.mk,v 1.27 2025/07/17 11:24:44 gdt Exp $
22

3+
CARGO_CRATE_DEPENDS+= addr2line-0.24.2
4+
CARGO_CRATE_DEPENDS+= adler2-2.0.0
35
CARGO_CRATE_DEPENDS+= aho-corasick-1.1.3
4-
CARGO_CRATE_DEPENDS+= anyhow-1.0.97
6+
CARGO_CRATE_DEPENDS+= anyhow-1.0.98
57
CARGO_CRATE_DEPENDS+= arc-swap-1.7.1
8+
CARGO_CRATE_DEPENDS+= atomic-waker-1.1.2
69
CARGO_CRATE_DEPENDS+= autocfg-1.3.0
10+
CARGO_CRATE_DEPENDS+= backtrace-0.3.74
711
CARGO_CRATE_DEPENDS+= base64-0.21.7
12+
CARGO_CRATE_DEPENDS+= base64-0.22.1
813
CARGO_CRATE_DEPENDS+= bitflags-2.8.0
914
CARGO_CRATE_DEPENDS+= blake2-0.10.6
1015
CARGO_CRATE_DEPENDS+= block-buffer-0.10.4
1116
CARGO_CRATE_DEPENDS+= bumpalo-3.16.0
1217
CARGO_CRATE_DEPENDS+= bytes-1.10.1
18+
CARGO_CRATE_DEPENDS+= cc-1.2.19
1319
CARGO_CRATE_DEPENDS+= cfg-if-1.0.0
20+
CARGO_CRATE_DEPENDS+= cfg_aliases-0.2.1
21+
CARGO_CRATE_DEPENDS+= core-foundation-0.10.0
22+
CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.7
23+
CARGO_CRATE_DEPENDS+= core_maths-0.1.1
1424
CARGO_CRATE_DEPENDS+= cpufeatures-0.2.12
1525
CARGO_CRATE_DEPENDS+= crypto-common-0.1.6
1626
CARGO_CRATE_DEPENDS+= digest-0.10.7
27+
CARGO_CRATE_DEPENDS+= displaydoc-0.2.5
28+
CARGO_CRATE_DEPENDS+= equivalent-1.0.2
1729
CARGO_CRATE_DEPENDS+= fnv-1.0.7
30+
CARGO_CRATE_DEPENDS+= form_urlencoded-1.2.1
31+
CARGO_CRATE_DEPENDS+= futures-0.3.31
32+
CARGO_CRATE_DEPENDS+= futures-channel-0.3.31
33+
CARGO_CRATE_DEPENDS+= futures-core-0.3.31
34+
CARGO_CRATE_DEPENDS+= futures-executor-0.3.31
35+
CARGO_CRATE_DEPENDS+= futures-io-0.3.31
36+
CARGO_CRATE_DEPENDS+= futures-macro-0.3.31
37+
CARGO_CRATE_DEPENDS+= futures-sink-0.3.31
38+
CARGO_CRATE_DEPENDS+= futures-task-0.3.31
39+
CARGO_CRATE_DEPENDS+= futures-util-0.3.31
1840
CARGO_CRATE_DEPENDS+= generic-array-0.14.7
41+
CARGO_CRATE_DEPENDS+= getrandom-0.2.15
1942
CARGO_CRATE_DEPENDS+= getrandom-0.3.1
20-
CARGO_CRATE_DEPENDS+= headers-0.4.0
43+
CARGO_CRATE_DEPENDS+= gimli-0.31.1
44+
CARGO_CRATE_DEPENDS+= h2-0.4.9
45+
CARGO_CRATE_DEPENDS+= hashbrown-0.15.2
46+
CARGO_CRATE_DEPENDS+= headers-0.4.1
2147
CARGO_CRATE_DEPENDS+= headers-core-0.3.0
2248
CARGO_CRATE_DEPENDS+= heck-0.5.0
2349
CARGO_CRATE_DEPENDS+= hex-0.4.3
2450
CARGO_CRATE_DEPENDS+= http-1.3.1
51+
CARGO_CRATE_DEPENDS+= http-body-1.0.1
52+
CARGO_CRATE_DEPENDS+= http-body-util-0.1.3
53+
CARGO_CRATE_DEPENDS+= httparse-1.10.1
2554
CARGO_CRATE_DEPENDS+= httpdate-1.0.3
55+
CARGO_CRATE_DEPENDS+= hyper-1.6.0
56+
CARGO_CRATE_DEPENDS+= hyper-rustls-0.27.5
57+
CARGO_CRATE_DEPENDS+= hyper-util-0.1.14
58+
CARGO_CRATE_DEPENDS+= icu_collections-1.5.0
59+
CARGO_CRATE_DEPENDS+= icu_collections-2.0.0
60+
CARGO_CRATE_DEPENDS+= icu_locale-2.0.0
61+
CARGO_CRATE_DEPENDS+= icu_locale_core-2.0.0
62+
CARGO_CRATE_DEPENDS+= icu_locale_data-2.0.0
63+
CARGO_CRATE_DEPENDS+= icu_locid-1.5.0
64+
CARGO_CRATE_DEPENDS+= icu_locid_transform-1.5.0
65+
CARGO_CRATE_DEPENDS+= icu_locid_transform_data-1.5.1
66+
CARGO_CRATE_DEPENDS+= icu_normalizer-1.5.0
67+
CARGO_CRATE_DEPENDS+= icu_normalizer_data-1.5.1
68+
CARGO_CRATE_DEPENDS+= icu_properties-1.5.1
69+
CARGO_CRATE_DEPENDS+= icu_properties_data-1.5.1
70+
CARGO_CRATE_DEPENDS+= icu_provider-1.5.0
71+
CARGO_CRATE_DEPENDS+= icu_provider-2.0.0
72+
CARGO_CRATE_DEPENDS+= icu_provider_macros-1.5.0
73+
CARGO_CRATE_DEPENDS+= icu_segmenter-2.0.0
74+
CARGO_CRATE_DEPENDS+= icu_segmenter_data-2.0.0
75+
CARGO_CRATE_DEPENDS+= idna-1.0.3
76+
CARGO_CRATE_DEPENDS+= idna_adapter-1.2.0
77+
CARGO_CRATE_DEPENDS+= indexmap-2.9.0
2678
CARGO_CRATE_DEPENDS+= indoc-2.0.5
79+
CARGO_CRATE_DEPENDS+= io-uring-0.7.8
80+
CARGO_CRATE_DEPENDS+= ipnet-2.11.0
81+
CARGO_CRATE_DEPENDS+= iri-string-0.7.8
2782
CARGO_CRATE_DEPENDS+= itoa-1.0.11
28-
CARGO_CRATE_DEPENDS+= js-sys-0.3.69
83+
CARGO_CRATE_DEPENDS+= js-sys-0.3.77
2984
CARGO_CRATE_DEPENDS+= lazy_static-1.5.0
30-
CARGO_CRATE_DEPENDS+= libc-0.2.154
31-
CARGO_CRATE_DEPENDS+= log-0.4.26
85+
CARGO_CRATE_DEPENDS+= libc-0.2.172
86+
CARGO_CRATE_DEPENDS+= libm-0.2.15
87+
CARGO_CRATE_DEPENDS+= litemap-0.7.5
88+
CARGO_CRATE_DEPENDS+= litemap-0.8.0
89+
CARGO_CRATE_DEPENDS+= log-0.4.27
3290
CARGO_CRATE_DEPENDS+= memchr-2.7.2
3391
CARGO_CRATE_DEPENDS+= memoffset-0.9.1
3492
CARGO_CRATE_DEPENDS+= mime-0.3.17
93+
CARGO_CRATE_DEPENDS+= miniz_oxide-0.8.8
94+
CARGO_CRATE_DEPENDS+= mio-1.0.3
95+
CARGO_CRATE_DEPENDS+= object-0.36.7
3596
CARGO_CRATE_DEPENDS+= once_cell-1.19.0
97+
CARGO_CRATE_DEPENDS+= openssl-probe-0.1.6
98+
CARGO_CRATE_DEPENDS+= percent-encoding-2.3.1
99+
CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.16
100+
CARGO_CRATE_DEPENDS+= pin-utils-0.1.0
36101
CARGO_CRATE_DEPENDS+= portable-atomic-1.6.0
102+
CARGO_CRATE_DEPENDS+= potential_utf-0.1.2
37103
CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.17
38104
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.89
39-
CARGO_CRATE_DEPENDS+= pyo3-0.23.5
40-
CARGO_CRATE_DEPENDS+= pyo3-build-config-0.23.5
41-
CARGO_CRATE_DEPENDS+= pyo3-ffi-0.23.5
42-
CARGO_CRATE_DEPENDS+= pyo3-log-0.12.1
43-
CARGO_CRATE_DEPENDS+= pyo3-macros-0.23.5
44-
CARGO_CRATE_DEPENDS+= pyo3-macros-backend-0.23.5
45-
CARGO_CRATE_DEPENDS+= pythonize-0.23.0
105+
CARGO_CRATE_DEPENDS+= pyo3-0.25.1
106+
CARGO_CRATE_DEPENDS+= pyo3-build-config-0.25.1
107+
CARGO_CRATE_DEPENDS+= pyo3-ffi-0.25.1
108+
CARGO_CRATE_DEPENDS+= pyo3-log-0.12.4
109+
CARGO_CRATE_DEPENDS+= pyo3-macros-0.25.1
110+
CARGO_CRATE_DEPENDS+= pyo3-macros-backend-0.25.1
111+
CARGO_CRATE_DEPENDS+= pythonize-0.25.0
112+
CARGO_CRATE_DEPENDS+= quinn-0.11.5
113+
CARGO_CRATE_DEPENDS+= quinn-proto-0.11.8
114+
CARGO_CRATE_DEPENDS+= quinn-udp-0.5.11
46115
CARGO_CRATE_DEPENDS+= quote-1.0.36
116+
CARGO_CRATE_DEPENDS+= rand-0.8.5
47117
CARGO_CRATE_DEPENDS+= rand-0.9.0
118+
CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1
48119
CARGO_CRATE_DEPENDS+= rand_chacha-0.9.0
120+
CARGO_CRATE_DEPENDS+= rand_core-0.6.4
49121
CARGO_CRATE_DEPENDS+= rand_core-0.9.0
50122
CARGO_CRATE_DEPENDS+= regex-1.11.1
51123
CARGO_CRATE_DEPENDS+= regex-automata-0.4.8
52124
CARGO_CRATE_DEPENDS+= regex-syntax-0.8.5
125+
CARGO_CRATE_DEPENDS+= reqwest-0.12.22
126+
CARGO_CRATE_DEPENDS+= ring-0.17.14
127+
CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.24
128+
CARGO_CRATE_DEPENDS+= rustc-hash-2.1.1
129+
CARGO_CRATE_DEPENDS+= rustls-0.23.26
130+
CARGO_CRATE_DEPENDS+= rustls-native-certs-0.8.1
131+
CARGO_CRATE_DEPENDS+= rustls-pki-types-1.11.0
132+
CARGO_CRATE_DEPENDS+= rustls-webpki-0.103.1
133+
CARGO_CRATE_DEPENDS+= rustversion-1.0.20
53134
CARGO_CRATE_DEPENDS+= ryu-1.0.18
135+
CARGO_CRATE_DEPENDS+= schannel-0.1.27
136+
CARGO_CRATE_DEPENDS+= security-framework-3.2.0
137+
CARGO_CRATE_DEPENDS+= security-framework-sys-2.14.0
54138
CARGO_CRATE_DEPENDS+= serde-1.0.219
55139
CARGO_CRATE_DEPENDS+= serde_derive-1.0.219
56140
CARGO_CRATE_DEPENDS+= serde_json-1.0.140
141+
CARGO_CRATE_DEPENDS+= serde_urlencoded-0.7.1
57142
CARGO_CRATE_DEPENDS+= sha1-0.10.6
58-
CARGO_CRATE_DEPENDS+= sha2-0.10.8
143+
CARGO_CRATE_DEPENDS+= sha2-0.10.9
144+
CARGO_CRATE_DEPENDS+= shlex-1.3.0
145+
CARGO_CRATE_DEPENDS+= slab-0.4.9
146+
CARGO_CRATE_DEPENDS+= smallvec-1.15.0
147+
CARGO_CRATE_DEPENDS+= socket2-0.5.9
148+
CARGO_CRATE_DEPENDS+= stable_deref_trait-1.2.0
59149
CARGO_CRATE_DEPENDS+= subtle-2.5.0
60150
CARGO_CRATE_DEPENDS+= syn-2.0.85
61-
CARGO_CRATE_DEPENDS+= target-lexicon-0.12.14
151+
CARGO_CRATE_DEPENDS+= sync_wrapper-1.0.2
152+
CARGO_CRATE_DEPENDS+= synstructure-0.13.2
153+
CARGO_CRATE_DEPENDS+= target-lexicon-0.13.2
154+
CARGO_CRATE_DEPENDS+= thiserror-1.0.65
155+
CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.65
156+
CARGO_CRATE_DEPENDS+= tinystr-0.7.6
157+
CARGO_CRATE_DEPENDS+= tinystr-0.8.1
158+
CARGO_CRATE_DEPENDS+= tinyvec-1.9.0
159+
CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.1
160+
CARGO_CRATE_DEPENDS+= tokio-1.46.1
161+
CARGO_CRATE_DEPENDS+= tokio-rustls-0.26.2
162+
CARGO_CRATE_DEPENDS+= tokio-util-0.7.15
163+
CARGO_CRATE_DEPENDS+= tower-0.5.2
164+
CARGO_CRATE_DEPENDS+= tower-http-0.6.6
165+
CARGO_CRATE_DEPENDS+= tower-layer-0.3.3
166+
CARGO_CRATE_DEPENDS+= tower-service-0.3.3
167+
CARGO_CRATE_DEPENDS+= tracing-0.1.41
168+
CARGO_CRATE_DEPENDS+= tracing-core-0.1.34
169+
CARGO_CRATE_DEPENDS+= try-lock-0.2.5
62170
CARGO_CRATE_DEPENDS+= typenum-1.17.0
63171
CARGO_CRATE_DEPENDS+= ulid-1.2.1
64172
CARGO_CRATE_DEPENDS+= unicode-ident-1.0.12
65173
CARGO_CRATE_DEPENDS+= unindent-0.2.3
174+
CARGO_CRATE_DEPENDS+= untrusted-0.9.0
175+
CARGO_CRATE_DEPENDS+= url-2.5.4
176+
CARGO_CRATE_DEPENDS+= utf16_iter-1.0.5
177+
CARGO_CRATE_DEPENDS+= utf8_iter-1.0.4
66178
CARGO_CRATE_DEPENDS+= version_check-0.9.4
179+
CARGO_CRATE_DEPENDS+= want-0.3.1
180+
CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1
67181
CARGO_CRATE_DEPENDS+= wasi-0.13.3+wasi-0.2.2
68-
CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.92
69-
CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.92
70-
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.92
71-
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.92
72-
CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.92
182+
CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.100
183+
CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.100
184+
CARGO_CRATE_DEPENDS+= wasm-bindgen-futures-0.4.50
185+
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.100
186+
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.100
187+
CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.100
188+
CARGO_CRATE_DEPENDS+= wasm-streams-0.4.2
189+
CARGO_CRATE_DEPENDS+= web-sys-0.3.77
73190
CARGO_CRATE_DEPENDS+= web-time-1.1.0
191+
CARGO_CRATE_DEPENDS+= windows-sys-0.52.0
192+
CARGO_CRATE_DEPENDS+= windows-sys-0.59.0
74193
CARGO_CRATE_DEPENDS+= windows-targets-0.52.6
75194
CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.52.6
76195
CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.52.6
@@ -81,5 +200,20 @@ CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.52.6
81200
CARGO_CRATE_DEPENDS+= windows_x86_64_gnullvm-0.52.6
82201
CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.52.6
83202
CARGO_CRATE_DEPENDS+= wit-bindgen-rt-0.33.0
203+
CARGO_CRATE_DEPENDS+= write16-1.0.0
204+
CARGO_CRATE_DEPENDS+= writeable-0.5.5
205+
CARGO_CRATE_DEPENDS+= writeable-0.6.1
206+
CARGO_CRATE_DEPENDS+= yoke-0.7.5
207+
CARGO_CRATE_DEPENDS+= yoke-0.8.0
208+
CARGO_CRATE_DEPENDS+= yoke-derive-0.7.5
209+
CARGO_CRATE_DEPENDS+= yoke-derive-0.8.0
84210
CARGO_CRATE_DEPENDS+= zerocopy-0.8.17
85211
CARGO_CRATE_DEPENDS+= zerocopy-derive-0.8.17
212+
CARGO_CRATE_DEPENDS+= zerofrom-0.1.6
213+
CARGO_CRATE_DEPENDS+= zerofrom-derive-0.1.6
214+
CARGO_CRATE_DEPENDS+= zeroize-1.8.1
215+
CARGO_CRATE_DEPENDS+= zerotrie-0.2.2
216+
CARGO_CRATE_DEPENDS+= zerovec-0.10.4
217+
CARGO_CRATE_DEPENDS+= zerovec-0.11.2
218+
CARGO_CRATE_DEPENDS+= zerovec-derive-0.10.3
219+
CARGO_CRATE_DEPENDS+= zerovec-derive-0.11.1

0 commit comments

Comments
 (0)