2166 2166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2167 2167 | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
2168 2168 |
|
2169 2169 | [[package]]
|
2170 2170 | name = "libloading"
|
2171 2171 | version = "0.8.8"
|
2172 2172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2173 2173 | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2174 2174 | dependencies = [
|
2175 2175 | "cfg-if",
|
2176 - | "windows-targets 0.53.2",
|
2176 + | "windows-targets 0.53.3",
|
2177 2177 | ]
|
2178 2178 |
|
2179 2179 | [[package]]
|
2180 2180 | name = "libmimalloc-sys"
|
2181 2181 | version = "0.1.43"
|
2182 2182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2183 2183 | checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d"
|
2184 2184 | dependencies = [
|
2185 2185 | "cc",
|
2186 2186 | "libc",
|
2998 2998 | name = "roxmltree"
|
2999 2999 | version = "0.14.1"
|
3000 3000 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3001 3001 | checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
3002 3002 | dependencies = [
|
3003 3003 | "xmlparser",
|
3004 3004 | ]
|
3005 3005 |
|
3006 3006 | [[package]]
|
3007 3007 | name = "rustc-demangle"
|
3008 - | version = "0.1.25"
|
3008 + | version = "0.1.26"
|
3009 3009 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3010 - | checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
3010 + | checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
3011 3011 |
|
3012 3012 | [[package]]
|
3013 3013 | name = "rustc-hash"
|
3014 3014 | version = "1.1.0"
|
3015 3015 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3016 3016 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
3017 3017 |
|
3018 3018 | [[package]]
|
3019 3019 | name = "rustix"
|
3020 3020 | version = "0.38.44"
|
3021 3021 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3022 3022 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
3023 3023 | dependencies = [
|
3024 3024 | "bitflags 2.9.1",
|
3025 3025 | "errno",
|
3026 3026 | "libc",
|
3027 3027 | "linux-raw-sys 0.4.15",
|
3028 3028 | "windows-sys 0.59.0",
|
3029 3029 | ]
|
3030 3030 |
|
3031 3031 | [[package]]
|
3032 3032 | name = "rustix"
|
3033 3033 | version = "1.0.8"
|
3034 3034 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3035 3035 | checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
3036 3036 | dependencies = [
|
3037 3037 | "bitflags 2.9.1",
|
3038 3038 | "errno",
|
3039 3039 | "libc",
|
3040 3040 | "linux-raw-sys 0.9.4",
|
3041 3041 | "windows-sys 0.60.2",
|
3042 3042 | ]
|
3043 3043 |
|
3044 3044 | [[package]]
|
3045 3045 | name = "rustls"
|
3046 3046 | version = "0.21.12"
|
3047 3047 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3048 3048 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3049 3049 | dependencies = [
|
3050 3050 | "log",
|
3051 3051 | "ring 0.17.14",
|
3052 3052 | "rustls-webpki 0.101.7",
|
3053 3053 | "sct",
|
3054 3054 | ]
|
3055 3055 |
|
3056 3056 | [[package]]
|
3057 3057 | name = "rustls"
|
3058 - | version = "0.23.29"
|
3058 + | version = "0.23.31"
|
3059 3059 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3060 - | checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
|
3060 + | checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
|
3061 3061 | dependencies = [
|
3062 3062 | "aws-lc-rs",
|
3063 3063 | "log",
|
3064 3064 | "once_cell",
|
3065 3065 | "ring 0.17.14",
|
3066 3066 | "rustls-pki-types",
|
3067 3067 | "rustls-webpki 0.103.4",
|
3068 3068 | "subtle",
|
3069 3069 | "zeroize",
|
3070 3070 | ]
|
3719 3719 | "futures-util",
|
3720 3720 | "hyper 0.14.32",
|
3721 3721 | "pin-project-lite",
|
3722 3722 | "thiserror 1.0.69",
|
3723 3723 | "tokio",
|
3724 3724 | "tokio-rustls 0.24.1",
|
3725 3725 | ]
|
3726 3726 |
|
3727 3727 | [[package]]
|
3728 3728 | name = "tokio"
|
3729 - | version = "1.46.1"
|
3729 + | version = "1.47.0"
|
3730 3730 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3731 - | checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
3731 + | checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
|
3732 3732 | dependencies = [
|
3733 3733 | "backtrace",
|
3734 3734 | "bytes",
|
3735 3735 | "io-uring",
|
3736 3736 | "libc",
|
3737 3737 | "mio",
|
3738 3738 | "parking_lot",
|
3739 3739 | "pin-project-lite",
|
3740 3740 | "signal-hook-registry",
|
3741 3741 | "slab",
|
3742 - | "socket2 0.5.10",
|
3742 + | "socket2 0.6.0",
|
3743 3743 | "tokio-macros",
|
3744 - | "windows-sys 0.52.0",
|
3744 + | "windows-sys 0.59.0",
|
3745 3745 | ]
|
3746 3746 |
|
3747 3747 | [[package]]
|
3748 3748 | name = "tokio-macros"
|
3749 3749 | version = "2.5.0"
|
3750 3750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3751 3751 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
3752 3752 | dependencies = [
|
3753 3753 | "proc-macro2",
|
3754 3754 | "quote",
|
3755 3755 | "syn 2.0.104",
|
3756 3756 | ]
|
3757 3757 |
|
3758 3758 | [[package]]
|
3759 3759 | name = "tokio-rustls"
|
3760 3760 | version = "0.24.1"
|
3761 3761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3762 3762 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3763 3763 | dependencies = [
|
3764 3764 | "rustls 0.21.12",
|
3765 3765 | "tokio",
|
3766 3766 | ]
|
3767 3767 |
|
3768 3768 | [[package]]
|
3769 3769 | name = "tokio-rustls"
|
3770 3770 | version = "0.26.2"
|
3771 3771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3772 3772 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
3773 3773 | dependencies = [
|
3774 - | "rustls 0.23.29",
|
3774 + | "rustls 0.23.31",
|
3775 3775 | "tokio",
|
3776 3776 | ]
|
3777 3777 |
|
3778 3778 | [[package]]
|
3779 3779 | name = "tokio-stream"
|
3780 3780 | version = "0.1.17"
|
3781 3781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3782 3782 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
3783 3783 | dependencies = [
|
3784 3784 | "futures-core",
|
4319 4319 | dependencies = [
|
4320 4320 | "windows-targets 0.52.6",
|
4321 4321 | ]
|
4322 4322 |
|
4323 4323 | [[package]]
|
4324 4324 | name = "windows-sys"
|
4325 4325 | version = "0.60.2"
|
4326 4326 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4327 4327 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
4328 4328 | dependencies = [
|
4329 - | "windows-targets 0.53.2",
|
4329 + | "windows-targets 0.53.3",
|
4330 4330 | ]
|
4331 4331 |
|
4332 4332 | [[package]]
|
4333 4333 | name = "windows-targets"
|
4334 4334 | version = "0.52.6"
|
4335 4335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4336 4336 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
4337 4337 | dependencies = [
|
4338 4338 | "windows_aarch64_gnullvm 0.52.6",
|
4339 4339 | "windows_aarch64_msvc 0.52.6",
|
4340 4340 | "windows_i686_gnu 0.52.6",
|
4341 4341 | "windows_i686_gnullvm 0.52.6",
|
4342 4342 | "windows_i686_msvc 0.52.6",
|
4343 4343 | "windows_x86_64_gnu 0.52.6",
|
4344 4344 | "windows_x86_64_gnullvm 0.52.6",
|
4345 4345 | "windows_x86_64_msvc 0.52.6",
|
4346 4346 | ]
|
4347 4347 |
|
4348 4348 | [[package]]
|
4349 4349 | name = "windows-targets"
|
4350 - | version = "0.53.2"
|
4350 + | version = "0.53.3"
|
4351 4351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4352 - | checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
4352 + | checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
4353 4353 | dependencies = [
|
4354 + | "windows-link",
|
4354 4355 | "windows_aarch64_gnullvm 0.53.0",
|
4355 4356 | "windows_aarch64_msvc 0.53.0",
|
4356 4357 | "windows_i686_gnu 0.53.0",
|
4357 4358 | "windows_i686_gnullvm 0.53.0",
|
4358 4359 | "windows_i686_msvc 0.53.0",
|
4359 4360 | "windows_x86_64_gnu 0.53.0",
|
4360 4361 | "windows_x86_64_gnullvm 0.53.0",
|
4361 4362 | "windows_x86_64_msvc 0.53.0",
|
4362 4363 | ]
|
4363 4364 |
|
4364 4365 | [[package]]
|
4365 4366 | name = "windows_aarch64_gnullvm"
|
4366 4367 | version = "0.52.6"
|
4367 4368 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4368 4369 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
4369 4370 |
|
4370 4371 | [[package]]
|
4371 4372 | name = "windows_aarch64_gnullvm"
|
4372 4373 | version = "0.53.0"
|
4373 4374 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4374 4375 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
4375 4376 |
|
4376 4377 | [[package]]
|
4377 4378 | name = "windows_aarch64_msvc"
|
4378 4379 | version = "0.52.6"
|
4379 4380 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4380 4381 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
4381 4382 |
|
4382 4383 | [[package]]
|
4383 4384 | name = "windows_aarch64_msvc"
|