From 134081b27b94edab713d81a00d92f870fa303bda Mon Sep 17 00:00:00 2001 From: houseme Date: Sat, 8 Aug 2026 23:52:00 +0800 Subject: [PATCH] chore(deps): fix cargo shear dependency metadata (#5854) Co-authored-by: heihutu --- Cargo.lock | 235 ++++++++++++++++++------------------ Cargo.toml | 6 +- crates/protocols/Cargo.toml | 2 - 3 files changed, 120 insertions(+), 123 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe367f03e..74b31f4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,7 +284,7 @@ dependencies = [ "serde_json", "strum 0.27.2", "strum_macros 0.27.2", - "thiserror 2.0.19", + "thiserror 2.0.20", "uuid", ] @@ -572,7 +572,7 @@ dependencies = [ "nom 7.1.3", "num-traits", "rusticata-macros", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", ] @@ -726,7 +726,7 @@ dependencies = [ "serde_json", "serde_nanos", "serde_repr", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-rustls", @@ -773,9 +773,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.91" +version = "0.1.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" +checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" dependencies = [ "proc-macro2", "quote", @@ -812,7 +812,7 @@ dependencies = [ "crc32fast", "futures-lite", "pin-project", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", ] @@ -903,9 +903,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.17.3" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" +checksum = "ce2b2dcc879c3bae0d371e77c99f2238400ef24ec001394befa67b6e543add9e" dependencies = [ "aws-lc-sys", "untrusted 0.7.1", @@ -914,9 +914,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" +checksum = "f09fae7be8bb3174e05c6afdb34199e6dc0c7c04ba9fa237b1967adfbde27483" dependencies = [ "cc", "cmake", @@ -1253,7 +1253,7 @@ dependencies = [ "regex-lite", "roxmltree", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -1792,7 +1792,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -1840,9 +1840,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9066c49992464636f92905fa096ec58baaa4d57ec19a5c096c68d3e25ef3d136" +checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e" dependencies = [ "find-msvc-tools", "jobserver", @@ -3415,7 +3415,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" dependencies = [ - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -4033,7 +4033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -4484,7 +4484,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.11.0", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "url", @@ -4505,7 +4505,7 @@ dependencies = [ "rand 0.10.2", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", ] @@ -4538,7 +4538,7 @@ dependencies = [ "rustc_version", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", "tonic", @@ -4645,7 +4645,7 @@ dependencies = [ "serde_json", "serde_with", "sha2 0.11.0", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", "tracing", @@ -4677,7 +4677,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "url", ] @@ -4894,7 +4894,7 @@ dependencies = [ "ipnet", "jni", "rand 0.10.2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tokio", "tracing", @@ -4915,7 +4915,7 @@ dependencies = [ "prefix-trie", "rand 0.10.2", "ring", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tracing", "url", @@ -4942,7 +4942,7 @@ dependencies = [ "resolv-conf", "smallvec", "system-configuration", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", ] @@ -5479,7 +5479,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -5601,7 +5601,7 @@ dependencies = [ "jni-sys", "log", "simd_cesu8", - "thiserror 2.0.19", + "thiserror 2.0.20", "walkdir", "windows-link", ] @@ -5650,9 +5650,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.103" +version = "0.3.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" +checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" dependencies = [ "cfg-if", "futures-util", @@ -5963,7 +5963,7 @@ dependencies = [ "once_cell", "serde", "sha2 0.10.9", - "thiserror 2.0.19", + "thiserror 2.0.20", "uuid", ] @@ -5989,7 +5989,7 @@ dependencies = [ "rustls", "slog", "slog-stdlog", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-rustls", "tokio-util", @@ -6104,7 +6104,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb4bdc8b0ce69932332cf76d24af69c3a155242af95c226b2ab6c2e371ed1149" dependencies = [ - "thiserror 2.0.19", + "thiserror 2.0.20", "zerocopy", "zerocopy-derive", ] @@ -6452,7 +6452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ff7ae19c74aba9e0ed6e4071cd52aa364e020076fa3cc6ef17e43662f756f3c" dependencies = [ "bytes", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -6482,7 +6482,7 @@ dependencies = [ "quote", "syn 2.0.119", "termcolor", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -6506,7 +6506,7 @@ dependencies = [ "rustls", "serde", "socket2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-rustls", "tokio-util", @@ -6539,7 +6539,7 @@ dependencies = [ "serde_json", "sha1 0.10.7", "sha2 0.10.9", - "thiserror 2.0.19", + "thiserror 2.0.20", "uuid", ] @@ -6975,7 +6975,7 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "percent-encoding", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "url", @@ -7062,7 +7062,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -7106,7 +7106,7 @@ dependencies = [ "opentelemetry_sdk", "prost 0.14.4", "reqwest", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -7150,7 +7150,7 @@ dependencies = [ "percent-encoding", "portable-atomic", "rand 0.9.5", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", ] @@ -7204,7 +7204,7 @@ dependencies = [ "rc2", "sha1 0.10.7", "sha2 0.10.9", - "thiserror 2.0.19", + "thiserror 2.0.20", "x509-parser", ] @@ -7297,7 +7297,7 @@ dependencies = [ "log", "rand 0.10.2", "sha2 0.11.0", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "windows", "windows-strings", @@ -7425,7 +7425,7 @@ checksum = "97f6fccfd2d9d2df765ca23ff85fe5cc437fb0e6d3e164e4d3cbe09d14780c93" dependencies = [ "arrayvec", "bitflags 2.13.1", - "thiserror 2.0.19", + "thiserror 2.0.20", "zerocopy", "zerocopy-derive", ] @@ -7925,7 +7925,7 @@ dependencies = [ "lazy_static", "memchr", "parking_lot", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -7974,7 +7974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck", - "itertools 0.14.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -7994,7 +7994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" dependencies = [ "heck", - "itertools 0.14.0", + "itertools 0.10.5", "log", "multimap", "petgraph 0.8.3", @@ -8015,7 +8015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.119", @@ -8028,7 +8028,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.119", @@ -8147,7 +8147,7 @@ dependencies = [ "spin 0.12.2", "symbolic-demangle", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "url", "uuid", ] @@ -8205,7 +8205,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "web-time", @@ -8228,7 +8228,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -8245,7 +8245,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -8400,7 +8400,7 @@ checksum = "5dc94ed8e3de45f6d8d052869d48c0dbeebcaa7a6c345ec7f0f917e10347428e" dependencies = [ "clocksource", "parking_lot", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -8540,7 +8540,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.17", "libredox", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -8679,7 +8679,7 @@ dependencies = [ "http 1.5.0", "reqwest", "serde", - "thiserror 2.0.19", + "thiserror 2.0.20", "tower-service", ] @@ -8809,7 +8809,7 @@ dependencies = [ "rustls-native-certs", "rustls-pki-types", "rustls-webpki", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-rustls", ] @@ -8842,7 +8842,7 @@ dependencies = [ "rustls-native-certs", "rustls-pki-types", "rustls-webpki", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-rustls", "tokio-util", @@ -8913,7 +8913,7 @@ dependencies = [ "ssh-encoding", "ssh-key", "subtle", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "typenum", "universal-hash", @@ -8946,7 +8946,7 @@ dependencies = [ "log", "serde", "serde_bytes", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "wasm-bindgen-futures", @@ -9139,7 +9139,7 @@ dependencies = [ "sysinfo", "temp-env", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-rustls", @@ -9176,7 +9176,7 @@ dependencies = [ "serde", "serde_json", "temp-env", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "url", @@ -9270,7 +9270,7 @@ dependencies = [ "serde_json", "sha2 0.11.0", "test-case", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", ] @@ -9388,7 +9388,7 @@ dependencies = [ "smallvec", "temp-env", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-util", @@ -9430,7 +9430,7 @@ dependencies = [ "hotpath", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -9452,7 +9452,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tracing", @@ -9483,7 +9483,7 @@ dependencies = [ "serial_test", "temp-env", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -9521,7 +9521,7 @@ dependencies = [ "serial_test", "temp-env", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-util", @@ -9537,7 +9537,7 @@ dependencies = [ "hotpath", "memmap2", "rustfs-io-metrics", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", ] @@ -9555,7 +9555,7 @@ dependencies = [ "rustfs-s3-ops", "rustfs-utils", "sysinfo", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", ] @@ -9579,7 +9579,7 @@ dependencies = [ "rustls-native-certs", "sha2 0.11.0", "socket2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "twox-hash", "webpki-roots 1.0.9", @@ -9627,7 +9627,7 @@ dependencies = [ "serde", "serde_json", "temp-env", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tower", @@ -9672,7 +9672,7 @@ dependencies = [ "subtle", "temp-env", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -9722,7 +9722,7 @@ dependencies = [ "serde_json", "smallvec", "smartstring", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tonic", "tracing", @@ -9742,7 +9742,7 @@ dependencies = [ "sha2 0.11.0", "tar", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "walkdir", "zip", "zstd", @@ -9790,7 +9790,7 @@ dependencies = [ "serde_json", "starshard", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -9830,7 +9830,7 @@ dependencies = [ "moka", "starshard", "sysinfo", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", ] @@ -9878,7 +9878,7 @@ dependencies = [ "sysinfo", "temp-env", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -9914,7 +9914,7 @@ dependencies = [ "strum 0.28.0", "temp-env", "test-case", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tracing", @@ -9946,7 +9946,6 @@ dependencies = [ "md-5 0.11.0", "percent-encoding", "proptest", - "quick-xml", "regex", "russh", "russh-sftp", @@ -9971,7 +9970,7 @@ dependencies = [ "socket2", "subtle", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-rustls", @@ -10056,7 +10055,7 @@ dependencies = [ "serde_json", "sha1 0.11.0", "sha2 0.11.0", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-test", "tokio-util", @@ -10125,7 +10124,7 @@ dependencies = [ "s3s", "serde_json", "serial_test", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -10182,7 +10181,7 @@ dependencies = [ "sha2 0.11.0", "temp-env", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-util", @@ -10196,7 +10195,7 @@ name = "rustfs-security-governance" version = "1.0.0-rc.1" dependencies = [ "hotpath", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10211,7 +10210,7 @@ dependencies = [ "rustfs-utils", "s3s", "serde_urlencoded", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tracing", "tracing-subscriber", @@ -10274,7 +10273,7 @@ dependencies = [ "snap", "sysinfo", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-postgres", "tokio-postgres-rustls", @@ -10318,7 +10317,7 @@ dependencies = [ "serde_json", "sha2 0.11.0", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", ] @@ -10342,7 +10341,7 @@ dependencies = [ "serde_json", "serial_test", "temp-env", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tower", "tracing", @@ -10411,7 +10410,7 @@ dependencies = [ "criterion", "hotpath", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", "zip", @@ -10470,7 +10469,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -10543,7 +10542,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -10637,7 +10636,7 @@ dependencies = [ "std-next", "subtle", "sync_wrapper", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tower", @@ -11187,7 +11186,7 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint 0.4.8", "num-traits", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", ] @@ -11479,7 +11478,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04082e93ed1a06debd9148c928234b46d2cf260bc65f44e1d1d3fa594c5beebc" dependencies = [ "simdutf8", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -11567,7 +11566,7 @@ dependencies = [ "pin-project", "rustls", "rustls-pki-types", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-rustls", ] @@ -11752,7 +11751,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -11819,11 +11818,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.19", + "thiserror-impl 2.0.20", ] [[package]] @@ -11839,9 +11838,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", @@ -12299,7 +12298,7 @@ checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c" dependencies = [ "crossbeam-channel", "symlink", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tracing-subscriber", ] @@ -12434,7 +12433,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1 0.10.7", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -12472,7 +12471,7 @@ dependencies = [ "derive_more", "libc", "md-5 0.10.6", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "x509-parser", ] @@ -12620,7 +12619,7 @@ dependencies = [ "rustify_derive", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "url", ] @@ -12700,9 +12699,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" +checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" dependencies = [ "cfg-if", "once_cell", @@ -12713,9 +12712,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.76" +version = "0.4.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" +checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950" dependencies = [ "js-sys", "wasm-bindgen", @@ -12723,9 +12722,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" +checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -12733,9 +12732,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" +checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" dependencies = [ "bumpalo", "proc-macro2", @@ -12746,9 +12745,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" +checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" dependencies = [ "unicode-ident", ] @@ -12768,9 +12767,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.103" +version = "0.3.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" +checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30" dependencies = [ "js-sys", "wasm-bindgen", @@ -12854,7 +12853,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -13136,7 +13135,7 @@ dependencies = [ "nom 7.1.3", "oid-registry", "rusticata-macros", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", ] diff --git a/Cargo.toml b/Cargo.toml index 70792c295..e39182f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ async_zip = { default-features = false, version = "0.0.18" } mysql_async = { default-features = false, version = "0.37" } async-compression = { version = "0.4.43" } async-recursion = "1.1.1" -async-trait = "0.1.91" +async-trait = "0.1.92" async-nats = { version = "0.50.0", default-features = false } axum = "0.8.9" futures = "0.3.33" @@ -302,7 +302,7 @@ sysinfo = "0.39.6" temp-env = "0.3.6" tempfile = "3.27.0" test-case = "3.3.1" -thiserror = "2.0.19" +thiserror = "2.0.20" tracing = { version = "0.1.44" } tracing-appender = "0.2.5" tracing-core = "0.1.36" @@ -354,7 +354,7 @@ hotpath = { version = "0.23.1", default-features = false } insta = { version = "1.48" } [workspace.metadata.cargo-shear] -ignored = ["rustfs"] +ignored = ["hotpath", "rustfs"] [profile.dev] # Full debuginfo roughly doubles compile+link time and produces multi-GB diff --git a/crates/protocols/Cargo.toml b/crates/protocols/Cargo.toml index 91da8efce..461302913 100644 --- a/crates/protocols/Cargo.toml +++ b/crates/protocols/Cargo.toml @@ -97,7 +97,6 @@ swift = [ "dep:serde", "dep:urlencoding", "dep:md-5", - "dep:quick-xml", "dep:hmac", "dep:sha1", "dep:hex", @@ -162,7 +161,6 @@ tokio-util = { workspace = true, optional = true, features = ["rt", "io", "compa serde = { workspace = true, optional = true, features = ["derive"] } urlencoding = { workspace = true, optional = true } md-5 = { workspace = true, optional = true } -quick-xml = { workspace = true, optional = true, features = ["serialize"] } hmac = { workspace = true, optional = true } sha1 = { workspace = true, optional = true } hex = { workspace = true, optional = true }