ptwm 1.0.0__tar.gz → 1.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ptwm-1.0.0 → ptwm-1.0.1}/Cargo.lock +665 -658
- {ptwm-1.0.0 → ptwm-1.0.1}/Cargo.toml +1 -1
- {ptwm-1.0.0 → ptwm-1.0.1}/PKG-INFO +31 -10
- {ptwm-1.0.0 → ptwm-1.0.1}/README.md +24 -4
- {ptwm-1.0.0 → ptwm-1.0.1}/pyproject.toml +32 -17
- {ptwm-1.0.0 → ptwm-1.0.1}/LICENSE +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/Cargo.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/build.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/data/bundled-keys.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/data/vendor_table.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/chain/dispatch.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/chain/graph.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/chain/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/chain/runtime.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/chain/validate.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/chain/wire.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codec.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codec_tagged.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/arithmetic.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/context_mixing.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/fpc.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/huff_llm.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/huffman.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/identity.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/neural_predictor.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/order1_arithmetic.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/order1_scale_ac.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/per_group_codebook.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/rans.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/tans.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/zstd.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/codecs/zstd_dict.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/compressor.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/container.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/delta.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/discovery/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/dispatch.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/dtype.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/arithmetic/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/arithmetic/model.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/context_mixing/coder.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/context_mixing/mixer.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/context_mixing/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/context_mixing/model.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/context_mixing/squash.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huff_llm/group_codec.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huff_llm/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huffman/bitstream.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huffman/compress.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huffman/decompress.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huffman/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huffman/tree.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/huffman/weights.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/neural_predictor/coder.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/neural_predictor/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/neural_predictor/net.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/outcome.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/rans/compress.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/rans/decompress.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/rans/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/stream_frame.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/entropy/tans/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/error.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/builder.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/builtins.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/capability.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/dispatch.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/error.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/id.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/kind.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/lifecycle.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/manifest.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/extension/table.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/fit/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/fit/order1.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/fit/per_group_codebook.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/flavor/abi.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/flavor/host.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/flavor/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/flavor/native.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/flavor/router.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/flavor/third_party.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/flavor/wasm.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/header.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/index.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/install/git.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/install/https.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/install/local.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/install/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/install/oci.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/install/pip.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/layout.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/lib.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/metadata.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/plane_record.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/policy/capability_check.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/policy/file.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/policy/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/policy/native_deps.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/policy/resolve.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/prelude.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/quantize.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/range_coder.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/select.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/split/dtype16.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/split/dtype32.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/split/dtype64.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/split/dtype8.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/split/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/tensor_record.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transcode/base64.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transcode/jcs.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transcode/manifest.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transcode/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transcode/tests.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/alpha_stable_normalize.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/bit_reorder_fp8.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/bit_reorder_ieee.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/block_microscaling_repack.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/burrows_wheeler.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/byte_passthrough.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/byte_split.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/concat.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/delta.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/entropy.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/fusion.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/index_pack.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/int_delta.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/mantissa_zero.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/move_to_front.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/mxfp4_deinterleave.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/nibble_split.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/op.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/predictor_xor.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/reshape.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/source.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/spherical_normalize.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/transforms/terminal.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/trust/bundled.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/trust/keyring.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/trust/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/trust/org.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/trust/signature.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/trust/verifier.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/types/descriptor.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/types/mod.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/types/plane_role.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-core/src/types/role.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-py/Cargo.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-py/src/ext.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-py/src/host_flavor.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-py/src/inspect.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-py/src/lib.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-py/src/policy.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/crates/ptwm-py/src/trust.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_config.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_exceptions.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_loader.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_rust/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_rust/_errors.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_rust/ext.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_rust/host.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_rust/policy.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/_rust/trust.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ablation/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ablation/_attribute.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ablation/_bench.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ablation/_compare.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ablation/_replay.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ablation/_resolve.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_audit.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_chain.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_flags.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_heuristic.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_hf_quant.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_protocol.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_ptwm_config.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/classify/_role.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/README.md +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/bench.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/chains.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/compress.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/decompress.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/ext.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/main.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/policy.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/trust.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/cli/utils.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/codecs/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/core/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/core/_compressor.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/core/_decompressor.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/delta/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/entropy/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/assemblyscript/manifest.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/assemblyscript/package.json +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/assemblyscript/src/index.ts +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/c/Makefile +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/c/manifest.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/c/src/lib.c +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/rust/Cargo.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/rust/manifest.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/rust/src/lib.rs +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/zig/build.zig +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/zig/manifest.toml +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/_templates/zig/src/main.zig +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/build.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/init.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/pack.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/ext_tooling/sign.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/integrations/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/integrations/_compress_safetensors.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/integrations/_hf.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/integrations/_safetensors.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/preprocessing/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/preprocessing/_cache.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/preprocessing/_chains.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/preprocessing/_explorer.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/preprocessing/_plane.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/random_access/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/sharding/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/sharding/_index.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/sharding/_reader.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/sharding/_sharder.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/sharding/_writer.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/stores/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/stores/_common.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/stores/_lmdb.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/stores/_webdataset.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/utils/__init__.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/utils/_decode.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/utils/_patch.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/utils/_safetensors.py +0 -0
- {ptwm-1.0.0 → ptwm-1.0.1}/python/ptwm/utils/_torch.py +0 -0
|
@@ -31,9 +31,9 @@ dependencies = [
|
|
|
31
31
|
|
|
32
32
|
[[package]]
|
|
33
33
|
name = "aho-corasick"
|
|
34
|
-
version = "1.1.
|
|
34
|
+
version = "1.1.4"
|
|
35
35
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
-
checksum = "
|
|
36
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
37
37
|
dependencies = [
|
|
38
38
|
"memchr",
|
|
39
39
|
]
|
|
@@ -44,12 +44,6 @@ version = "0.0.2"
|
|
|
44
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
45
|
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
|
|
46
46
|
|
|
47
|
-
[[package]]
|
|
48
|
-
name = "android-tzdata"
|
|
49
|
-
version = "0.1.1"
|
|
50
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
51
|
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
52
|
-
|
|
53
47
|
[[package]]
|
|
54
48
|
name = "android_system_properties"
|
|
55
49
|
version = "0.1.5"
|
|
@@ -61,15 +55,24 @@ dependencies = [
|
|
|
61
55
|
|
|
62
56
|
[[package]]
|
|
63
57
|
name = "anyhow"
|
|
64
|
-
version = "1.0.
|
|
58
|
+
version = "1.0.104"
|
|
59
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
60
|
+
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
61
|
+
|
|
62
|
+
[[package]]
|
|
63
|
+
name = "ar_archive_writer"
|
|
64
|
+
version = "0.5.2"
|
|
65
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
-
checksum = "
|
|
66
|
+
checksum = "4087686b4b0a3427190bae57a1d9a478dbb2d40c5dc1bd6e2b6d797913bdd348"
|
|
67
|
+
dependencies = [
|
|
68
|
+
"object 0.37.3",
|
|
69
|
+
]
|
|
67
70
|
|
|
68
71
|
[[package]]
|
|
69
72
|
name = "arbitrary"
|
|
70
|
-
version = "1.4.
|
|
73
|
+
version = "1.4.2"
|
|
71
74
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
72
|
-
checksum = "
|
|
75
|
+
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
|
|
73
76
|
|
|
74
77
|
[[package]]
|
|
75
78
|
name = "arrayref"
|
|
@@ -79,41 +82,32 @@ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
|
79
82
|
|
|
80
83
|
[[package]]
|
|
81
84
|
name = "arrayvec"
|
|
82
|
-
version = "0.7.
|
|
85
|
+
version = "0.7.8"
|
|
83
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
-
checksum = "
|
|
87
|
+
checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
|
|
85
88
|
|
|
86
89
|
[[package]]
|
|
87
90
|
name = "async-trait"
|
|
88
|
-
version = "0.1.
|
|
91
|
+
version = "0.1.91"
|
|
89
92
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
90
|
-
checksum = "
|
|
93
|
+
checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
|
|
91
94
|
dependencies = [
|
|
92
95
|
"proc-macro2",
|
|
93
96
|
"quote",
|
|
94
|
-
"syn",
|
|
97
|
+
"syn 3.0.3",
|
|
95
98
|
]
|
|
96
99
|
|
|
97
100
|
[[package]]
|
|
98
|
-
name = "
|
|
99
|
-
version = "1.
|
|
101
|
+
name = "atomic-waker"
|
|
102
|
+
version = "1.1.2"
|
|
100
103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
-
checksum = "
|
|
104
|
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
102
105
|
|
|
103
106
|
[[package]]
|
|
104
|
-
name = "
|
|
105
|
-
version = "
|
|
107
|
+
name = "autocfg"
|
|
108
|
+
version = "1.5.1"
|
|
106
109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
107
|
-
checksum = "
|
|
108
|
-
dependencies = [
|
|
109
|
-
"addr2line",
|
|
110
|
-
"cfg-if",
|
|
111
|
-
"libc",
|
|
112
|
-
"miniz_oxide",
|
|
113
|
-
"object",
|
|
114
|
-
"rustc-demangle",
|
|
115
|
-
"windows-targets",
|
|
116
|
-
]
|
|
110
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
117
111
|
|
|
118
112
|
[[package]]
|
|
119
113
|
name = "base64"
|
|
@@ -135,27 +129,28 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
135
129
|
|
|
136
130
|
[[package]]
|
|
137
131
|
name = "base64ct"
|
|
138
|
-
version = "1.8.
|
|
132
|
+
version = "1.8.3"
|
|
139
133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "
|
|
134
|
+
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
141
135
|
|
|
142
136
|
[[package]]
|
|
143
137
|
name = "bitflags"
|
|
144
|
-
version = "2.
|
|
138
|
+
version = "2.13.1"
|
|
145
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
-
checksum = "
|
|
140
|
+
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
147
141
|
|
|
148
142
|
[[package]]
|
|
149
143
|
name = "blake3"
|
|
150
|
-
version = "1.8.
|
|
144
|
+
version = "1.8.5"
|
|
151
145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
-
checksum = "
|
|
146
|
+
checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
|
|
153
147
|
dependencies = [
|
|
154
148
|
"arrayref",
|
|
155
149
|
"arrayvec",
|
|
156
150
|
"cc",
|
|
157
151
|
"cfg-if",
|
|
158
152
|
"constant_time_eq",
|
|
153
|
+
"cpufeatures 0.3.0",
|
|
159
154
|
]
|
|
160
155
|
|
|
161
156
|
[[package]]
|
|
@@ -167,11 +162,20 @@ dependencies = [
|
|
|
167
162
|
"generic-array",
|
|
168
163
|
]
|
|
169
164
|
|
|
165
|
+
[[package]]
|
|
166
|
+
name = "bs58"
|
|
167
|
+
version = "0.5.1"
|
|
168
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
+
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
170
|
+
dependencies = [
|
|
171
|
+
"tinyvec",
|
|
172
|
+
]
|
|
173
|
+
|
|
170
174
|
[[package]]
|
|
171
175
|
name = "bumpalo"
|
|
172
|
-
version = "3.
|
|
176
|
+
version = "3.20.3"
|
|
173
177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
174
|
-
checksum = "
|
|
178
|
+
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
175
179
|
|
|
176
180
|
[[package]]
|
|
177
181
|
name = "byteorder"
|
|
@@ -181,15 +185,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
181
185
|
|
|
182
186
|
[[package]]
|
|
183
187
|
name = "bytes"
|
|
184
|
-
version = "1.
|
|
188
|
+
version = "1.12.1"
|
|
185
189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
186
|
-
checksum = "
|
|
190
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
187
191
|
|
|
188
192
|
[[package]]
|
|
189
193
|
name = "cap-fs-ext"
|
|
190
|
-
version = "3.4.
|
|
194
|
+
version = "3.4.5"
|
|
191
195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
192
|
-
checksum = "
|
|
196
|
+
checksum = "d5528f85b1e134ae811704e41ef80930f56e795923f866813255bc342cc20654"
|
|
193
197
|
dependencies = [
|
|
194
198
|
"cap-primitives",
|
|
195
199
|
"cap-std",
|
|
@@ -199,21 +203,21 @@ dependencies = [
|
|
|
199
203
|
|
|
200
204
|
[[package]]
|
|
201
205
|
name = "cap-net-ext"
|
|
202
|
-
version = "3.4.
|
|
206
|
+
version = "3.4.5"
|
|
203
207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
204
|
-
checksum = "
|
|
208
|
+
checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7"
|
|
205
209
|
dependencies = [
|
|
206
210
|
"cap-primitives",
|
|
207
211
|
"cap-std",
|
|
208
|
-
"rustix 1.
|
|
212
|
+
"rustix 1.1.4",
|
|
209
213
|
"smallvec",
|
|
210
214
|
]
|
|
211
215
|
|
|
212
216
|
[[package]]
|
|
213
217
|
name = "cap-primitives"
|
|
214
|
-
version = "3.4.
|
|
218
|
+
version = "3.4.5"
|
|
215
219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
-
checksum = "
|
|
220
|
+
checksum = "b6cf3aea8a5081171859ef57bc1606b1df6999df4f1110f8eef68b30098d1d3a"
|
|
217
221
|
dependencies = [
|
|
218
222
|
"ambient-authority",
|
|
219
223
|
"fs-set-times",
|
|
@@ -221,7 +225,7 @@ dependencies = [
|
|
|
221
225
|
"io-lifetimes",
|
|
222
226
|
"ipnet",
|
|
223
227
|
"maybe-owned",
|
|
224
|
-
"rustix 1.
|
|
228
|
+
"rustix 1.1.4",
|
|
225
229
|
"rustix-linux-procfs",
|
|
226
230
|
"windows-sys 0.59.0",
|
|
227
231
|
"winx",
|
|
@@ -229,46 +233,47 @@ dependencies = [
|
|
|
229
233
|
|
|
230
234
|
[[package]]
|
|
231
235
|
name = "cap-rand"
|
|
232
|
-
version = "3.4.
|
|
236
|
+
version = "3.4.5"
|
|
233
237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
234
|
-
checksum = "
|
|
238
|
+
checksum = "d8144c22e24bbcf26ade86cb6501a0916c46b7e4787abdb0045a467eb1645a1d"
|
|
235
239
|
dependencies = [
|
|
236
240
|
"ambient-authority",
|
|
237
|
-
"rand 0.8.
|
|
241
|
+
"rand 0.8.7",
|
|
238
242
|
]
|
|
239
243
|
|
|
240
244
|
[[package]]
|
|
241
245
|
name = "cap-std"
|
|
242
|
-
version = "3.4.
|
|
246
|
+
version = "3.4.5"
|
|
243
247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
244
|
-
checksum = "
|
|
248
|
+
checksum = "b6dc3090992a735d23219de5c204927163d922f42f575a0189b005c62d37549a"
|
|
245
249
|
dependencies = [
|
|
246
250
|
"cap-primitives",
|
|
247
251
|
"io-extras",
|
|
248
252
|
"io-lifetimes",
|
|
249
|
-
"rustix 1.
|
|
253
|
+
"rustix 1.1.4",
|
|
250
254
|
]
|
|
251
255
|
|
|
252
256
|
[[package]]
|
|
253
257
|
name = "cap-time-ext"
|
|
254
|
-
version = "3.4.
|
|
258
|
+
version = "3.4.5"
|
|
255
259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
256
|
-
checksum = "
|
|
260
|
+
checksum = "def102506ce40c11710a9b16e614af0cde8e76ae51b1f48c04b8d79f4b671a80"
|
|
257
261
|
dependencies = [
|
|
258
262
|
"ambient-authority",
|
|
259
263
|
"cap-primitives",
|
|
260
264
|
"iana-time-zone",
|
|
261
265
|
"once_cell",
|
|
262
|
-
"rustix 1.
|
|
266
|
+
"rustix 1.1.4",
|
|
263
267
|
"winx",
|
|
264
268
|
]
|
|
265
269
|
|
|
266
270
|
[[package]]
|
|
267
271
|
name = "cc"
|
|
268
|
-
version = "1.
|
|
272
|
+
version = "1.3.0"
|
|
269
273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
270
|
-
checksum = "
|
|
274
|
+
checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
|
|
271
275
|
dependencies = [
|
|
276
|
+
"find-msvc-tools",
|
|
272
277
|
"jobserver",
|
|
273
278
|
"libc",
|
|
274
279
|
"shlex",
|
|
@@ -276,23 +281,33 @@ dependencies = [
|
|
|
276
281
|
|
|
277
282
|
[[package]]
|
|
278
283
|
name = "cfg-if"
|
|
279
|
-
version = "1.0.
|
|
284
|
+
version = "1.0.4"
|
|
280
285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
281
|
-
checksum = "
|
|
286
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
282
287
|
|
|
283
288
|
[[package]]
|
|
284
289
|
name = "cfg_aliases"
|
|
285
|
-
version = "0.2.
|
|
290
|
+
version = "0.2.2"
|
|
286
291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
287
|
-
checksum = "
|
|
292
|
+
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
293
|
+
|
|
294
|
+
[[package]]
|
|
295
|
+
name = "chacha20"
|
|
296
|
+
version = "0.10.1"
|
|
297
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
298
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
299
|
+
dependencies = [
|
|
300
|
+
"cfg-if",
|
|
301
|
+
"cpufeatures 0.3.0",
|
|
302
|
+
"rand_core 0.10.1",
|
|
303
|
+
]
|
|
288
304
|
|
|
289
305
|
[[package]]
|
|
290
306
|
name = "chrono"
|
|
291
|
-
version = "0.4.
|
|
307
|
+
version = "0.4.45"
|
|
292
308
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
-
checksum = "
|
|
309
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
294
310
|
dependencies = [
|
|
295
|
-
"android-tzdata",
|
|
296
311
|
"iana-time-zone",
|
|
297
312
|
"js-sys",
|
|
298
313
|
"num-traits",
|
|
@@ -334,7 +349,7 @@ version = "0.3.0"
|
|
|
334
349
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
335
350
|
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
|
|
336
351
|
dependencies = [
|
|
337
|
-
"thiserror 2.0.
|
|
352
|
+
"thiserror 2.0.19",
|
|
338
353
|
]
|
|
339
354
|
|
|
340
355
|
[[package]]
|
|
@@ -345,9 +360,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
345
360
|
|
|
346
361
|
[[package]]
|
|
347
362
|
name = "constant_time_eq"
|
|
348
|
-
version = "0.
|
|
363
|
+
version = "0.4.2"
|
|
349
364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
350
|
-
checksum = "
|
|
365
|
+
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
351
366
|
|
|
352
367
|
[[package]]
|
|
353
368
|
name = "core-foundation-sys"
|
|
@@ -357,9 +372,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
357
372
|
|
|
358
373
|
[[package]]
|
|
359
374
|
name = "cpp_demangle"
|
|
360
|
-
version = "0.4.
|
|
375
|
+
version = "0.4.5"
|
|
361
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
362
|
-
checksum = "
|
|
377
|
+
checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
|
|
363
378
|
dependencies = [
|
|
364
379
|
"cfg-if",
|
|
365
380
|
]
|
|
@@ -373,6 +388,15 @@ dependencies = [
|
|
|
373
388
|
"libc",
|
|
374
389
|
]
|
|
375
390
|
|
|
391
|
+
[[package]]
|
|
392
|
+
name = "cpufeatures"
|
|
393
|
+
version = "0.3.0"
|
|
394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
396
|
+
dependencies = [
|
|
397
|
+
"libc",
|
|
398
|
+
]
|
|
399
|
+
|
|
376
400
|
[[package]]
|
|
377
401
|
name = "cranelift-bforest"
|
|
378
402
|
version = "0.113.1"
|
|
@@ -490,9 +514,9 @@ dependencies = [
|
|
|
490
514
|
|
|
491
515
|
[[package]]
|
|
492
516
|
name = "crossbeam-deque"
|
|
493
|
-
version = "0.8.
|
|
517
|
+
version = "0.8.7"
|
|
494
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
495
|
-
checksum = "
|
|
519
|
+
checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
|
|
496
520
|
dependencies = [
|
|
497
521
|
"crossbeam-epoch",
|
|
498
522
|
"crossbeam-utils",
|
|
@@ -500,18 +524,18 @@ dependencies = [
|
|
|
500
524
|
|
|
501
525
|
[[package]]
|
|
502
526
|
name = "crossbeam-epoch"
|
|
503
|
-
version = "0.9.
|
|
527
|
+
version = "0.9.20"
|
|
504
528
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
505
|
-
checksum = "
|
|
529
|
+
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
|
|
506
530
|
dependencies = [
|
|
507
531
|
"crossbeam-utils",
|
|
508
532
|
]
|
|
509
533
|
|
|
510
534
|
[[package]]
|
|
511
535
|
name = "crossbeam-utils"
|
|
512
|
-
version = "0.8.
|
|
536
|
+
version = "0.8.22"
|
|
513
537
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
514
|
-
checksum = "
|
|
538
|
+
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
|
|
515
539
|
|
|
516
540
|
[[package]]
|
|
517
541
|
name = "crunchy"
|
|
@@ -521,9 +545,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
|
521
545
|
|
|
522
546
|
[[package]]
|
|
523
547
|
name = "crypto-common"
|
|
524
|
-
version = "0.1.
|
|
548
|
+
version = "0.1.7"
|
|
525
549
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
-
checksum = "
|
|
550
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
527
551
|
dependencies = [
|
|
528
552
|
"generic-array",
|
|
529
553
|
"typenum",
|
|
@@ -536,7 +560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
536
560
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
537
561
|
dependencies = [
|
|
538
562
|
"cfg-if",
|
|
539
|
-
"cpufeatures",
|
|
563
|
+
"cpufeatures 0.2.17",
|
|
540
564
|
"curve25519-dalek-derive",
|
|
541
565
|
"digest",
|
|
542
566
|
"fiat-crypto",
|
|
@@ -553,7 +577,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
553
577
|
dependencies = [
|
|
554
578
|
"proc-macro2",
|
|
555
579
|
"quote",
|
|
556
|
-
"syn",
|
|
580
|
+
"syn 2.0.119",
|
|
557
581
|
]
|
|
558
582
|
|
|
559
583
|
[[package]]
|
|
@@ -562,8 +586,18 @@ version = "0.20.11"
|
|
|
562
586
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
563
587
|
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
564
588
|
dependencies = [
|
|
565
|
-
"darling_core",
|
|
566
|
-
"darling_macro",
|
|
589
|
+
"darling_core 0.20.11",
|
|
590
|
+
"darling_macro 0.20.11",
|
|
591
|
+
]
|
|
592
|
+
|
|
593
|
+
[[package]]
|
|
594
|
+
name = "darling"
|
|
595
|
+
version = "0.23.0"
|
|
596
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
+
checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
|
|
598
|
+
dependencies = [
|
|
599
|
+
"darling_core 0.23.0",
|
|
600
|
+
"darling_macro 0.23.0",
|
|
567
601
|
]
|
|
568
602
|
|
|
569
603
|
[[package]]
|
|
@@ -577,7 +611,20 @@ dependencies = [
|
|
|
577
611
|
"proc-macro2",
|
|
578
612
|
"quote",
|
|
579
613
|
"strsim",
|
|
580
|
-
"syn",
|
|
614
|
+
"syn 2.0.119",
|
|
615
|
+
]
|
|
616
|
+
|
|
617
|
+
[[package]]
|
|
618
|
+
name = "darling_core"
|
|
619
|
+
version = "0.23.0"
|
|
620
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
+
checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
|
|
622
|
+
dependencies = [
|
|
623
|
+
"ident_case",
|
|
624
|
+
"proc-macro2",
|
|
625
|
+
"quote",
|
|
626
|
+
"strsim",
|
|
627
|
+
"syn 2.0.119",
|
|
581
628
|
]
|
|
582
629
|
|
|
583
630
|
[[package]]
|
|
@@ -586,9 +633,20 @@ version = "0.20.11"
|
|
|
586
633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
634
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
588
635
|
dependencies = [
|
|
589
|
-
"darling_core",
|
|
636
|
+
"darling_core 0.20.11",
|
|
637
|
+
"quote",
|
|
638
|
+
"syn 2.0.119",
|
|
639
|
+
]
|
|
640
|
+
|
|
641
|
+
[[package]]
|
|
642
|
+
name = "darling_macro"
|
|
643
|
+
version = "0.23.0"
|
|
644
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
645
|
+
checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
|
|
646
|
+
dependencies = [
|
|
647
|
+
"darling_core 0.23.0",
|
|
590
648
|
"quote",
|
|
591
|
-
"syn",
|
|
649
|
+
"syn 2.0.119",
|
|
592
650
|
]
|
|
593
651
|
|
|
594
652
|
[[package]]
|
|
@@ -612,12 +670,11 @@ dependencies = [
|
|
|
612
670
|
|
|
613
671
|
[[package]]
|
|
614
672
|
name = "deranged"
|
|
615
|
-
version = "0.
|
|
673
|
+
version = "0.5.8"
|
|
616
674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
|
-
checksum = "
|
|
675
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
618
676
|
dependencies = [
|
|
619
|
-
"
|
|
620
|
-
"serde",
|
|
677
|
+
"serde_core",
|
|
621
678
|
]
|
|
622
679
|
|
|
623
680
|
[[package]]
|
|
@@ -635,10 +692,10 @@ version = "0.20.2"
|
|
|
635
692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
636
693
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
|
|
637
694
|
dependencies = [
|
|
638
|
-
"darling",
|
|
695
|
+
"darling 0.20.11",
|
|
639
696
|
"proc-macro2",
|
|
640
697
|
"quote",
|
|
641
|
-
"syn",
|
|
698
|
+
"syn 2.0.119",
|
|
642
699
|
]
|
|
643
700
|
|
|
644
701
|
[[package]]
|
|
@@ -648,7 +705,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
648
705
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
649
706
|
dependencies = [
|
|
650
707
|
"derive_builder_core",
|
|
651
|
-
"syn",
|
|
708
|
+
"syn 2.0.119",
|
|
652
709
|
]
|
|
653
710
|
|
|
654
711
|
[[package]]
|
|
@@ -705,13 +762,13 @@ dependencies = [
|
|
|
705
762
|
|
|
706
763
|
[[package]]
|
|
707
764
|
name = "displaydoc"
|
|
708
|
-
version = "0.2.
|
|
765
|
+
version = "0.2.6"
|
|
709
766
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
710
|
-
checksum = "
|
|
767
|
+
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
|
|
711
768
|
dependencies = [
|
|
712
769
|
"proc-macro2",
|
|
713
770
|
"quote",
|
|
714
|
-
"syn",
|
|
771
|
+
"syn 2.0.119",
|
|
715
772
|
]
|
|
716
773
|
|
|
717
774
|
[[package]]
|
|
@@ -747,9 +804,9 @@ dependencies = [
|
|
|
747
804
|
|
|
748
805
|
[[package]]
|
|
749
806
|
name = "either"
|
|
750
|
-
version = "1.
|
|
807
|
+
version = "1.16.0"
|
|
751
808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
|
-
checksum = "
|
|
809
|
+
checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
|
|
753
810
|
|
|
754
811
|
[[package]]
|
|
755
812
|
name = "embedded-io"
|
|
@@ -780,12 +837,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
780
837
|
|
|
781
838
|
[[package]]
|
|
782
839
|
name = "errno"
|
|
783
|
-
version = "0.3.
|
|
840
|
+
version = "0.3.14"
|
|
784
841
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
785
|
-
checksum = "
|
|
842
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
786
843
|
dependencies = [
|
|
787
844
|
"libc",
|
|
788
|
-
"windows-sys 0.
|
|
845
|
+
"windows-sys 0.61.2",
|
|
789
846
|
]
|
|
790
847
|
|
|
791
848
|
[[package]]
|
|
@@ -796,9 +853,9 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
|
796
853
|
|
|
797
854
|
[[package]]
|
|
798
855
|
name = "fastrand"
|
|
799
|
-
version = "2.
|
|
856
|
+
version = "2.5.0"
|
|
800
857
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
801
|
-
checksum = "
|
|
858
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
802
859
|
|
|
803
860
|
[[package]]
|
|
804
861
|
name = "fd-lock"
|
|
@@ -807,7 +864,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
807
864
|
checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
|
|
808
865
|
dependencies = [
|
|
809
866
|
"cfg-if",
|
|
810
|
-
"rustix 1.
|
|
867
|
+
"rustix 1.1.4",
|
|
811
868
|
"windows-sys 0.59.0",
|
|
812
869
|
]
|
|
813
870
|
|
|
@@ -819,21 +876,25 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
819
876
|
|
|
820
877
|
[[package]]
|
|
821
878
|
name = "filetime"
|
|
822
|
-
version = "0.2.
|
|
879
|
+
version = "0.2.29"
|
|
823
880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
824
|
-
checksum = "
|
|
881
|
+
checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
|
|
825
882
|
dependencies = [
|
|
826
883
|
"cfg-if",
|
|
827
884
|
"libc",
|
|
828
|
-
"libredox",
|
|
829
|
-
"windows-sys 0.59.0",
|
|
830
885
|
]
|
|
831
886
|
|
|
887
|
+
[[package]]
|
|
888
|
+
name = "find-msvc-tools"
|
|
889
|
+
version = "0.1.9"
|
|
890
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
891
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
892
|
+
|
|
832
893
|
[[package]]
|
|
833
894
|
name = "flate2"
|
|
834
|
-
version = "1.1.
|
|
895
|
+
version = "1.1.9"
|
|
835
896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
-
checksum = "
|
|
897
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
837
898
|
dependencies = [
|
|
838
899
|
"crc32fast",
|
|
839
900
|
"miniz_oxide",
|
|
@@ -853,9 +914,9 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
853
914
|
|
|
854
915
|
[[package]]
|
|
855
916
|
name = "form_urlencoded"
|
|
856
|
-
version = "1.2.
|
|
917
|
+
version = "1.2.2"
|
|
857
918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
858
|
-
checksum = "
|
|
919
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
859
920
|
dependencies = [
|
|
860
921
|
"percent-encoding",
|
|
861
922
|
]
|
|
@@ -867,7 +928,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
867
928
|
checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
|
|
868
929
|
dependencies = [
|
|
869
930
|
"io-lifetimes",
|
|
870
|
-
"rustix 1.
|
|
931
|
+
"rustix 1.1.4",
|
|
871
932
|
"windows-sys 0.59.0",
|
|
872
933
|
]
|
|
873
934
|
|
|
@@ -879,9 +940,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
879
940
|
|
|
880
941
|
[[package]]
|
|
881
942
|
name = "futures"
|
|
882
|
-
version = "0.3.
|
|
943
|
+
version = "0.3.33"
|
|
883
944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
884
|
-
checksum = "
|
|
945
|
+
checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
|
|
885
946
|
dependencies = [
|
|
886
947
|
"futures-channel",
|
|
887
948
|
"futures-core",
|
|
@@ -893,9 +954,9 @@ dependencies = [
|
|
|
893
954
|
|
|
894
955
|
[[package]]
|
|
895
956
|
name = "futures-channel"
|
|
896
|
-
version = "0.3.
|
|
957
|
+
version = "0.3.33"
|
|
897
958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
898
|
-
checksum = "
|
|
959
|
+
checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
|
|
899
960
|
dependencies = [
|
|
900
961
|
"futures-core",
|
|
901
962
|
"futures-sink",
|
|
@@ -903,44 +964,44 @@ dependencies = [
|
|
|
903
964
|
|
|
904
965
|
[[package]]
|
|
905
966
|
name = "futures-core"
|
|
906
|
-
version = "0.3.
|
|
967
|
+
version = "0.3.33"
|
|
907
968
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
908
|
-
checksum = "
|
|
969
|
+
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
|
|
909
970
|
|
|
910
971
|
[[package]]
|
|
911
972
|
name = "futures-io"
|
|
912
|
-
version = "0.3.
|
|
973
|
+
version = "0.3.33"
|
|
913
974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
914
|
-
checksum = "
|
|
975
|
+
checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
|
|
915
976
|
|
|
916
977
|
[[package]]
|
|
917
978
|
name = "futures-macro"
|
|
918
|
-
version = "0.3.
|
|
979
|
+
version = "0.3.33"
|
|
919
980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
920
|
-
checksum = "
|
|
981
|
+
checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
|
|
921
982
|
dependencies = [
|
|
922
983
|
"proc-macro2",
|
|
923
984
|
"quote",
|
|
924
|
-
"syn",
|
|
985
|
+
"syn 2.0.119",
|
|
925
986
|
]
|
|
926
987
|
|
|
927
988
|
[[package]]
|
|
928
989
|
name = "futures-sink"
|
|
929
|
-
version = "0.3.
|
|
990
|
+
version = "0.3.33"
|
|
930
991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
931
|
-
checksum = "
|
|
992
|
+
checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
|
|
932
993
|
|
|
933
994
|
[[package]]
|
|
934
995
|
name = "futures-task"
|
|
935
|
-
version = "0.3.
|
|
996
|
+
version = "0.3.33"
|
|
936
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
937
|
-
checksum = "
|
|
998
|
+
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
|
|
938
999
|
|
|
939
1000
|
[[package]]
|
|
940
1001
|
name = "futures-util"
|
|
941
|
-
version = "0.3.
|
|
1002
|
+
version = "0.3.33"
|
|
942
1003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
943
|
-
checksum = "
|
|
1004
|
+
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
|
|
944
1005
|
dependencies = [
|
|
945
1006
|
"futures-core",
|
|
946
1007
|
"futures-io",
|
|
@@ -949,7 +1010,6 @@ dependencies = [
|
|
|
949
1010
|
"futures-task",
|
|
950
1011
|
"memchr",
|
|
951
1012
|
"pin-project-lite",
|
|
952
|
-
"pin-utils",
|
|
953
1013
|
"slab",
|
|
954
1014
|
]
|
|
955
1015
|
|
|
@@ -987,41 +1047,40 @@ dependencies = [
|
|
|
987
1047
|
|
|
988
1048
|
[[package]]
|
|
989
1049
|
name = "getrandom"
|
|
990
|
-
version = "0.2.
|
|
1050
|
+
version = "0.2.17"
|
|
991
1051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
992
|
-
checksum = "
|
|
1052
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
993
1053
|
dependencies = [
|
|
994
1054
|
"cfg-if",
|
|
995
1055
|
"js-sys",
|
|
996
1056
|
"libc",
|
|
997
|
-
"wasi
|
|
1057
|
+
"wasi",
|
|
998
1058
|
"wasm-bindgen",
|
|
999
1059
|
]
|
|
1000
1060
|
|
|
1001
1061
|
[[package]]
|
|
1002
1062
|
name = "getrandom"
|
|
1003
|
-
version = "0.
|
|
1063
|
+
version = "0.4.3"
|
|
1004
1064
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1005
|
-
checksum = "
|
|
1065
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
1006
1066
|
dependencies = [
|
|
1007
1067
|
"cfg-if",
|
|
1008
1068
|
"js-sys",
|
|
1009
1069
|
"libc",
|
|
1010
1070
|
"r-efi",
|
|
1011
|
-
"
|
|
1071
|
+
"rand_core 0.10.1",
|
|
1012
1072
|
"wasm-bindgen",
|
|
1013
1073
|
]
|
|
1014
1074
|
|
|
1015
1075
|
[[package]]
|
|
1016
1076
|
name = "getset"
|
|
1017
|
-
version = "0.1.
|
|
1077
|
+
version = "0.1.7"
|
|
1018
1078
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
-
checksum = "
|
|
1079
|
+
checksum = "6cf442baaabe4213ce7d1239afc26c039180b6456da2cededa316ae2c8a77a77"
|
|
1020
1080
|
dependencies = [
|
|
1021
|
-
"proc-macro-error2",
|
|
1022
1081
|
"proc-macro2",
|
|
1023
1082
|
"quote",
|
|
1024
|
-
"syn",
|
|
1083
|
+
"syn 2.0.119",
|
|
1025
1084
|
]
|
|
1026
1085
|
|
|
1027
1086
|
[[package]]
|
|
@@ -1031,7 +1090,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1031
1090
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
1032
1091
|
dependencies = [
|
|
1033
1092
|
"fallible-iterator",
|
|
1034
|
-
"indexmap 2.
|
|
1093
|
+
"indexmap 2.14.0",
|
|
1035
1094
|
"stable_deref_trait",
|
|
1036
1095
|
]
|
|
1037
1096
|
|
|
@@ -1052,12 +1111,13 @@ dependencies = [
|
|
|
1052
1111
|
|
|
1053
1112
|
[[package]]
|
|
1054
1113
|
name = "half"
|
|
1055
|
-
version = "2.
|
|
1114
|
+
version = "2.7.1"
|
|
1056
1115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1057
|
-
checksum = "
|
|
1116
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
1058
1117
|
dependencies = [
|
|
1059
1118
|
"cfg-if",
|
|
1060
1119
|
"crunchy",
|
|
1120
|
+
"zerocopy",
|
|
1061
1121
|
]
|
|
1062
1122
|
|
|
1063
1123
|
[[package]]
|
|
@@ -1078,13 +1138,19 @@ dependencies = [
|
|
|
1078
1138
|
|
|
1079
1139
|
[[package]]
|
|
1080
1140
|
name = "hashbrown"
|
|
1081
|
-
version = "0.15.
|
|
1141
|
+
version = "0.15.5"
|
|
1082
1142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1083
|
-
checksum = "
|
|
1143
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1084
1144
|
dependencies = [
|
|
1085
1145
|
"foldhash",
|
|
1086
1146
|
]
|
|
1087
1147
|
|
|
1148
|
+
[[package]]
|
|
1149
|
+
name = "hashbrown"
|
|
1150
|
+
version = "0.17.1"
|
|
1151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
+
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1153
|
+
|
|
1088
1154
|
[[package]]
|
|
1089
1155
|
name = "heck"
|
|
1090
1156
|
version = "0.5.0"
|
|
@@ -1108,21 +1174,20 @@ dependencies = [
|
|
|
1108
1174
|
|
|
1109
1175
|
[[package]]
|
|
1110
1176
|
name = "home"
|
|
1111
|
-
version = "0.5.
|
|
1177
|
+
version = "0.5.12"
|
|
1112
1178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "
|
|
1179
|
+
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
1114
1180
|
dependencies = [
|
|
1115
|
-
"windows-sys 0.
|
|
1181
|
+
"windows-sys 0.61.2",
|
|
1116
1182
|
]
|
|
1117
1183
|
|
|
1118
1184
|
[[package]]
|
|
1119
1185
|
name = "http"
|
|
1120
|
-
version = "1.
|
|
1186
|
+
version = "1.4.2"
|
|
1121
1187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1122
|
-
checksum = "
|
|
1188
|
+
checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
|
|
1123
1189
|
dependencies = [
|
|
1124
1190
|
"bytes",
|
|
1125
|
-
"fnv",
|
|
1126
1191
|
"itoa",
|
|
1127
1192
|
]
|
|
1128
1193
|
|
|
@@ -1137,9 +1202,9 @@ dependencies = [
|
|
|
1137
1202
|
|
|
1138
1203
|
[[package]]
|
|
1139
1204
|
name = "http-body"
|
|
1140
|
-
version = "1.0
|
|
1205
|
+
version = "1.1.0"
|
|
1141
1206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1142
|
-
checksum = "
|
|
1207
|
+
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
|
|
1143
1208
|
dependencies = [
|
|
1144
1209
|
"bytes",
|
|
1145
1210
|
"http",
|
|
@@ -1147,9 +1212,9 @@ dependencies = [
|
|
|
1147
1212
|
|
|
1148
1213
|
[[package]]
|
|
1149
1214
|
name = "http-body-util"
|
|
1150
|
-
version = "0.1.
|
|
1215
|
+
version = "0.1.4"
|
|
1151
1216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
-
checksum = "
|
|
1217
|
+
checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
|
|
1153
1218
|
dependencies = [
|
|
1154
1219
|
"bytes",
|
|
1155
1220
|
"futures-core",
|
|
@@ -1166,13 +1231,14 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
1166
1231
|
|
|
1167
1232
|
[[package]]
|
|
1168
1233
|
name = "hyper"
|
|
1169
|
-
version = "1.
|
|
1234
|
+
version = "1.11.0"
|
|
1170
1235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1171
|
-
checksum = "
|
|
1236
|
+
checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
|
|
1172
1237
|
dependencies = [
|
|
1238
|
+
"atomic-waker",
|
|
1173
1239
|
"bytes",
|
|
1174
1240
|
"futures-channel",
|
|
1175
|
-
"futures-
|
|
1241
|
+
"futures-core",
|
|
1176
1242
|
"http",
|
|
1177
1243
|
"http-body",
|
|
1178
1244
|
"httparse",
|
|
@@ -1185,31 +1251,29 @@ dependencies = [
|
|
|
1185
1251
|
|
|
1186
1252
|
[[package]]
|
|
1187
1253
|
name = "hyper-rustls"
|
|
1188
|
-
version = "0.27.
|
|
1254
|
+
version = "0.27.9"
|
|
1189
1255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1190
|
-
checksum = "
|
|
1256
|
+
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
1191
1257
|
dependencies = [
|
|
1192
1258
|
"http",
|
|
1193
1259
|
"hyper",
|
|
1194
1260
|
"hyper-util",
|
|
1195
1261
|
"rustls",
|
|
1196
|
-
"rustls-pki-types",
|
|
1197
1262
|
"tokio",
|
|
1198
1263
|
"tokio-rustls",
|
|
1199
1264
|
"tower-service",
|
|
1200
|
-
"webpki-roots 1.0.
|
|
1265
|
+
"webpki-roots 1.0.9",
|
|
1201
1266
|
]
|
|
1202
1267
|
|
|
1203
1268
|
[[package]]
|
|
1204
1269
|
name = "hyper-util"
|
|
1205
|
-
version = "0.1.
|
|
1270
|
+
version = "0.1.20"
|
|
1206
1271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1207
|
-
checksum = "
|
|
1272
|
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
1208
1273
|
dependencies = [
|
|
1209
1274
|
"base64 0.22.1",
|
|
1210
1275
|
"bytes",
|
|
1211
1276
|
"futures-channel",
|
|
1212
|
-
"futures-core",
|
|
1213
1277
|
"futures-util",
|
|
1214
1278
|
"http",
|
|
1215
1279
|
"http-body",
|
|
@@ -1218,7 +1282,7 @@ dependencies = [
|
|
|
1218
1282
|
"libc",
|
|
1219
1283
|
"percent-encoding",
|
|
1220
1284
|
"pin-project-lite",
|
|
1221
|
-
"socket2
|
|
1285
|
+
"socket2",
|
|
1222
1286
|
"tokio",
|
|
1223
1287
|
"tower-service",
|
|
1224
1288
|
"tracing",
|
|
@@ -1226,9 +1290,9 @@ dependencies = [
|
|
|
1226
1290
|
|
|
1227
1291
|
[[package]]
|
|
1228
1292
|
name = "iana-time-zone"
|
|
1229
|
-
version = "0.1.
|
|
1293
|
+
version = "0.1.65"
|
|
1230
1294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
-
checksum = "
|
|
1295
|
+
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
1232
1296
|
dependencies = [
|
|
1233
1297
|
"android_system_properties",
|
|
1234
1298
|
"core-foundation-sys",
|
|
@@ -1250,12 +1314,13 @@ dependencies = [
|
|
|
1250
1314
|
|
|
1251
1315
|
[[package]]
|
|
1252
1316
|
name = "icu_collections"
|
|
1253
|
-
version = "2.
|
|
1317
|
+
version = "2.2.0"
|
|
1254
1318
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1255
|
-
checksum = "
|
|
1319
|
+
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
1256
1320
|
dependencies = [
|
|
1257
1321
|
"displaydoc",
|
|
1258
1322
|
"potential_utf",
|
|
1323
|
+
"utf8_iter",
|
|
1259
1324
|
"yoke",
|
|
1260
1325
|
"zerofrom",
|
|
1261
1326
|
"zerovec",
|
|
@@ -1263,9 +1328,9 @@ dependencies = [
|
|
|
1263
1328
|
|
|
1264
1329
|
[[package]]
|
|
1265
1330
|
name = "icu_locale_core"
|
|
1266
|
-
version = "2.
|
|
1331
|
+
version = "2.2.0"
|
|
1267
1332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1268
|
-
checksum = "
|
|
1333
|
+
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
1269
1334
|
dependencies = [
|
|
1270
1335
|
"displaydoc",
|
|
1271
1336
|
"litemap",
|
|
@@ -1276,11 +1341,10 @@ dependencies = [
|
|
|
1276
1341
|
|
|
1277
1342
|
[[package]]
|
|
1278
1343
|
name = "icu_normalizer"
|
|
1279
|
-
version = "2.
|
|
1344
|
+
version = "2.2.0"
|
|
1280
1345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1281
|
-
checksum = "
|
|
1346
|
+
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
1282
1347
|
dependencies = [
|
|
1283
|
-
"displaydoc",
|
|
1284
1348
|
"icu_collections",
|
|
1285
1349
|
"icu_normalizer_data",
|
|
1286
1350
|
"icu_properties",
|
|
@@ -1291,42 +1355,38 @@ dependencies = [
|
|
|
1291
1355
|
|
|
1292
1356
|
[[package]]
|
|
1293
1357
|
name = "icu_normalizer_data"
|
|
1294
|
-
version = "2.
|
|
1358
|
+
version = "2.2.0"
|
|
1295
1359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1296
|
-
checksum = "
|
|
1360
|
+
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
1297
1361
|
|
|
1298
1362
|
[[package]]
|
|
1299
1363
|
name = "icu_properties"
|
|
1300
|
-
version = "2.0
|
|
1364
|
+
version = "2.2.0"
|
|
1301
1365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1302
|
-
checksum = "
|
|
1366
|
+
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
1303
1367
|
dependencies = [
|
|
1304
|
-
"displaydoc",
|
|
1305
1368
|
"icu_collections",
|
|
1306
1369
|
"icu_locale_core",
|
|
1307
1370
|
"icu_properties_data",
|
|
1308
1371
|
"icu_provider",
|
|
1309
|
-
"potential_utf",
|
|
1310
1372
|
"zerotrie",
|
|
1311
1373
|
"zerovec",
|
|
1312
1374
|
]
|
|
1313
1375
|
|
|
1314
1376
|
[[package]]
|
|
1315
1377
|
name = "icu_properties_data"
|
|
1316
|
-
version = "2.0
|
|
1378
|
+
version = "2.2.0"
|
|
1317
1379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
-
checksum = "
|
|
1380
|
+
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
1319
1381
|
|
|
1320
1382
|
[[package]]
|
|
1321
1383
|
name = "icu_provider"
|
|
1322
|
-
version = "2.
|
|
1384
|
+
version = "2.2.0"
|
|
1323
1385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1324
|
-
checksum = "
|
|
1386
|
+
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
1325
1387
|
dependencies = [
|
|
1326
1388
|
"displaydoc",
|
|
1327
1389
|
"icu_locale_core",
|
|
1328
|
-
"stable_deref_trait",
|
|
1329
|
-
"tinystr",
|
|
1330
1390
|
"writeable",
|
|
1331
1391
|
"yoke",
|
|
1332
1392
|
"zerofrom",
|
|
@@ -1336,9 +1396,9 @@ dependencies = [
|
|
|
1336
1396
|
|
|
1337
1397
|
[[package]]
|
|
1338
1398
|
name = "id-arena"
|
|
1339
|
-
version = "2.
|
|
1399
|
+
version = "2.3.0"
|
|
1340
1400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1341
|
-
checksum = "
|
|
1401
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1342
1402
|
|
|
1343
1403
|
[[package]]
|
|
1344
1404
|
name = "ident_case"
|
|
@@ -1348,9 +1408,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
1348
1408
|
|
|
1349
1409
|
[[package]]
|
|
1350
1410
|
name = "idna"
|
|
1351
|
-
version = "1.0
|
|
1411
|
+
version = "1.1.0"
|
|
1352
1412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1353
|
-
checksum = "
|
|
1413
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1354
1414
|
dependencies = [
|
|
1355
1415
|
"idna_adapter",
|
|
1356
1416
|
"smallvec",
|
|
@@ -1359,9 +1419,9 @@ dependencies = [
|
|
|
1359
1419
|
|
|
1360
1420
|
[[package]]
|
|
1361
1421
|
name = "idna_adapter"
|
|
1362
|
-
version = "1.2.
|
|
1422
|
+
version = "1.2.2"
|
|
1363
1423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1364
|
-
checksum = "
|
|
1424
|
+
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
|
|
1365
1425
|
dependencies = [
|
|
1366
1426
|
"icu_normalizer",
|
|
1367
1427
|
"icu_properties",
|
|
@@ -1380,20 +1440,24 @@ dependencies = [
|
|
|
1380
1440
|
|
|
1381
1441
|
[[package]]
|
|
1382
1442
|
name = "indexmap"
|
|
1383
|
-
version = "2.
|
|
1443
|
+
version = "2.14.0"
|
|
1384
1444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1385
|
-
checksum = "
|
|
1445
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1386
1446
|
dependencies = [
|
|
1387
1447
|
"equivalent",
|
|
1388
|
-
"hashbrown 0.
|
|
1448
|
+
"hashbrown 0.17.1",
|
|
1389
1449
|
"serde",
|
|
1450
|
+
"serde_core",
|
|
1390
1451
|
]
|
|
1391
1452
|
|
|
1392
1453
|
[[package]]
|
|
1393
1454
|
name = "indoc"
|
|
1394
|
-
version = "2.0.
|
|
1455
|
+
version = "2.0.7"
|
|
1395
1456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1396
|
-
checksum = "
|
|
1457
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
1458
|
+
dependencies = [
|
|
1459
|
+
"rustversion",
|
|
1460
|
+
]
|
|
1397
1461
|
|
|
1398
1462
|
[[package]]
|
|
1399
1463
|
name = "io-extras"
|
|
@@ -1411,32 +1475,11 @@ version = "2.0.4"
|
|
|
1411
1475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1412
1476
|
checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
|
|
1413
1477
|
|
|
1414
|
-
[[package]]
|
|
1415
|
-
name = "io-uring"
|
|
1416
|
-
version = "0.7.9"
|
|
1417
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1418
|
-
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
|
|
1419
|
-
dependencies = [
|
|
1420
|
-
"bitflags",
|
|
1421
|
-
"cfg-if",
|
|
1422
|
-
"libc",
|
|
1423
|
-
]
|
|
1424
|
-
|
|
1425
1478
|
[[package]]
|
|
1426
1479
|
name = "ipnet"
|
|
1427
|
-
version = "2.
|
|
1480
|
+
version = "2.12.0"
|
|
1428
1481
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1429
|
-
checksum = "
|
|
1430
|
-
|
|
1431
|
-
[[package]]
|
|
1432
|
-
name = "iri-string"
|
|
1433
|
-
version = "0.7.8"
|
|
1434
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
-
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
|
|
1436
|
-
dependencies = [
|
|
1437
|
-
"memchr",
|
|
1438
|
-
"serde",
|
|
1439
|
-
]
|
|
1482
|
+
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
1440
1483
|
|
|
1441
1484
|
[[package]]
|
|
1442
1485
|
name = "itertools"
|
|
@@ -1449,9 +1492,9 @@ dependencies = [
|
|
|
1449
1492
|
|
|
1450
1493
|
[[package]]
|
|
1451
1494
|
name = "itoa"
|
|
1452
|
-
version = "1.0.
|
|
1495
|
+
version = "1.0.18"
|
|
1453
1496
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1454
|
-
checksum = "
|
|
1497
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1455
1498
|
|
|
1456
1499
|
[[package]]
|
|
1457
1500
|
name = "ittapi"
|
|
@@ -1475,21 +1518,22 @@ dependencies = [
|
|
|
1475
1518
|
|
|
1476
1519
|
[[package]]
|
|
1477
1520
|
name = "jobserver"
|
|
1478
|
-
version = "0.1.
|
|
1521
|
+
version = "0.1.35"
|
|
1479
1522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1480
|
-
checksum = "
|
|
1523
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
1481
1524
|
dependencies = [
|
|
1482
|
-
"getrandom 0.
|
|
1525
|
+
"getrandom 0.4.3",
|
|
1483
1526
|
"libc",
|
|
1484
1527
|
]
|
|
1485
1528
|
|
|
1486
1529
|
[[package]]
|
|
1487
1530
|
name = "js-sys"
|
|
1488
|
-
version = "0.3.
|
|
1531
|
+
version = "0.3.103"
|
|
1489
1532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1490
|
-
checksum = "
|
|
1533
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
1491
1534
|
dependencies = [
|
|
1492
|
-
"
|
|
1535
|
+
"cfg-if",
|
|
1536
|
+
"futures-util",
|
|
1493
1537
|
"wasm-bindgen",
|
|
1494
1538
|
]
|
|
1495
1539
|
|
|
@@ -1516,9 +1560,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
1516
1560
|
|
|
1517
1561
|
[[package]]
|
|
1518
1562
|
name = "leb128"
|
|
1519
|
-
version = "0.2.
|
|
1563
|
+
version = "0.2.7"
|
|
1520
1564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1521
|
-
checksum = "
|
|
1565
|
+
checksum = "c83bff1d572d6b9aeef67ddfc8448e4a3737909cb28e81f97c791b9018703e52"
|
|
1522
1566
|
|
|
1523
1567
|
[[package]]
|
|
1524
1568
|
name = "leb128fmt"
|
|
@@ -1528,9 +1572,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
|
1528
1572
|
|
|
1529
1573
|
[[package]]
|
|
1530
1574
|
name = "libc"
|
|
1531
|
-
version = "0.2.
|
|
1575
|
+
version = "0.2.189"
|
|
1532
1576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1533
|
-
checksum = "
|
|
1577
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
1534
1578
|
|
|
1535
1579
|
[[package]]
|
|
1536
1580
|
name = "libgit2-sys"
|
|
@@ -1547,36 +1591,34 @@ dependencies = [
|
|
|
1547
1591
|
|
|
1548
1592
|
[[package]]
|
|
1549
1593
|
name = "libloading"
|
|
1550
|
-
version = "0.8.
|
|
1594
|
+
version = "0.8.9"
|
|
1551
1595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1552
|
-
checksum = "
|
|
1596
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
1553
1597
|
dependencies = [
|
|
1554
1598
|
"cfg-if",
|
|
1555
|
-
"windows-
|
|
1599
|
+
"windows-link",
|
|
1556
1600
|
]
|
|
1557
1601
|
|
|
1558
1602
|
[[package]]
|
|
1559
1603
|
name = "libm"
|
|
1560
|
-
version = "0.2.
|
|
1604
|
+
version = "0.2.16"
|
|
1561
1605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1562
|
-
checksum = "
|
|
1606
|
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
1563
1607
|
|
|
1564
1608
|
[[package]]
|
|
1565
1609
|
name = "libredox"
|
|
1566
|
-
version = "0.1.
|
|
1610
|
+
version = "0.1.18"
|
|
1567
1611
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1568
|
-
checksum = "
|
|
1612
|
+
checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
|
|
1569
1613
|
dependencies = [
|
|
1570
|
-
"bitflags",
|
|
1571
1614
|
"libc",
|
|
1572
|
-
"redox_syscall",
|
|
1573
1615
|
]
|
|
1574
1616
|
|
|
1575
1617
|
[[package]]
|
|
1576
1618
|
name = "libz-sys"
|
|
1577
|
-
version = "1.1.
|
|
1619
|
+
version = "1.1.29"
|
|
1578
1620
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1579
|
-
checksum = "
|
|
1621
|
+
checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9"
|
|
1580
1622
|
dependencies = [
|
|
1581
1623
|
"cc",
|
|
1582
1624
|
"libc",
|
|
@@ -1592,21 +1634,21 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
1592
1634
|
|
|
1593
1635
|
[[package]]
|
|
1594
1636
|
name = "linux-raw-sys"
|
|
1595
|
-
version = "0.
|
|
1637
|
+
version = "0.12.1"
|
|
1596
1638
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1597
|
-
checksum = "
|
|
1639
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1598
1640
|
|
|
1599
1641
|
[[package]]
|
|
1600
1642
|
name = "litemap"
|
|
1601
|
-
version = "0.8.
|
|
1643
|
+
version = "0.8.2"
|
|
1602
1644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1603
|
-
checksum = "
|
|
1645
|
+
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
1604
1646
|
|
|
1605
1647
|
[[package]]
|
|
1606
1648
|
name = "log"
|
|
1607
|
-
version = "0.4.
|
|
1649
|
+
version = "0.4.33"
|
|
1608
1650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1609
|
-
checksum = "
|
|
1651
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
1610
1652
|
|
|
1611
1653
|
[[package]]
|
|
1612
1654
|
name = "lru-slab"
|
|
@@ -1631,24 +1673,24 @@ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
|
|
|
1631
1673
|
|
|
1632
1674
|
[[package]]
|
|
1633
1675
|
name = "memchr"
|
|
1634
|
-
version = "2.
|
|
1676
|
+
version = "2.8.3"
|
|
1635
1677
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1636
|
-
checksum = "
|
|
1678
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
1637
1679
|
|
|
1638
1680
|
[[package]]
|
|
1639
1681
|
name = "memfd"
|
|
1640
|
-
version = "0.6.
|
|
1682
|
+
version = "0.6.5"
|
|
1641
1683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1642
|
-
checksum = "
|
|
1684
|
+
checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
|
|
1643
1685
|
dependencies = [
|
|
1644
|
-
"rustix
|
|
1686
|
+
"rustix 1.1.4",
|
|
1645
1687
|
]
|
|
1646
1688
|
|
|
1647
1689
|
[[package]]
|
|
1648
1690
|
name = "memmap2"
|
|
1649
|
-
version = "0.9.
|
|
1691
|
+
version = "0.9.11"
|
|
1650
1692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1651
|
-
checksum = "
|
|
1693
|
+
checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
|
|
1652
1694
|
dependencies = [
|
|
1653
1695
|
"libc",
|
|
1654
1696
|
]
|
|
@@ -1669,24 +1711,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1669
1711
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
1670
1712
|
dependencies = [
|
|
1671
1713
|
"adler2",
|
|
1714
|
+
"simd-adler32",
|
|
1672
1715
|
]
|
|
1673
1716
|
|
|
1674
1717
|
[[package]]
|
|
1675
1718
|
name = "mio"
|
|
1676
|
-
version = "1.
|
|
1719
|
+
version = "1.2.2"
|
|
1677
1720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1678
|
-
checksum = "
|
|
1721
|
+
checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
|
|
1679
1722
|
dependencies = [
|
|
1680
1723
|
"libc",
|
|
1681
|
-
"wasi
|
|
1682
|
-
"windows-sys 0.
|
|
1724
|
+
"wasi",
|
|
1725
|
+
"windows-sys 0.61.2",
|
|
1683
1726
|
]
|
|
1684
1727
|
|
|
1685
1728
|
[[package]]
|
|
1686
1729
|
name = "num-conv"
|
|
1687
|
-
version = "0.
|
|
1730
|
+
version = "0.2.2"
|
|
1688
1731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1689
|
-
checksum = "
|
|
1732
|
+
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
|
|
1690
1733
|
|
|
1691
1734
|
[[package]]
|
|
1692
1735
|
name = "num-traits"
|
|
@@ -1704,8 +1747,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1704
1747
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
1705
1748
|
dependencies = [
|
|
1706
1749
|
"crc32fast",
|
|
1707
|
-
"hashbrown 0.15.
|
|
1708
|
-
"indexmap 2.
|
|
1750
|
+
"hashbrown 0.15.5",
|
|
1751
|
+
"indexmap 2.14.0",
|
|
1752
|
+
"memchr",
|
|
1753
|
+
]
|
|
1754
|
+
|
|
1755
|
+
[[package]]
|
|
1756
|
+
name = "object"
|
|
1757
|
+
version = "0.37.3"
|
|
1758
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1759
|
+
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
|
1760
|
+
dependencies = [
|
|
1709
1761
|
"memchr",
|
|
1710
1762
|
]
|
|
1711
1763
|
|
|
@@ -1748,7 +1800,7 @@ dependencies = [
|
|
|
1748
1800
|
"serde_json",
|
|
1749
1801
|
"strum",
|
|
1750
1802
|
"strum_macros",
|
|
1751
|
-
"thiserror 2.0.
|
|
1803
|
+
"thiserror 2.0.19",
|
|
1752
1804
|
]
|
|
1753
1805
|
|
|
1754
1806
|
[[package]]
|
|
@@ -1764,9 +1816,9 @@ dependencies = [
|
|
|
1764
1816
|
|
|
1765
1817
|
[[package]]
|
|
1766
1818
|
name = "once_cell"
|
|
1767
|
-
version = "1.21.
|
|
1819
|
+
version = "1.21.4"
|
|
1768
1820
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1769
|
-
checksum = "
|
|
1821
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1770
1822
|
|
|
1771
1823
|
[[package]]
|
|
1772
1824
|
name = "openssl-probe"
|
|
@@ -1776,18 +1828,18 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
1776
1828
|
|
|
1777
1829
|
[[package]]
|
|
1778
1830
|
name = "openssl-src"
|
|
1779
|
-
version = "300.
|
|
1831
|
+
version = "300.6.1+3.6.3"
|
|
1780
1832
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1781
|
-
checksum = "
|
|
1833
|
+
checksum = "46eb8fb9fb3b61ce1c0f8a026c4c1a0714d3a9e138e7fbde78753ce2babc3846"
|
|
1782
1834
|
dependencies = [
|
|
1783
1835
|
"cc",
|
|
1784
1836
|
]
|
|
1785
1837
|
|
|
1786
1838
|
[[package]]
|
|
1787
1839
|
name = "openssl-sys"
|
|
1788
|
-
version = "0.9.
|
|
1840
|
+
version = "0.9.117"
|
|
1789
1841
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
|
-
checksum = "
|
|
1842
|
+
checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
|
|
1791
1843
|
dependencies = [
|
|
1792
1844
|
"cc",
|
|
1793
1845
|
"libc",
|
|
@@ -1804,21 +1856,15 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
1804
1856
|
|
|
1805
1857
|
[[package]]
|
|
1806
1858
|
name = "percent-encoding"
|
|
1807
|
-
version = "2.3.
|
|
1859
|
+
version = "2.3.2"
|
|
1808
1860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
-
checksum = "
|
|
1861
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1810
1862
|
|
|
1811
1863
|
[[package]]
|
|
1812
1864
|
name = "pin-project-lite"
|
|
1813
|
-
version = "0.2.
|
|
1814
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
|
-
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
1816
|
-
|
|
1817
|
-
[[package]]
|
|
1818
|
-
name = "pin-utils"
|
|
1819
|
-
version = "0.1.0"
|
|
1865
|
+
version = "0.2.17"
|
|
1820
1866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1821
|
-
checksum = "
|
|
1867
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1822
1868
|
|
|
1823
1869
|
[[package]]
|
|
1824
1870
|
name = "pkcs8"
|
|
@@ -1832,15 +1878,15 @@ dependencies = [
|
|
|
1832
1878
|
|
|
1833
1879
|
[[package]]
|
|
1834
1880
|
name = "pkg-config"
|
|
1835
|
-
version = "0.3.
|
|
1881
|
+
version = "0.3.33"
|
|
1836
1882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1837
|
-
checksum = "
|
|
1883
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
1838
1884
|
|
|
1839
1885
|
[[package]]
|
|
1840
1886
|
name = "portable-atomic"
|
|
1841
|
-
version = "1.
|
|
1887
|
+
version = "1.14.0"
|
|
1842
1888
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1843
|
-
checksum = "
|
|
1889
|
+
checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
|
|
1844
1890
|
|
|
1845
1891
|
[[package]]
|
|
1846
1892
|
name = "postcard"
|
|
@@ -1856,9 +1902,9 @@ dependencies = [
|
|
|
1856
1902
|
|
|
1857
1903
|
[[package]]
|
|
1858
1904
|
name = "potential_utf"
|
|
1859
|
-
version = "0.1.
|
|
1905
|
+
version = "0.1.5"
|
|
1860
1906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1861
|
-
checksum = "
|
|
1907
|
+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
1862
1908
|
dependencies = [
|
|
1863
1909
|
"zerovec",
|
|
1864
1910
|
]
|
|
@@ -1878,49 +1924,28 @@ dependencies = [
|
|
|
1878
1924
|
"zerocopy",
|
|
1879
1925
|
]
|
|
1880
1926
|
|
|
1881
|
-
[[package]]
|
|
1882
|
-
name = "proc-macro-error-attr2"
|
|
1883
|
-
version = "2.0.0"
|
|
1884
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1885
|
-
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
1886
|
-
dependencies = [
|
|
1887
|
-
"proc-macro2",
|
|
1888
|
-
"quote",
|
|
1889
|
-
]
|
|
1890
|
-
|
|
1891
|
-
[[package]]
|
|
1892
|
-
name = "proc-macro-error2"
|
|
1893
|
-
version = "2.0.1"
|
|
1894
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
-
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
1896
|
-
dependencies = [
|
|
1897
|
-
"proc-macro-error-attr2",
|
|
1898
|
-
"proc-macro2",
|
|
1899
|
-
"quote",
|
|
1900
|
-
"syn",
|
|
1901
|
-
]
|
|
1902
|
-
|
|
1903
1927
|
[[package]]
|
|
1904
1928
|
name = "proc-macro2"
|
|
1905
|
-
version = "1.0.
|
|
1929
|
+
version = "1.0.107"
|
|
1906
1930
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1907
|
-
checksum = "
|
|
1931
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
1908
1932
|
dependencies = [
|
|
1909
1933
|
"unicode-ident",
|
|
1910
1934
|
]
|
|
1911
1935
|
|
|
1912
1936
|
[[package]]
|
|
1913
1937
|
name = "psm"
|
|
1914
|
-
version = "0.1.
|
|
1938
|
+
version = "0.1.31"
|
|
1915
1939
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1916
|
-
checksum = "
|
|
1940
|
+
checksum = "645dbe486e346d9b5de3ef16ede18c26e6c70ad97418f4874b8b1889d6e761ea"
|
|
1917
1941
|
dependencies = [
|
|
1942
|
+
"ar_archive_writer",
|
|
1918
1943
|
"cc",
|
|
1919
1944
|
]
|
|
1920
1945
|
|
|
1921
1946
|
[[package]]
|
|
1922
1947
|
name = "ptwm-core"
|
|
1923
|
-
version = "1.0.
|
|
1948
|
+
version = "1.0.1"
|
|
1924
1949
|
dependencies = [
|
|
1925
1950
|
"blake3",
|
|
1926
1951
|
"ciborium",
|
|
@@ -1955,7 +1980,7 @@ dependencies = [
|
|
|
1955
1980
|
|
|
1956
1981
|
[[package]]
|
|
1957
1982
|
name = "ptwm-py"
|
|
1958
|
-
version = "1.0.
|
|
1983
|
+
version = "1.0.1"
|
|
1959
1984
|
dependencies = [
|
|
1960
1985
|
"hex",
|
|
1961
1986
|
"memmap2",
|
|
@@ -2001,7 +2026,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2001
2026
|
checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
|
|
2002
2027
|
dependencies = [
|
|
2003
2028
|
"once_cell",
|
|
2004
|
-
"target-lexicon 0.13.
|
|
2029
|
+
"target-lexicon 0.13.5",
|
|
2005
2030
|
]
|
|
2006
2031
|
|
|
2007
2032
|
[[package]]
|
|
@@ -2023,7 +2048,7 @@ dependencies = [
|
|
|
2023
2048
|
"proc-macro2",
|
|
2024
2049
|
"pyo3-macros-backend",
|
|
2025
2050
|
"quote",
|
|
2026
|
-
"syn",
|
|
2051
|
+
"syn 2.0.119",
|
|
2027
2052
|
]
|
|
2028
2053
|
|
|
2029
2054
|
[[package]]
|
|
@@ -2036,14 +2061,14 @@ dependencies = [
|
|
|
2036
2061
|
"proc-macro2",
|
|
2037
2062
|
"pyo3-build-config",
|
|
2038
2063
|
"quote",
|
|
2039
|
-
"syn",
|
|
2064
|
+
"syn 2.0.119",
|
|
2040
2065
|
]
|
|
2041
2066
|
|
|
2042
2067
|
[[package]]
|
|
2043
2068
|
name = "quinn"
|
|
2044
|
-
version = "0.11.
|
|
2069
|
+
version = "0.11.11"
|
|
2045
2070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2046
|
-
checksum = "
|
|
2071
|
+
checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
|
|
2047
2072
|
dependencies = [
|
|
2048
2073
|
"bytes",
|
|
2049
2074
|
"cfg_aliases",
|
|
@@ -2052,8 +2077,8 @@ dependencies = [
|
|
|
2052
2077
|
"quinn-udp",
|
|
2053
2078
|
"rustc-hash",
|
|
2054
2079
|
"rustls",
|
|
2055
|
-
"socket2
|
|
2056
|
-
"thiserror 2.0.
|
|
2080
|
+
"socket2",
|
|
2081
|
+
"thiserror 2.0.19",
|
|
2057
2082
|
"tokio",
|
|
2058
2083
|
"tracing",
|
|
2059
2084
|
"web-time",
|
|
@@ -2061,20 +2086,21 @@ dependencies = [
|
|
|
2061
2086
|
|
|
2062
2087
|
[[package]]
|
|
2063
2088
|
name = "quinn-proto"
|
|
2064
|
-
version = "0.11.
|
|
2089
|
+
version = "0.11.16"
|
|
2065
2090
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2066
|
-
checksum = "
|
|
2091
|
+
checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
|
|
2067
2092
|
dependencies = [
|
|
2068
2093
|
"bytes",
|
|
2069
|
-
"getrandom 0.
|
|
2094
|
+
"getrandom 0.4.3",
|
|
2070
2095
|
"lru-slab",
|
|
2071
|
-
"rand 0.
|
|
2096
|
+
"rand 0.10.2",
|
|
2097
|
+
"rand_pcg",
|
|
2072
2098
|
"ring",
|
|
2073
2099
|
"rustc-hash",
|
|
2074
2100
|
"rustls",
|
|
2075
2101
|
"rustls-pki-types",
|
|
2076
2102
|
"slab",
|
|
2077
|
-
"thiserror 2.0.
|
|
2103
|
+
"thiserror 2.0.19",
|
|
2078
2104
|
"tinyvec",
|
|
2079
2105
|
"tracing",
|
|
2080
2106
|
"web-time",
|
|
@@ -2082,52 +2108,53 @@ dependencies = [
|
|
|
2082
2108
|
|
|
2083
2109
|
[[package]]
|
|
2084
2110
|
name = "quinn-udp"
|
|
2085
|
-
version = "0.5.
|
|
2111
|
+
version = "0.5.15"
|
|
2086
2112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2087
|
-
checksum = "
|
|
2113
|
+
checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
|
|
2088
2114
|
dependencies = [
|
|
2089
2115
|
"cfg_aliases",
|
|
2090
2116
|
"libc",
|
|
2091
2117
|
"once_cell",
|
|
2092
|
-
"socket2
|
|
2118
|
+
"socket2",
|
|
2093
2119
|
"tracing",
|
|
2094
|
-
"windows-sys 0.
|
|
2120
|
+
"windows-sys 0.61.2",
|
|
2095
2121
|
]
|
|
2096
2122
|
|
|
2097
2123
|
[[package]]
|
|
2098
2124
|
name = "quote"
|
|
2099
|
-
version = "1.0.
|
|
2125
|
+
version = "1.0.47"
|
|
2100
2126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2101
|
-
checksum = "
|
|
2127
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
2102
2128
|
dependencies = [
|
|
2103
2129
|
"proc-macro2",
|
|
2104
2130
|
]
|
|
2105
2131
|
|
|
2106
2132
|
[[package]]
|
|
2107
2133
|
name = "r-efi"
|
|
2108
|
-
version = "
|
|
2134
|
+
version = "6.0.0"
|
|
2109
2135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2110
|
-
checksum = "
|
|
2136
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
2111
2137
|
|
|
2112
2138
|
[[package]]
|
|
2113
2139
|
name = "rand"
|
|
2114
|
-
version = "0.8.
|
|
2140
|
+
version = "0.8.7"
|
|
2115
2141
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2116
|
-
checksum = "
|
|
2142
|
+
checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
|
|
2117
2143
|
dependencies = [
|
|
2118
2144
|
"libc",
|
|
2119
|
-
"rand_chacha
|
|
2145
|
+
"rand_chacha",
|
|
2120
2146
|
"rand_core 0.6.4",
|
|
2121
2147
|
]
|
|
2122
2148
|
|
|
2123
2149
|
[[package]]
|
|
2124
2150
|
name = "rand"
|
|
2125
|
-
version = "0.
|
|
2151
|
+
version = "0.10.2"
|
|
2126
2152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2127
|
-
checksum = "
|
|
2153
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
2128
2154
|
dependencies = [
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2155
|
+
"chacha20",
|
|
2156
|
+
"getrandom 0.4.3",
|
|
2157
|
+
"rand_core 0.10.1",
|
|
2131
2158
|
]
|
|
2132
2159
|
|
|
2133
2160
|
[[package]]
|
|
@@ -2140,39 +2167,35 @@ dependencies = [
|
|
|
2140
2167
|
"rand_core 0.6.4",
|
|
2141
2168
|
]
|
|
2142
2169
|
|
|
2143
|
-
[[package]]
|
|
2144
|
-
name = "rand_chacha"
|
|
2145
|
-
version = "0.9.0"
|
|
2146
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2147
|
-
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2148
|
-
dependencies = [
|
|
2149
|
-
"ppv-lite86",
|
|
2150
|
-
"rand_core 0.9.3",
|
|
2151
|
-
]
|
|
2152
|
-
|
|
2153
2170
|
[[package]]
|
|
2154
2171
|
name = "rand_core"
|
|
2155
2172
|
version = "0.6.4"
|
|
2156
2173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2157
2174
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2158
2175
|
dependencies = [
|
|
2159
|
-
"getrandom 0.2.
|
|
2176
|
+
"getrandom 0.2.17",
|
|
2160
2177
|
]
|
|
2161
2178
|
|
|
2162
2179
|
[[package]]
|
|
2163
2180
|
name = "rand_core"
|
|
2164
|
-
version = "0.
|
|
2181
|
+
version = "0.10.1"
|
|
2182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2183
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
2184
|
+
|
|
2185
|
+
[[package]]
|
|
2186
|
+
name = "rand_pcg"
|
|
2187
|
+
version = "0.10.2"
|
|
2165
2188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2166
|
-
checksum = "
|
|
2189
|
+
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
|
|
2167
2190
|
dependencies = [
|
|
2168
|
-
"
|
|
2191
|
+
"rand_core 0.10.1",
|
|
2169
2192
|
]
|
|
2170
2193
|
|
|
2171
2194
|
[[package]]
|
|
2172
2195
|
name = "rayon"
|
|
2173
|
-
version = "1.
|
|
2196
|
+
version = "1.12.0"
|
|
2174
2197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2175
|
-
checksum = "
|
|
2198
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
2176
2199
|
dependencies = [
|
|
2177
2200
|
"either",
|
|
2178
2201
|
"rayon-core",
|
|
@@ -2180,52 +2203,43 @@ dependencies = [
|
|
|
2180
2203
|
|
|
2181
2204
|
[[package]]
|
|
2182
2205
|
name = "rayon-core"
|
|
2183
|
-
version = "1.
|
|
2206
|
+
version = "1.13.0"
|
|
2184
2207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2185
|
-
checksum = "
|
|
2208
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
2186
2209
|
dependencies = [
|
|
2187
2210
|
"crossbeam-deque",
|
|
2188
2211
|
"crossbeam-utils",
|
|
2189
2212
|
]
|
|
2190
2213
|
|
|
2191
|
-
[[package]]
|
|
2192
|
-
name = "redox_syscall"
|
|
2193
|
-
version = "0.5.17"
|
|
2194
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2195
|
-
checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
|
|
2196
|
-
dependencies = [
|
|
2197
|
-
"bitflags",
|
|
2198
|
-
]
|
|
2199
|
-
|
|
2200
2214
|
[[package]]
|
|
2201
2215
|
name = "redox_users"
|
|
2202
2216
|
version = "0.4.6"
|
|
2203
2217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2204
2218
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
2205
2219
|
dependencies = [
|
|
2206
|
-
"getrandom 0.2.
|
|
2220
|
+
"getrandom 0.2.17",
|
|
2207
2221
|
"libredox",
|
|
2208
2222
|
"thiserror 1.0.69",
|
|
2209
2223
|
]
|
|
2210
2224
|
|
|
2211
2225
|
[[package]]
|
|
2212
2226
|
name = "ref-cast"
|
|
2213
|
-
version = "1.0.
|
|
2227
|
+
version = "1.0.26"
|
|
2214
2228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2215
|
-
checksum = "
|
|
2229
|
+
checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
|
|
2216
2230
|
dependencies = [
|
|
2217
2231
|
"ref-cast-impl",
|
|
2218
2232
|
]
|
|
2219
2233
|
|
|
2220
2234
|
[[package]]
|
|
2221
2235
|
name = "ref-cast-impl"
|
|
2222
|
-
version = "1.0.
|
|
2236
|
+
version = "1.0.26"
|
|
2223
2237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2224
|
-
checksum = "
|
|
2238
|
+
checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
|
|
2225
2239
|
dependencies = [
|
|
2226
2240
|
"proc-macro2",
|
|
2227
2241
|
"quote",
|
|
2228
|
-
"syn",
|
|
2242
|
+
"syn 3.0.3",
|
|
2229
2243
|
]
|
|
2230
2244
|
|
|
2231
2245
|
[[package]]
|
|
@@ -2243,9 +2257,9 @@ dependencies = [
|
|
|
2243
2257
|
|
|
2244
2258
|
[[package]]
|
|
2245
2259
|
name = "regex"
|
|
2246
|
-
version = "1.
|
|
2260
|
+
version = "1.13.1"
|
|
2247
2261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2248
|
-
checksum = "
|
|
2262
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
2249
2263
|
dependencies = [
|
|
2250
2264
|
"aho-corasick",
|
|
2251
2265
|
"memchr",
|
|
@@ -2255,9 +2269,9 @@ dependencies = [
|
|
|
2255
2269
|
|
|
2256
2270
|
[[package]]
|
|
2257
2271
|
name = "regex-automata"
|
|
2258
|
-
version = "0.4.
|
|
2272
|
+
version = "0.4.16"
|
|
2259
2273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2260
|
-
checksum = "
|
|
2274
|
+
checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
|
|
2261
2275
|
dependencies = [
|
|
2262
2276
|
"aho-corasick",
|
|
2263
2277
|
"memchr",
|
|
@@ -2266,15 +2280,15 @@ dependencies = [
|
|
|
2266
2280
|
|
|
2267
2281
|
[[package]]
|
|
2268
2282
|
name = "regex-syntax"
|
|
2269
|
-
version = "0.8.
|
|
2283
|
+
version = "0.8.11"
|
|
2270
2284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2271
|
-
checksum = "
|
|
2285
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
2272
2286
|
|
|
2273
2287
|
[[package]]
|
|
2274
2288
|
name = "reqwest"
|
|
2275
|
-
version = "0.12.
|
|
2289
|
+
version = "0.12.28"
|
|
2276
2290
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2277
|
-
checksum = "
|
|
2291
|
+
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
2278
2292
|
dependencies = [
|
|
2279
2293
|
"base64 0.22.1",
|
|
2280
2294
|
"bytes",
|
|
@@ -2308,7 +2322,7 @@ dependencies = [
|
|
|
2308
2322
|
"wasm-bindgen-futures",
|
|
2309
2323
|
"wasm-streams",
|
|
2310
2324
|
"web-sys",
|
|
2311
|
-
"webpki-roots 1.0.
|
|
2325
|
+
"webpki-roots 1.0.9",
|
|
2312
2326
|
]
|
|
2313
2327
|
|
|
2314
2328
|
[[package]]
|
|
@@ -2319,7 +2333,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
2319
2333
|
dependencies = [
|
|
2320
2334
|
"cc",
|
|
2321
2335
|
"cfg-if",
|
|
2322
|
-
"getrandom 0.2.
|
|
2336
|
+
"getrandom 0.2.17",
|
|
2323
2337
|
"libc",
|
|
2324
2338
|
"untrusted",
|
|
2325
2339
|
"windows-sys 0.52.0",
|
|
@@ -2327,15 +2341,15 @@ dependencies = [
|
|
|
2327
2341
|
|
|
2328
2342
|
[[package]]
|
|
2329
2343
|
name = "rustc-demangle"
|
|
2330
|
-
version = "0.1.
|
|
2344
|
+
version = "0.1.28"
|
|
2331
2345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2332
|
-
checksum = "
|
|
2346
|
+
checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
|
|
2333
2347
|
|
|
2334
2348
|
[[package]]
|
|
2335
2349
|
name = "rustc-hash"
|
|
2336
|
-
version = "2.1.
|
|
2350
|
+
version = "2.1.3"
|
|
2337
2351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2338
|
-
checksum = "
|
|
2352
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
2339
2353
|
|
|
2340
2354
|
[[package]]
|
|
2341
2355
|
name = "rustc_version"
|
|
@@ -2361,15 +2375,15 @@ dependencies = [
|
|
|
2361
2375
|
|
|
2362
2376
|
[[package]]
|
|
2363
2377
|
name = "rustix"
|
|
2364
|
-
version = "1.
|
|
2378
|
+
version = "1.1.4"
|
|
2365
2379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2366
|
-
checksum = "
|
|
2380
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2367
2381
|
dependencies = [
|
|
2368
2382
|
"bitflags",
|
|
2369
2383
|
"errno",
|
|
2370
2384
|
"libc",
|
|
2371
|
-
"linux-raw-sys 0.
|
|
2372
|
-
"windows-sys 0.
|
|
2385
|
+
"linux-raw-sys 0.12.1",
|
|
2386
|
+
"windows-sys 0.61.2",
|
|
2373
2387
|
]
|
|
2374
2388
|
|
|
2375
2389
|
[[package]]
|
|
@@ -2379,14 +2393,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2379
2393
|
checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
|
|
2380
2394
|
dependencies = [
|
|
2381
2395
|
"once_cell",
|
|
2382
|
-
"rustix 1.
|
|
2396
|
+
"rustix 1.1.4",
|
|
2383
2397
|
]
|
|
2384
2398
|
|
|
2385
2399
|
[[package]]
|
|
2386
2400
|
name = "rustls"
|
|
2387
|
-
version = "0.23.
|
|
2401
|
+
version = "0.23.42"
|
|
2388
2402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2389
|
-
checksum = "
|
|
2403
|
+
checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
|
|
2390
2404
|
dependencies = [
|
|
2391
2405
|
"log",
|
|
2392
2406
|
"once_cell",
|
|
@@ -2399,9 +2413,9 @@ dependencies = [
|
|
|
2399
2413
|
|
|
2400
2414
|
[[package]]
|
|
2401
2415
|
name = "rustls-pki-types"
|
|
2402
|
-
version = "1.
|
|
2416
|
+
version = "1.15.0"
|
|
2403
2417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "
|
|
2418
|
+
checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
|
|
2405
2419
|
dependencies = [
|
|
2406
2420
|
"web-time",
|
|
2407
2421
|
"zeroize",
|
|
@@ -2409,9 +2423,9 @@ dependencies = [
|
|
|
2409
2423
|
|
|
2410
2424
|
[[package]]
|
|
2411
2425
|
name = "rustls-webpki"
|
|
2412
|
-
version = "0.103.
|
|
2426
|
+
version = "0.103.13"
|
|
2413
2427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2414
|
-
checksum = "
|
|
2428
|
+
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
|
|
2415
2429
|
dependencies = [
|
|
2416
2430
|
"ring",
|
|
2417
2431
|
"rustls-pki-types",
|
|
@@ -2420,15 +2434,15 @@ dependencies = [
|
|
|
2420
2434
|
|
|
2421
2435
|
[[package]]
|
|
2422
2436
|
name = "rustversion"
|
|
2423
|
-
version = "1.0.
|
|
2437
|
+
version = "1.0.23"
|
|
2424
2438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2425
|
-
checksum = "
|
|
2439
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
2426
2440
|
|
|
2427
2441
|
[[package]]
|
|
2428
2442
|
name = "ryu"
|
|
2429
|
-
version = "1.0.
|
|
2443
|
+
version = "1.0.23"
|
|
2430
2444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2431
|
-
checksum = "
|
|
2445
|
+
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
2432
2446
|
|
|
2433
2447
|
[[package]]
|
|
2434
2448
|
name = "same-file"
|
|
@@ -2453,9 +2467,9 @@ dependencies = [
|
|
|
2453
2467
|
|
|
2454
2468
|
[[package]]
|
|
2455
2469
|
name = "schemars"
|
|
2456
|
-
version = "1.
|
|
2470
|
+
version = "1.2.1"
|
|
2457
2471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2458
|
-
checksum = "
|
|
2472
|
+
checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
|
|
2459
2473
|
dependencies = [
|
|
2460
2474
|
"dyn-clone",
|
|
2461
2475
|
"ref-cast",
|
|
@@ -2465,43 +2479,55 @@ dependencies = [
|
|
|
2465
2479
|
|
|
2466
2480
|
[[package]]
|
|
2467
2481
|
name = "semver"
|
|
2468
|
-
version = "1.0.
|
|
2482
|
+
version = "1.0.28"
|
|
2469
2483
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2470
|
-
checksum = "
|
|
2484
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2471
2485
|
dependencies = [
|
|
2472
2486
|
"serde",
|
|
2487
|
+
"serde_core",
|
|
2473
2488
|
]
|
|
2474
2489
|
|
|
2475
2490
|
[[package]]
|
|
2476
2491
|
name = "serde"
|
|
2477
|
-
version = "1.0.
|
|
2492
|
+
version = "1.0.229"
|
|
2478
2493
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2479
|
-
checksum = "
|
|
2494
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
2495
|
+
dependencies = [
|
|
2496
|
+
"serde_core",
|
|
2497
|
+
"serde_derive",
|
|
2498
|
+
]
|
|
2499
|
+
|
|
2500
|
+
[[package]]
|
|
2501
|
+
name = "serde_core"
|
|
2502
|
+
version = "1.0.229"
|
|
2503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2504
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
2480
2505
|
dependencies = [
|
|
2481
2506
|
"serde_derive",
|
|
2482
2507
|
]
|
|
2483
2508
|
|
|
2484
2509
|
[[package]]
|
|
2485
2510
|
name = "serde_derive"
|
|
2486
|
-
version = "1.0.
|
|
2511
|
+
version = "1.0.229"
|
|
2487
2512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2488
|
-
checksum = "
|
|
2513
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
2489
2514
|
dependencies = [
|
|
2490
2515
|
"proc-macro2",
|
|
2491
2516
|
"quote",
|
|
2492
|
-
"syn",
|
|
2517
|
+
"syn 3.0.3",
|
|
2493
2518
|
]
|
|
2494
2519
|
|
|
2495
2520
|
[[package]]
|
|
2496
2521
|
name = "serde_json"
|
|
2497
|
-
version = "1.0.
|
|
2522
|
+
version = "1.0.151"
|
|
2498
2523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2499
|
-
checksum = "
|
|
2524
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
2500
2525
|
dependencies = [
|
|
2501
2526
|
"itoa",
|
|
2502
2527
|
"memchr",
|
|
2503
|
-
"ryu",
|
|
2504
2528
|
"serde",
|
|
2529
|
+
"serde_core",
|
|
2530
|
+
"zmij",
|
|
2505
2531
|
]
|
|
2506
2532
|
|
|
2507
2533
|
[[package]]
|
|
@@ -2527,19 +2553,19 @@ dependencies = [
|
|
|
2527
2553
|
|
|
2528
2554
|
[[package]]
|
|
2529
2555
|
name = "serde_with"
|
|
2530
|
-
version = "3.
|
|
2556
|
+
version = "3.21.0"
|
|
2531
2557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2532
|
-
checksum = "
|
|
2558
|
+
checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
|
|
2533
2559
|
dependencies = [
|
|
2534
2560
|
"base64 0.22.1",
|
|
2561
|
+
"bs58",
|
|
2535
2562
|
"chrono",
|
|
2536
2563
|
"hex",
|
|
2537
2564
|
"indexmap 1.9.3",
|
|
2538
|
-
"indexmap 2.
|
|
2565
|
+
"indexmap 2.14.0",
|
|
2539
2566
|
"schemars 0.9.0",
|
|
2540
|
-
"schemars 1.
|
|
2541
|
-
"
|
|
2542
|
-
"serde_derive",
|
|
2567
|
+
"schemars 1.2.1",
|
|
2568
|
+
"serde_core",
|
|
2543
2569
|
"serde_json",
|
|
2544
2570
|
"serde_with_macros",
|
|
2545
2571
|
"time",
|
|
@@ -2547,14 +2573,14 @@ dependencies = [
|
|
|
2547
2573
|
|
|
2548
2574
|
[[package]]
|
|
2549
2575
|
name = "serde_with_macros"
|
|
2550
|
-
version = "3.
|
|
2576
|
+
version = "3.21.0"
|
|
2551
2577
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2552
|
-
checksum = "
|
|
2578
|
+
checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
|
|
2553
2579
|
dependencies = [
|
|
2554
|
-
"darling",
|
|
2580
|
+
"darling 0.23.0",
|
|
2555
2581
|
"proc-macro2",
|
|
2556
2582
|
"quote",
|
|
2557
|
-
"syn",
|
|
2583
|
+
"syn 2.0.119",
|
|
2558
2584
|
]
|
|
2559
2585
|
|
|
2560
2586
|
[[package]]
|
|
@@ -2564,7 +2590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2564
2590
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
2565
2591
|
dependencies = [
|
|
2566
2592
|
"cfg-if",
|
|
2567
|
-
"cpufeatures",
|
|
2593
|
+
"cpufeatures 0.2.17",
|
|
2568
2594
|
"digest",
|
|
2569
2595
|
]
|
|
2570
2596
|
|
|
@@ -2579,9 +2605,9 @@ dependencies = [
|
|
|
2579
2605
|
|
|
2580
2606
|
[[package]]
|
|
2581
2607
|
name = "shlex"
|
|
2582
|
-
version = "
|
|
2608
|
+
version = "2.0.1"
|
|
2583
2609
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2584
|
-
checksum = "
|
|
2610
|
+
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
2585
2611
|
|
|
2586
2612
|
[[package]]
|
|
2587
2613
|
name = "signature"
|
|
@@ -2592,14 +2618,17 @@ dependencies = [
|
|
|
2592
2618
|
"rand_core 0.6.4",
|
|
2593
2619
|
]
|
|
2594
2620
|
|
|
2621
|
+
[[package]]
|
|
2622
|
+
name = "simd-adler32"
|
|
2623
|
+
version = "0.3.10"
|
|
2624
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2625
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
2626
|
+
|
|
2595
2627
|
[[package]]
|
|
2596
2628
|
name = "slab"
|
|
2597
|
-
version = "0.4.
|
|
2629
|
+
version = "0.4.12"
|
|
2598
2630
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2599
|
-
checksum = "
|
|
2600
|
-
dependencies = [
|
|
2601
|
-
"autocfg",
|
|
2602
|
-
]
|
|
2631
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
2603
2632
|
|
|
2604
2633
|
[[package]]
|
|
2605
2634
|
name = "slice-group-by"
|
|
@@ -2609,31 +2638,21 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
|
|
2609
2638
|
|
|
2610
2639
|
[[package]]
|
|
2611
2640
|
name = "smallvec"
|
|
2612
|
-
version = "1.15.
|
|
2641
|
+
version = "1.15.2"
|
|
2613
2642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2614
|
-
checksum = "
|
|
2643
|
+
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
2615
2644
|
dependencies = [
|
|
2616
2645
|
"serde",
|
|
2617
2646
|
]
|
|
2618
2647
|
|
|
2619
2648
|
[[package]]
|
|
2620
2649
|
name = "socket2"
|
|
2621
|
-
version = "0.5
|
|
2650
|
+
version = "0.6.5"
|
|
2622
2651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2623
|
-
checksum = "
|
|
2652
|
+
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
2624
2653
|
dependencies = [
|
|
2625
2654
|
"libc",
|
|
2626
|
-
"windows-sys 0.
|
|
2627
|
-
]
|
|
2628
|
-
|
|
2629
|
-
[[package]]
|
|
2630
|
-
name = "socket2"
|
|
2631
|
-
version = "0.6.0"
|
|
2632
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2633
|
-
checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
|
|
2634
|
-
dependencies = [
|
|
2635
|
-
"libc",
|
|
2636
|
-
"windows-sys 0.59.0",
|
|
2655
|
+
"windows-sys 0.61.2",
|
|
2637
2656
|
]
|
|
2638
2657
|
|
|
2639
2658
|
[[package]]
|
|
@@ -2654,9 +2673,9 @@ checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
|
|
|
2654
2673
|
|
|
2655
2674
|
[[package]]
|
|
2656
2675
|
name = "stable_deref_trait"
|
|
2657
|
-
version = "1.2.
|
|
2676
|
+
version = "1.2.1"
|
|
2658
2677
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2659
|
-
checksum = "
|
|
2678
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
2660
2679
|
|
|
2661
2680
|
[[package]]
|
|
2662
2681
|
name = "strsim"
|
|
@@ -2680,7 +2699,7 @@ dependencies = [
|
|
|
2680
2699
|
"proc-macro2",
|
|
2681
2700
|
"quote",
|
|
2682
2701
|
"rustversion",
|
|
2683
|
-
"syn",
|
|
2702
|
+
"syn 2.0.119",
|
|
2684
2703
|
]
|
|
2685
2704
|
|
|
2686
2705
|
[[package]]
|
|
@@ -2691,9 +2710,20 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
2691
2710
|
|
|
2692
2711
|
[[package]]
|
|
2693
2712
|
name = "syn"
|
|
2694
|
-
version = "2.0.
|
|
2713
|
+
version = "2.0.119"
|
|
2695
2714
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2696
|
-
checksum = "
|
|
2715
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
2716
|
+
dependencies = [
|
|
2717
|
+
"proc-macro2",
|
|
2718
|
+
"quote",
|
|
2719
|
+
"unicode-ident",
|
|
2720
|
+
]
|
|
2721
|
+
|
|
2722
|
+
[[package]]
|
|
2723
|
+
name = "syn"
|
|
2724
|
+
version = "3.0.3"
|
|
2725
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2726
|
+
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
2697
2727
|
dependencies = [
|
|
2698
2728
|
"proc-macro2",
|
|
2699
2729
|
"quote",
|
|
@@ -2717,7 +2747,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
2717
2747
|
dependencies = [
|
|
2718
2748
|
"proc-macro2",
|
|
2719
2749
|
"quote",
|
|
2720
|
-
"syn",
|
|
2750
|
+
"syn 2.0.119",
|
|
2721
2751
|
]
|
|
2722
2752
|
|
|
2723
2753
|
[[package]]
|
|
@@ -2738,9 +2768,9 @@ dependencies = [
|
|
|
2738
2768
|
|
|
2739
2769
|
[[package]]
|
|
2740
2770
|
name = "tar"
|
|
2741
|
-
version = "0.4.
|
|
2771
|
+
version = "0.4.46"
|
|
2742
2772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2743
|
-
checksum = "
|
|
2773
|
+
checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
|
|
2744
2774
|
dependencies = [
|
|
2745
2775
|
"filetime",
|
|
2746
2776
|
"libc",
|
|
@@ -2755,21 +2785,21 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
2755
2785
|
|
|
2756
2786
|
[[package]]
|
|
2757
2787
|
name = "target-lexicon"
|
|
2758
|
-
version = "0.13.
|
|
2788
|
+
version = "0.13.5"
|
|
2759
2789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2760
|
-
checksum = "
|
|
2790
|
+
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
2761
2791
|
|
|
2762
2792
|
[[package]]
|
|
2763
2793
|
name = "tempfile"
|
|
2764
|
-
version = "3.
|
|
2794
|
+
version = "3.27.0"
|
|
2765
2795
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2766
|
-
checksum = "
|
|
2796
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
2767
2797
|
dependencies = [
|
|
2768
2798
|
"fastrand",
|
|
2769
|
-
"getrandom 0.
|
|
2799
|
+
"getrandom 0.4.3",
|
|
2770
2800
|
"once_cell",
|
|
2771
|
-
"rustix 1.
|
|
2772
|
-
"windows-sys 0.
|
|
2801
|
+
"rustix 1.1.4",
|
|
2802
|
+
"windows-sys 0.61.2",
|
|
2773
2803
|
]
|
|
2774
2804
|
|
|
2775
2805
|
[[package]]
|
|
@@ -2792,11 +2822,11 @@ dependencies = [
|
|
|
2792
2822
|
|
|
2793
2823
|
[[package]]
|
|
2794
2824
|
name = "thiserror"
|
|
2795
|
-
version = "2.0.
|
|
2825
|
+
version = "2.0.19"
|
|
2796
2826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2797
|
-
checksum = "
|
|
2827
|
+
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
|
|
2798
2828
|
dependencies = [
|
|
2799
|
-
"thiserror-impl 2.0.
|
|
2829
|
+
"thiserror-impl 2.0.19",
|
|
2800
2830
|
]
|
|
2801
2831
|
|
|
2802
2832
|
[[package]]
|
|
@@ -2807,46 +2837,45 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
2807
2837
|
dependencies = [
|
|
2808
2838
|
"proc-macro2",
|
|
2809
2839
|
"quote",
|
|
2810
|
-
"syn",
|
|
2840
|
+
"syn 2.0.119",
|
|
2811
2841
|
]
|
|
2812
2842
|
|
|
2813
2843
|
[[package]]
|
|
2814
2844
|
name = "thiserror-impl"
|
|
2815
|
-
version = "2.0.
|
|
2845
|
+
version = "2.0.19"
|
|
2816
2846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2817
|
-
checksum = "
|
|
2847
|
+
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
|
|
2818
2848
|
dependencies = [
|
|
2819
2849
|
"proc-macro2",
|
|
2820
2850
|
"quote",
|
|
2821
|
-
"syn",
|
|
2851
|
+
"syn 3.0.3",
|
|
2822
2852
|
]
|
|
2823
2853
|
|
|
2824
2854
|
[[package]]
|
|
2825
2855
|
name = "time"
|
|
2826
|
-
version = "0.3.
|
|
2856
|
+
version = "0.3.54"
|
|
2827
2857
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2828
|
-
checksum = "
|
|
2858
|
+
checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
|
|
2829
2859
|
dependencies = [
|
|
2830
2860
|
"deranged",
|
|
2831
|
-
"itoa",
|
|
2832
2861
|
"num-conv",
|
|
2833
2862
|
"powerfmt",
|
|
2834
|
-
"
|
|
2863
|
+
"serde_core",
|
|
2835
2864
|
"time-core",
|
|
2836
2865
|
"time-macros",
|
|
2837
2866
|
]
|
|
2838
2867
|
|
|
2839
2868
|
[[package]]
|
|
2840
2869
|
name = "time-core"
|
|
2841
|
-
version = "0.1.
|
|
2870
|
+
version = "0.1.9"
|
|
2842
2871
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2843
|
-
checksum = "
|
|
2872
|
+
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
|
2844
2873
|
|
|
2845
2874
|
[[package]]
|
|
2846
2875
|
name = "time-macros"
|
|
2847
|
-
version = "0.2.
|
|
2876
|
+
version = "0.2.32"
|
|
2848
2877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2849
|
-
checksum = "
|
|
2878
|
+
checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
|
|
2850
2879
|
dependencies = [
|
|
2851
2880
|
"num-conv",
|
|
2852
2881
|
"time-core",
|
|
@@ -2854,9 +2883,9 @@ dependencies = [
|
|
|
2854
2883
|
|
|
2855
2884
|
[[package]]
|
|
2856
2885
|
name = "tinystr"
|
|
2857
|
-
version = "0.8.
|
|
2886
|
+
version = "0.8.3"
|
|
2858
2887
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2859
|
-
checksum = "
|
|
2888
|
+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
2860
2889
|
dependencies = [
|
|
2861
2890
|
"displaydoc",
|
|
2862
2891
|
"zerovec",
|
|
@@ -2864,9 +2893,9 @@ dependencies = [
|
|
|
2864
2893
|
|
|
2865
2894
|
[[package]]
|
|
2866
2895
|
name = "tinyvec"
|
|
2867
|
-
version = "1.
|
|
2896
|
+
version = "1.12.0"
|
|
2868
2897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2869
|
-
checksum = "
|
|
2898
|
+
checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
|
|
2870
2899
|
dependencies = [
|
|
2871
2900
|
"tinyvec_macros",
|
|
2872
2901
|
]
|
|
@@ -2879,38 +2908,35 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
2879
2908
|
|
|
2880
2909
|
[[package]]
|
|
2881
2910
|
name = "tokio"
|
|
2882
|
-
version = "1.
|
|
2911
|
+
version = "1.53.1"
|
|
2883
2912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2884
|
-
checksum = "
|
|
2913
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
2885
2914
|
dependencies = [
|
|
2886
|
-
"backtrace",
|
|
2887
2915
|
"bytes",
|
|
2888
|
-
"io-uring",
|
|
2889
2916
|
"libc",
|
|
2890
2917
|
"mio",
|
|
2891
2918
|
"pin-project-lite",
|
|
2892
|
-
"
|
|
2893
|
-
"socket2 0.6.0",
|
|
2919
|
+
"socket2",
|
|
2894
2920
|
"tokio-macros",
|
|
2895
|
-
"windows-sys 0.
|
|
2921
|
+
"windows-sys 0.61.2",
|
|
2896
2922
|
]
|
|
2897
2923
|
|
|
2898
2924
|
[[package]]
|
|
2899
2925
|
name = "tokio-macros"
|
|
2900
|
-
version = "2.
|
|
2926
|
+
version = "2.7.1"
|
|
2901
2927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2902
|
-
checksum = "
|
|
2928
|
+
checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba"
|
|
2903
2929
|
dependencies = [
|
|
2904
2930
|
"proc-macro2",
|
|
2905
2931
|
"quote",
|
|
2906
|
-
"syn",
|
|
2932
|
+
"syn 2.0.119",
|
|
2907
2933
|
]
|
|
2908
2934
|
|
|
2909
2935
|
[[package]]
|
|
2910
2936
|
name = "tokio-rustls"
|
|
2911
|
-
version = "0.26.
|
|
2937
|
+
version = "0.26.4"
|
|
2912
2938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2913
|
-
checksum = "
|
|
2939
|
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
2914
2940
|
dependencies = [
|
|
2915
2941
|
"rustls",
|
|
2916
2942
|
"tokio",
|
|
@@ -2918,9 +2944,9 @@ dependencies = [
|
|
|
2918
2944
|
|
|
2919
2945
|
[[package]]
|
|
2920
2946
|
name = "tokio-util"
|
|
2921
|
-
version = "0.7.
|
|
2947
|
+
version = "0.7.19"
|
|
2922
2948
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2923
|
-
checksum = "
|
|
2949
|
+
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
|
2924
2950
|
dependencies = [
|
|
2925
2951
|
"bytes",
|
|
2926
2952
|
"futures-core",
|
|
@@ -2956,7 +2982,7 @@ version = "0.22.27"
|
|
|
2956
2982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2957
2983
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
2958
2984
|
dependencies = [
|
|
2959
|
-
"indexmap 2.
|
|
2985
|
+
"indexmap 2.14.0",
|
|
2960
2986
|
"serde",
|
|
2961
2987
|
"serde_spanned",
|
|
2962
2988
|
"toml_datetime",
|
|
@@ -2972,9 +2998,9 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
|
2972
2998
|
|
|
2973
2999
|
[[package]]
|
|
2974
3000
|
name = "tower"
|
|
2975
|
-
version = "0.5.
|
|
3001
|
+
version = "0.5.3"
|
|
2976
3002
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2977
|
-
checksum = "
|
|
3003
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
2978
3004
|
dependencies = [
|
|
2979
3005
|
"futures-core",
|
|
2980
3006
|
"futures-util",
|
|
@@ -2987,20 +3013,20 @@ dependencies = [
|
|
|
2987
3013
|
|
|
2988
3014
|
[[package]]
|
|
2989
3015
|
name = "tower-http"
|
|
2990
|
-
version = "0.6.
|
|
3016
|
+
version = "0.6.11"
|
|
2991
3017
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2992
|
-
checksum = "
|
|
3018
|
+
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
2993
3019
|
dependencies = [
|
|
2994
3020
|
"bitflags",
|
|
2995
3021
|
"bytes",
|
|
2996
3022
|
"futures-util",
|
|
2997
3023
|
"http",
|
|
2998
3024
|
"http-body",
|
|
2999
|
-
"iri-string",
|
|
3000
3025
|
"pin-project-lite",
|
|
3001
3026
|
"tower",
|
|
3002
3027
|
"tower-layer",
|
|
3003
3028
|
"tower-service",
|
|
3029
|
+
"url",
|
|
3004
3030
|
]
|
|
3005
3031
|
|
|
3006
3032
|
[[package]]
|
|
@@ -3017,9 +3043,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
3017
3043
|
|
|
3018
3044
|
[[package]]
|
|
3019
3045
|
name = "tracing"
|
|
3020
|
-
version = "0.1.
|
|
3046
|
+
version = "0.1.44"
|
|
3021
3047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3022
|
-
checksum = "
|
|
3048
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
3023
3049
|
dependencies = [
|
|
3024
3050
|
"log",
|
|
3025
3051
|
"pin-project-lite",
|
|
@@ -3029,20 +3055,20 @@ dependencies = [
|
|
|
3029
3055
|
|
|
3030
3056
|
[[package]]
|
|
3031
3057
|
name = "tracing-attributes"
|
|
3032
|
-
version = "0.1.
|
|
3058
|
+
version = "0.1.31"
|
|
3033
3059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3034
|
-
checksum = "
|
|
3060
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3035
3061
|
dependencies = [
|
|
3036
3062
|
"proc-macro2",
|
|
3037
3063
|
"quote",
|
|
3038
|
-
"syn",
|
|
3064
|
+
"syn 2.0.119",
|
|
3039
3065
|
]
|
|
3040
3066
|
|
|
3041
3067
|
[[package]]
|
|
3042
3068
|
name = "tracing-core"
|
|
3043
|
-
version = "0.1.
|
|
3069
|
+
version = "0.1.36"
|
|
3044
3070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3045
|
-
checksum = "
|
|
3071
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
3046
3072
|
dependencies = [
|
|
3047
3073
|
"once_cell",
|
|
3048
3074
|
]
|
|
@@ -3055,36 +3081,36 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
3055
3081
|
|
|
3056
3082
|
[[package]]
|
|
3057
3083
|
name = "typenum"
|
|
3058
|
-
version = "1.
|
|
3084
|
+
version = "1.20.1"
|
|
3059
3085
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3060
|
-
checksum = "
|
|
3086
|
+
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
3061
3087
|
|
|
3062
3088
|
[[package]]
|
|
3063
3089
|
name = "unicase"
|
|
3064
|
-
version = "2.
|
|
3090
|
+
version = "2.9.0"
|
|
3065
3091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3066
|
-
checksum = "
|
|
3092
|
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
3067
3093
|
|
|
3068
3094
|
[[package]]
|
|
3069
3095
|
name = "unicode-ident"
|
|
3070
|
-
version = "1.0.
|
|
3096
|
+
version = "1.0.24"
|
|
3071
3097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3072
|
-
checksum = "
|
|
3098
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3073
3099
|
|
|
3074
3100
|
[[package]]
|
|
3075
3101
|
name = "unicode-normalization"
|
|
3076
|
-
version = "0.1.
|
|
3102
|
+
version = "0.1.25"
|
|
3077
3103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3078
|
-
checksum = "
|
|
3104
|
+
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
3079
3105
|
dependencies = [
|
|
3080
3106
|
"tinyvec",
|
|
3081
3107
|
]
|
|
3082
3108
|
|
|
3083
3109
|
[[package]]
|
|
3084
3110
|
name = "unicode-width"
|
|
3085
|
-
version = "0.2.
|
|
3111
|
+
version = "0.2.2"
|
|
3086
3112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3087
|
-
checksum = "
|
|
3113
|
+
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
3088
3114
|
|
|
3089
3115
|
[[package]]
|
|
3090
3116
|
name = "unicode-xid"
|
|
@@ -3122,13 +3148,14 @@ dependencies = [
|
|
|
3122
3148
|
|
|
3123
3149
|
[[package]]
|
|
3124
3150
|
name = "url"
|
|
3125
|
-
version = "2.5.
|
|
3151
|
+
version = "2.5.8"
|
|
3126
3152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3127
|
-
checksum = "
|
|
3153
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
3128
3154
|
dependencies = [
|
|
3129
3155
|
"form_urlencoded",
|
|
3130
3156
|
"idna",
|
|
3131
3157
|
"percent-encoding",
|
|
3158
|
+
"serde",
|
|
3132
3159
|
]
|
|
3133
3160
|
|
|
3134
3161
|
[[package]]
|
|
@@ -3139,9 +3166,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
3139
3166
|
|
|
3140
3167
|
[[package]]
|
|
3141
3168
|
name = "uuid"
|
|
3142
|
-
version = "1.
|
|
3169
|
+
version = "1.24.0"
|
|
3143
3170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3144
|
-
checksum = "
|
|
3171
|
+
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
|
3145
3172
|
dependencies = [
|
|
3146
3173
|
"js-sys",
|
|
3147
3174
|
"wasm-bindgen",
|
|
@@ -3184,59 +3211,34 @@ version = "0.11.1+wasi-snapshot-preview1"
|
|
|
3184
3211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3185
3212
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
3186
3213
|
|
|
3187
|
-
[[package]]
|
|
3188
|
-
name = "wasi"
|
|
3189
|
-
version = "0.14.2+wasi-0.2.4"
|
|
3190
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3191
|
-
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
3192
|
-
dependencies = [
|
|
3193
|
-
"wit-bindgen-rt",
|
|
3194
|
-
]
|
|
3195
|
-
|
|
3196
3214
|
[[package]]
|
|
3197
3215
|
name = "wasm-bindgen"
|
|
3198
|
-
version = "0.2.
|
|
3216
|
+
version = "0.2.126"
|
|
3199
3217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3200
|
-
checksum = "
|
|
3218
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
3201
3219
|
dependencies = [
|
|
3202
3220
|
"cfg-if",
|
|
3203
3221
|
"once_cell",
|
|
3204
3222
|
"rustversion",
|
|
3205
3223
|
"wasm-bindgen-macro",
|
|
3206
|
-
]
|
|
3207
|
-
|
|
3208
|
-
[[package]]
|
|
3209
|
-
name = "wasm-bindgen-backend"
|
|
3210
|
-
version = "0.2.100"
|
|
3211
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3212
|
-
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
3213
|
-
dependencies = [
|
|
3214
|
-
"bumpalo",
|
|
3215
|
-
"log",
|
|
3216
|
-
"proc-macro2",
|
|
3217
|
-
"quote",
|
|
3218
|
-
"syn",
|
|
3219
3224
|
"wasm-bindgen-shared",
|
|
3220
3225
|
]
|
|
3221
3226
|
|
|
3222
3227
|
[[package]]
|
|
3223
3228
|
name = "wasm-bindgen-futures"
|
|
3224
|
-
version = "0.4.
|
|
3229
|
+
version = "0.4.76"
|
|
3225
3230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3226
|
-
checksum = "
|
|
3231
|
+
checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
|
|
3227
3232
|
dependencies = [
|
|
3228
|
-
"cfg-if",
|
|
3229
3233
|
"js-sys",
|
|
3230
|
-
"once_cell",
|
|
3231
3234
|
"wasm-bindgen",
|
|
3232
|
-
"web-sys",
|
|
3233
3235
|
]
|
|
3234
3236
|
|
|
3235
3237
|
[[package]]
|
|
3236
3238
|
name = "wasm-bindgen-macro"
|
|
3237
|
-
version = "0.2.
|
|
3239
|
+
version = "0.2.126"
|
|
3238
3240
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3239
|
-
checksum = "
|
|
3241
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
3240
3242
|
dependencies = [
|
|
3241
3243
|
"quote",
|
|
3242
3244
|
"wasm-bindgen-macro-support",
|
|
@@ -3244,22 +3246,22 @@ dependencies = [
|
|
|
3244
3246
|
|
|
3245
3247
|
[[package]]
|
|
3246
3248
|
name = "wasm-bindgen-macro-support"
|
|
3247
|
-
version = "0.2.
|
|
3249
|
+
version = "0.2.126"
|
|
3248
3250
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3249
|
-
checksum = "
|
|
3251
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
3250
3252
|
dependencies = [
|
|
3253
|
+
"bumpalo",
|
|
3251
3254
|
"proc-macro2",
|
|
3252
3255
|
"quote",
|
|
3253
|
-
"syn",
|
|
3254
|
-
"wasm-bindgen-backend",
|
|
3256
|
+
"syn 2.0.119",
|
|
3255
3257
|
"wasm-bindgen-shared",
|
|
3256
3258
|
]
|
|
3257
3259
|
|
|
3258
3260
|
[[package]]
|
|
3259
3261
|
name = "wasm-bindgen-shared"
|
|
3260
|
-
version = "0.2.
|
|
3262
|
+
version = "0.2.126"
|
|
3261
3263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3262
|
-
checksum = "
|
|
3264
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
3263
3265
|
dependencies = [
|
|
3264
3266
|
"unicode-ident",
|
|
3265
3267
|
]
|
|
@@ -3275,12 +3277,12 @@ dependencies = [
|
|
|
3275
3277
|
|
|
3276
3278
|
[[package]]
|
|
3277
3279
|
name = "wasm-encoder"
|
|
3278
|
-
version = "0.
|
|
3280
|
+
version = "0.254.0"
|
|
3279
3281
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3280
|
-
checksum = "
|
|
3282
|
+
checksum = "09480d646178e5fdd12bb06e812d0af9a3a191dbc9cd697fdc86687beade7393"
|
|
3281
3283
|
dependencies = [
|
|
3282
3284
|
"leb128fmt",
|
|
3283
|
-
"wasmparser 0.
|
|
3285
|
+
"wasmparser 0.254.0",
|
|
3284
3286
|
]
|
|
3285
3287
|
|
|
3286
3288
|
[[package]]
|
|
@@ -3305,19 +3307,19 @@ dependencies = [
|
|
|
3305
3307
|
"ahash",
|
|
3306
3308
|
"bitflags",
|
|
3307
3309
|
"hashbrown 0.14.5",
|
|
3308
|
-
"indexmap 2.
|
|
3310
|
+
"indexmap 2.14.0",
|
|
3309
3311
|
"semver",
|
|
3310
3312
|
"serde",
|
|
3311
3313
|
]
|
|
3312
3314
|
|
|
3313
3315
|
[[package]]
|
|
3314
3316
|
name = "wasmparser"
|
|
3315
|
-
version = "0.
|
|
3317
|
+
version = "0.254.0"
|
|
3316
3318
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3317
|
-
checksum = "
|
|
3319
|
+
checksum = "d5769a29f799fbab136aaf65b4fe5384cd7d93fe6fc9ba0dcb6c8382a1f16e27"
|
|
3318
3320
|
dependencies = [
|
|
3319
3321
|
"bitflags",
|
|
3320
|
-
"indexmap 2.
|
|
3322
|
+
"indexmap 2.14.0",
|
|
3321
3323
|
"semver",
|
|
3322
3324
|
]
|
|
3323
3325
|
|
|
@@ -3349,14 +3351,14 @@ dependencies = [
|
|
|
3349
3351
|
"fxprof-processed-profile",
|
|
3350
3352
|
"gimli",
|
|
3351
3353
|
"hashbrown 0.14.5",
|
|
3352
|
-
"indexmap 2.
|
|
3354
|
+
"indexmap 2.14.0",
|
|
3353
3355
|
"ittapi",
|
|
3354
3356
|
"libc",
|
|
3355
3357
|
"libm",
|
|
3356
3358
|
"log",
|
|
3357
3359
|
"mach2",
|
|
3358
3360
|
"memfd",
|
|
3359
|
-
"object",
|
|
3361
|
+
"object 0.36.7",
|
|
3360
3362
|
"once_cell",
|
|
3361
3363
|
"paste",
|
|
3362
3364
|
"postcard",
|
|
@@ -3427,7 +3429,7 @@ dependencies = [
|
|
|
3427
3429
|
"anyhow",
|
|
3428
3430
|
"proc-macro2",
|
|
3429
3431
|
"quote",
|
|
3430
|
-
"syn",
|
|
3432
|
+
"syn 2.0.119",
|
|
3431
3433
|
"wasmtime-component-util",
|
|
3432
3434
|
"wasmtime-wit-bindgen",
|
|
3433
3435
|
"wit-parser",
|
|
@@ -3455,7 +3457,7 @@ dependencies = [
|
|
|
3455
3457
|
"gimli",
|
|
3456
3458
|
"itertools",
|
|
3457
3459
|
"log",
|
|
3458
|
-
"object",
|
|
3460
|
+
"object 0.36.7",
|
|
3459
3461
|
"smallvec",
|
|
3460
3462
|
"target-lexicon 0.12.16",
|
|
3461
3463
|
"thiserror 1.0.69",
|
|
@@ -3475,9 +3477,9 @@ dependencies = [
|
|
|
3475
3477
|
"cranelift-bitset",
|
|
3476
3478
|
"cranelift-entity",
|
|
3477
3479
|
"gimli",
|
|
3478
|
-
"indexmap 2.
|
|
3480
|
+
"indexmap 2.14.0",
|
|
3479
3481
|
"log",
|
|
3480
|
-
"object",
|
|
3482
|
+
"object 0.36.7",
|
|
3481
3483
|
"postcard",
|
|
3482
3484
|
"rustc-demangle",
|
|
3483
3485
|
"semver",
|
|
@@ -3512,7 +3514,7 @@ version = "26.0.1"
|
|
|
3512
3514
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3513
3515
|
checksum = "f02a0118d471de665565ed200bc56673eaa10cc8e223dfe2cef5d50ed0d9d143"
|
|
3514
3516
|
dependencies = [
|
|
3515
|
-
"object",
|
|
3517
|
+
"object 0.36.7",
|
|
3516
3518
|
"once_cell",
|
|
3517
3519
|
"rustix 0.38.44",
|
|
3518
3520
|
"wasmtime-versioned-export-macros",
|
|
@@ -3544,7 +3546,7 @@ checksum = "db8efb877c9e5e67239d4553bb44dd2a34ae5cfb728f3cf2c5e64439c6ca6ee7"
|
|
|
3544
3546
|
dependencies = [
|
|
3545
3547
|
"proc-macro2",
|
|
3546
3548
|
"quote",
|
|
3547
|
-
"syn",
|
|
3549
|
+
"syn 2.0.119",
|
|
3548
3550
|
]
|
|
3549
3551
|
|
|
3550
3552
|
[[package]]
|
|
@@ -3587,7 +3589,7 @@ dependencies = [
|
|
|
3587
3589
|
"anyhow",
|
|
3588
3590
|
"cranelift-codegen",
|
|
3589
3591
|
"gimli",
|
|
3590
|
-
"object",
|
|
3592
|
+
"object 0.36.7",
|
|
3591
3593
|
"target-lexicon 0.12.16",
|
|
3592
3594
|
"wasmparser 0.218.1",
|
|
3593
3595
|
"wasmtime-cranelift",
|
|
@@ -3603,7 +3605,7 @@ checksum = "4bef2a726fd8d1ee9b0144655e16c492dc32eb4c7c9f7e3309fcffe637870933"
|
|
|
3603
3605
|
dependencies = [
|
|
3604
3606
|
"anyhow",
|
|
3605
3607
|
"heck",
|
|
3606
|
-
"indexmap 2.
|
|
3608
|
+
"indexmap 2.14.0",
|
|
3607
3609
|
"wit-parser",
|
|
3608
3610
|
]
|
|
3609
3611
|
|
|
@@ -3618,31 +3620,31 @@ dependencies = [
|
|
|
3618
3620
|
|
|
3619
3621
|
[[package]]
|
|
3620
3622
|
name = "wast"
|
|
3621
|
-
version = "
|
|
3623
|
+
version = "254.0.0"
|
|
3622
3624
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3623
|
-
checksum = "
|
|
3625
|
+
checksum = "e7ed4dfc8f6b9fc38b231065e2cdfbf7359af5ab945990abf09658dcc63c3e32"
|
|
3624
3626
|
dependencies = [
|
|
3625
3627
|
"bumpalo",
|
|
3626
3628
|
"leb128fmt",
|
|
3627
3629
|
"memchr",
|
|
3628
3630
|
"unicode-width",
|
|
3629
|
-
"wasm-encoder 0.
|
|
3631
|
+
"wasm-encoder 0.254.0",
|
|
3630
3632
|
]
|
|
3631
3633
|
|
|
3632
3634
|
[[package]]
|
|
3633
3635
|
name = "wat"
|
|
3634
|
-
version = "1.
|
|
3636
|
+
version = "1.254.0"
|
|
3635
3637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3636
|
-
checksum = "
|
|
3638
|
+
checksum = "7127f7f9b8f127c879991cecd35f494e4628bae1b0874c681414d8d8831e952c"
|
|
3637
3639
|
dependencies = [
|
|
3638
|
-
"wast
|
|
3640
|
+
"wast 254.0.0",
|
|
3639
3641
|
]
|
|
3640
3642
|
|
|
3641
3643
|
[[package]]
|
|
3642
3644
|
name = "web-sys"
|
|
3643
|
-
version = "0.3.
|
|
3645
|
+
version = "0.3.103"
|
|
3644
3646
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3645
|
-
checksum = "
|
|
3647
|
+
checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
|
|
3646
3648
|
dependencies = [
|
|
3647
3649
|
"js-sys",
|
|
3648
3650
|
"wasm-bindgen",
|
|
@@ -3664,14 +3666,14 @@ version = "0.26.11"
|
|
|
3664
3666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3665
3667
|
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
3666
3668
|
dependencies = [
|
|
3667
|
-
"webpki-roots 1.0.
|
|
3669
|
+
"webpki-roots 1.0.9",
|
|
3668
3670
|
]
|
|
3669
3671
|
|
|
3670
3672
|
[[package]]
|
|
3671
3673
|
name = "webpki-roots"
|
|
3672
|
-
version = "1.0.
|
|
3674
|
+
version = "1.0.9"
|
|
3673
3675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3674
|
-
checksum = "
|
|
3676
|
+
checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
|
|
3675
3677
|
dependencies = [
|
|
3676
3678
|
"rustls-pki-types",
|
|
3677
3679
|
]
|
|
@@ -3714,7 +3716,7 @@ dependencies = [
|
|
|
3714
3716
|
"proc-macro2",
|
|
3715
3717
|
"quote",
|
|
3716
3718
|
"shellexpand",
|
|
3717
|
-
"syn",
|
|
3719
|
+
"syn 2.0.119",
|
|
3718
3720
|
"witx",
|
|
3719
3721
|
]
|
|
3720
3722
|
|
|
@@ -3726,7 +3728,7 @@ checksum = "7f13be83541aa0b033ac5ec8a8b59c9a8d8b32305845b8466dd066e722cb0004"
|
|
|
3726
3728
|
dependencies = [
|
|
3727
3729
|
"proc-macro2",
|
|
3728
3730
|
"quote",
|
|
3729
|
-
"syn",
|
|
3731
|
+
"syn 2.0.119",
|
|
3730
3732
|
"wiggle-generate",
|
|
3731
3733
|
]
|
|
3732
3734
|
|
|
@@ -3748,11 +3750,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
3748
3750
|
|
|
3749
3751
|
[[package]]
|
|
3750
3752
|
name = "winapi-util"
|
|
3751
|
-
version = "0.1.
|
|
3753
|
+
version = "0.1.11"
|
|
3752
3754
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3753
|
-
checksum = "
|
|
3755
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3754
3756
|
dependencies = [
|
|
3755
|
-
"windows-sys 0.
|
|
3757
|
+
"windows-sys 0.61.2",
|
|
3756
3758
|
]
|
|
3757
3759
|
|
|
3758
3760
|
[[package]]
|
|
@@ -3780,9 +3782,9 @@ dependencies = [
|
|
|
3780
3782
|
|
|
3781
3783
|
[[package]]
|
|
3782
3784
|
name = "windows-core"
|
|
3783
|
-
version = "0.
|
|
3785
|
+
version = "0.62.2"
|
|
3784
3786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3785
|
-
checksum = "
|
|
3787
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
3786
3788
|
dependencies = [
|
|
3787
3789
|
"windows-implement",
|
|
3788
3790
|
"windows-interface",
|
|
@@ -3793,46 +3795,46 @@ dependencies = [
|
|
|
3793
3795
|
|
|
3794
3796
|
[[package]]
|
|
3795
3797
|
name = "windows-implement"
|
|
3796
|
-
version = "0.60.
|
|
3798
|
+
version = "0.60.2"
|
|
3797
3799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3798
|
-
checksum = "
|
|
3800
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
3799
3801
|
dependencies = [
|
|
3800
3802
|
"proc-macro2",
|
|
3801
3803
|
"quote",
|
|
3802
|
-
"syn",
|
|
3804
|
+
"syn 2.0.119",
|
|
3803
3805
|
]
|
|
3804
3806
|
|
|
3805
3807
|
[[package]]
|
|
3806
3808
|
name = "windows-interface"
|
|
3807
|
-
version = "0.59.
|
|
3809
|
+
version = "0.59.3"
|
|
3808
3810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3809
|
-
checksum = "
|
|
3811
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
3810
3812
|
dependencies = [
|
|
3811
3813
|
"proc-macro2",
|
|
3812
3814
|
"quote",
|
|
3813
|
-
"syn",
|
|
3815
|
+
"syn 2.0.119",
|
|
3814
3816
|
]
|
|
3815
3817
|
|
|
3816
3818
|
[[package]]
|
|
3817
3819
|
name = "windows-link"
|
|
3818
|
-
version = "0.1
|
|
3820
|
+
version = "0.2.1"
|
|
3819
3821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3820
|
-
checksum = "
|
|
3822
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
3821
3823
|
|
|
3822
3824
|
[[package]]
|
|
3823
3825
|
name = "windows-result"
|
|
3824
|
-
version = "0.
|
|
3826
|
+
version = "0.4.1"
|
|
3825
3827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3826
|
-
checksum = "
|
|
3828
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
3827
3829
|
dependencies = [
|
|
3828
3830
|
"windows-link",
|
|
3829
3831
|
]
|
|
3830
3832
|
|
|
3831
3833
|
[[package]]
|
|
3832
3834
|
name = "windows-strings"
|
|
3833
|
-
version = "0.
|
|
3835
|
+
version = "0.5.1"
|
|
3834
3836
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3835
|
-
checksum = "
|
|
3837
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
3836
3838
|
dependencies = [
|
|
3837
3839
|
"windows-link",
|
|
3838
3840
|
]
|
|
@@ -3855,6 +3857,15 @@ dependencies = [
|
|
|
3855
3857
|
"windows-targets",
|
|
3856
3858
|
]
|
|
3857
3859
|
|
|
3860
|
+
[[package]]
|
|
3861
|
+
name = "windows-sys"
|
|
3862
|
+
version = "0.61.2"
|
|
3863
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3864
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
3865
|
+
dependencies = [
|
|
3866
|
+
"windows-link",
|
|
3867
|
+
]
|
|
3868
|
+
|
|
3858
3869
|
[[package]]
|
|
3859
3870
|
name = "windows-targets"
|
|
3860
3871
|
version = "0.52.6"
|
|
@@ -3921,9 +3932,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
3921
3932
|
|
|
3922
3933
|
[[package]]
|
|
3923
3934
|
name = "winnow"
|
|
3924
|
-
version = "0.7.
|
|
3935
|
+
version = "0.7.15"
|
|
3925
3936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3926
|
-
checksum = "
|
|
3937
|
+
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
3927
3938
|
dependencies = [
|
|
3928
3939
|
"memchr",
|
|
3929
3940
|
]
|
|
@@ -3944,15 +3955,6 @@ dependencies = [
|
|
|
3944
3955
|
"windows-sys 0.59.0",
|
|
3945
3956
|
]
|
|
3946
3957
|
|
|
3947
|
-
[[package]]
|
|
3948
|
-
name = "wit-bindgen-rt"
|
|
3949
|
-
version = "0.39.0"
|
|
3950
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3951
|
-
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
3952
|
-
dependencies = [
|
|
3953
|
-
"bitflags",
|
|
3954
|
-
]
|
|
3955
|
-
|
|
3956
3958
|
[[package]]
|
|
3957
3959
|
name = "wit-parser"
|
|
3958
3960
|
version = "0.218.1"
|
|
@@ -3961,7 +3963,7 @@ checksum = "f104473e8546f8096f1fa483d337101a98dc9525d67f4275816bcd177fe3e2be"
|
|
|
3961
3963
|
dependencies = [
|
|
3962
3964
|
"anyhow",
|
|
3963
3965
|
"id-arena",
|
|
3964
|
-
"indexmap 2.
|
|
3966
|
+
"indexmap 2.14.0",
|
|
3965
3967
|
"log",
|
|
3966
3968
|
"semver",
|
|
3967
3969
|
"serde",
|
|
@@ -3985,33 +3987,32 @@ dependencies = [
|
|
|
3985
3987
|
|
|
3986
3988
|
[[package]]
|
|
3987
3989
|
name = "writeable"
|
|
3988
|
-
version = "0.6.
|
|
3990
|
+
version = "0.6.3"
|
|
3989
3991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3990
|
-
checksum = "
|
|
3992
|
+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
3991
3993
|
|
|
3992
3994
|
[[package]]
|
|
3993
3995
|
name = "xattr"
|
|
3994
|
-
version = "1.
|
|
3996
|
+
version = "1.6.1"
|
|
3995
3997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3996
|
-
checksum = "
|
|
3998
|
+
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
|
|
3997
3999
|
dependencies = [
|
|
3998
4000
|
"libc",
|
|
3999
|
-
"rustix 1.
|
|
4001
|
+
"rustix 1.1.4",
|
|
4000
4002
|
]
|
|
4001
4003
|
|
|
4002
4004
|
[[package]]
|
|
4003
4005
|
name = "xxhash-rust"
|
|
4004
|
-
version = "0.8.
|
|
4006
|
+
version = "0.8.18"
|
|
4005
4007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4006
|
-
checksum = "
|
|
4008
|
+
checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"
|
|
4007
4009
|
|
|
4008
4010
|
[[package]]
|
|
4009
4011
|
name = "yoke"
|
|
4010
|
-
version = "0.8.
|
|
4012
|
+
version = "0.8.3"
|
|
4011
4013
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4012
|
-
checksum = "
|
|
4014
|
+
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
4013
4015
|
dependencies = [
|
|
4014
|
-
"serde",
|
|
4015
4016
|
"stable_deref_trait",
|
|
4016
4017
|
"yoke-derive",
|
|
4017
4018
|
"zerofrom",
|
|
@@ -4019,68 +4020,68 @@ dependencies = [
|
|
|
4019
4020
|
|
|
4020
4021
|
[[package]]
|
|
4021
4022
|
name = "yoke-derive"
|
|
4022
|
-
version = "0.8.
|
|
4023
|
+
version = "0.8.2"
|
|
4023
4024
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4024
|
-
checksum = "
|
|
4025
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
4025
4026
|
dependencies = [
|
|
4026
4027
|
"proc-macro2",
|
|
4027
4028
|
"quote",
|
|
4028
|
-
"syn",
|
|
4029
|
+
"syn 2.0.119",
|
|
4029
4030
|
"synstructure",
|
|
4030
4031
|
]
|
|
4031
4032
|
|
|
4032
4033
|
[[package]]
|
|
4033
4034
|
name = "zerocopy"
|
|
4034
|
-
version = "0.8.
|
|
4035
|
+
version = "0.8.55"
|
|
4035
4036
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4036
|
-
checksum = "
|
|
4037
|
+
checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
|
|
4037
4038
|
dependencies = [
|
|
4038
4039
|
"zerocopy-derive",
|
|
4039
4040
|
]
|
|
4040
4041
|
|
|
4041
4042
|
[[package]]
|
|
4042
4043
|
name = "zerocopy-derive"
|
|
4043
|
-
version = "0.8.
|
|
4044
|
+
version = "0.8.55"
|
|
4044
4045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4045
|
-
checksum = "
|
|
4046
|
+
checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
|
|
4046
4047
|
dependencies = [
|
|
4047
4048
|
"proc-macro2",
|
|
4048
4049
|
"quote",
|
|
4049
|
-
"syn",
|
|
4050
|
+
"syn 2.0.119",
|
|
4050
4051
|
]
|
|
4051
4052
|
|
|
4052
4053
|
[[package]]
|
|
4053
4054
|
name = "zerofrom"
|
|
4054
|
-
version = "0.1.
|
|
4055
|
+
version = "0.1.8"
|
|
4055
4056
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4056
|
-
checksum = "
|
|
4057
|
+
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
|
|
4057
4058
|
dependencies = [
|
|
4058
4059
|
"zerofrom-derive",
|
|
4059
4060
|
]
|
|
4060
4061
|
|
|
4061
4062
|
[[package]]
|
|
4062
4063
|
name = "zerofrom-derive"
|
|
4063
|
-
version = "0.1.
|
|
4064
|
+
version = "0.1.7"
|
|
4064
4065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4065
|
-
checksum = "
|
|
4066
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
4066
4067
|
dependencies = [
|
|
4067
4068
|
"proc-macro2",
|
|
4068
4069
|
"quote",
|
|
4069
|
-
"syn",
|
|
4070
|
+
"syn 2.0.119",
|
|
4070
4071
|
"synstructure",
|
|
4071
4072
|
]
|
|
4072
4073
|
|
|
4073
4074
|
[[package]]
|
|
4074
4075
|
name = "zeroize"
|
|
4075
|
-
version = "1.
|
|
4076
|
+
version = "1.9.0"
|
|
4076
4077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4077
|
-
checksum = "
|
|
4078
|
+
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
4078
4079
|
|
|
4079
4080
|
[[package]]
|
|
4080
4081
|
name = "zerotrie"
|
|
4081
|
-
version = "0.2.
|
|
4082
|
+
version = "0.2.4"
|
|
4082
4083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4083
|
-
checksum = "
|
|
4084
|
+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
4084
4085
|
dependencies = [
|
|
4085
4086
|
"displaydoc",
|
|
4086
4087
|
"yoke",
|
|
@@ -4089,9 +4090,9 @@ dependencies = [
|
|
|
4089
4090
|
|
|
4090
4091
|
[[package]]
|
|
4091
4092
|
name = "zerovec"
|
|
4092
|
-
version = "0.11.
|
|
4093
|
+
version = "0.11.6"
|
|
4093
4094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4094
|
-
checksum = "
|
|
4095
|
+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
4095
4096
|
dependencies = [
|
|
4096
4097
|
"yoke",
|
|
4097
4098
|
"zerofrom",
|
|
@@ -4100,15 +4101,21 @@ dependencies = [
|
|
|
4100
4101
|
|
|
4101
4102
|
[[package]]
|
|
4102
4103
|
name = "zerovec-derive"
|
|
4103
|
-
version = "0.11.
|
|
4104
|
+
version = "0.11.3"
|
|
4104
4105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4105
|
-
checksum = "
|
|
4106
|
+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
4106
4107
|
dependencies = [
|
|
4107
4108
|
"proc-macro2",
|
|
4108
4109
|
"quote",
|
|
4109
|
-
"syn",
|
|
4110
|
+
"syn 2.0.119",
|
|
4110
4111
|
]
|
|
4111
4112
|
|
|
4113
|
+
[[package]]
|
|
4114
|
+
name = "zmij"
|
|
4115
|
+
version = "1.0.23"
|
|
4116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4117
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
4118
|
+
|
|
4112
4119
|
[[package]]
|
|
4113
4120
|
name = "zstd"
|
|
4114
4121
|
version = "0.13.3"
|
|
@@ -4129,9 +4136,9 @@ dependencies = [
|
|
|
4129
4136
|
|
|
4130
4137
|
[[package]]
|
|
4131
4138
|
name = "zstd-sys"
|
|
4132
|
-
version = "2.0.
|
|
4139
|
+
version = "2.0.16+zstd.1.5.7"
|
|
4133
4140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4134
|
-
checksum = "
|
|
4141
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
4135
4142
|
dependencies = [
|
|
4136
4143
|
"cc",
|
|
4137
4144
|
"pkg-config",
|