Skip to content

Commit a16ce35

Browse files
build(deps): bump rustix from 0.36.9 to 0.36.17
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.9 to 0.36.17. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.36.9...v0.36.17) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9091d9 commit a16ce35

File tree

1 file changed

+85
-58
lines changed

1 file changed

+85
-58
lines changed

Cargo.lock

+85-58
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ version = "1.4.0"
6565
source = "registry+https://github.com/rust-lang/crates.io-index"
6666
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
6767

68-
[[package]]
69-
name = "cc"
70-
version = "1.0.79"
71-
source = "registry+https://github.com/rust-lang/crates.io-index"
72-
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
73-
7468
[[package]]
7569
name = "cfg-if"
7670
version = "1.0.0"
@@ -85,23 +79,12 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
8579

8680
[[package]]
8781
name = "errno"
88-
version = "0.2.8"
82+
version = "0.3.8"
8983
source = "registry+https://github.com/rust-lang/crates.io-index"
90-
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
84+
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
9185
dependencies = [
92-
"errno-dragonfly",
93-
"libc",
94-
"winapi",
95-
]
96-
97-
[[package]]
98-
name = "errno-dragonfly"
99-
version = "0.1.2"
100-
source = "registry+https://github.com/rust-lang/crates.io-index"
101-
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
102-
dependencies = [
103-
"cc",
10486
"libc",
87+
"windows-sys 0.52.0",
10588
]
10689

10790
[[package]]
@@ -512,9 +495,9 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
512495

513496
[[package]]
514497
name = "rustix"
515-
version = "0.36.9"
498+
version = "0.36.17"
516499
source = "registry+https://github.com/rust-lang/crates.io-index"
517-
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
500+
checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"
518501
dependencies = [
519502
"bitflags",
520503
"errno",
@@ -721,49 +704,36 @@ dependencies = [
721704
]
722705

723706
[[package]]
724-
name = "winapi"
725-
version = "0.3.9"
707+
name = "windows-sys"
708+
version = "0.42.0"
726709
source = "registry+https://github.com/rust-lang/crates.io-index"
727-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
710+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
728711
dependencies = [
729-
"winapi-i686-pc-windows-gnu",
730-
"winapi-x86_64-pc-windows-gnu",
712+
"windows_aarch64_gnullvm 0.42.1",
713+
"windows_aarch64_msvc 0.42.1",
714+
"windows_i686_gnu 0.42.1",
715+
"windows_i686_msvc 0.42.1",
716+
"windows_x86_64_gnu 0.42.1",
717+
"windows_x86_64_gnullvm 0.42.1",
718+
"windows_x86_64_msvc 0.42.1",
731719
]
732720

733-
[[package]]
734-
name = "winapi-i686-pc-windows-gnu"
735-
version = "0.4.0"
736-
source = "registry+https://github.com/rust-lang/crates.io-index"
737-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
738-
739-
[[package]]
740-
name = "winapi-x86_64-pc-windows-gnu"
741-
version = "0.4.0"
742-
source = "registry+https://github.com/rust-lang/crates.io-index"
743-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
744-
745721
[[package]]
746722
name = "windows-sys"
747-
version = "0.42.0"
723+
version = "0.45.0"
748724
source = "registry+https://github.com/rust-lang/crates.io-index"
749-
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
725+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
750726
dependencies = [
751-
"windows_aarch64_gnullvm",
752-
"windows_aarch64_msvc",
753-
"windows_i686_gnu",
754-
"windows_i686_msvc",
755-
"windows_x86_64_gnu",
756-
"windows_x86_64_gnullvm",
757-
"windows_x86_64_msvc",
727+
"windows-targets 0.42.1",
758728
]
759729

760730
[[package]]
761731
name = "windows-sys"
762-
version = "0.45.0"
732+
version = "0.52.0"
763733
source = "registry+https://github.com/rust-lang/crates.io-index"
764-
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
734+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
765735
dependencies = [
766-
"windows-targets",
736+
"windows-targets 0.52.0",
767737
]
768738

769739
[[package]]
@@ -772,13 +742,28 @@ version = "0.42.1"
772742
source = "registry+https://github.com/rust-lang/crates.io-index"
773743
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
774744
dependencies = [
775-
"windows_aarch64_gnullvm",
776-
"windows_aarch64_msvc",
777-
"windows_i686_gnu",
778-
"windows_i686_msvc",
779-
"windows_x86_64_gnu",
780-
"windows_x86_64_gnullvm",
781-
"windows_x86_64_msvc",
745+
"windows_aarch64_gnullvm 0.42.1",
746+
"windows_aarch64_msvc 0.42.1",
747+
"windows_i686_gnu 0.42.1",
748+
"windows_i686_msvc 0.42.1",
749+
"windows_x86_64_gnu 0.42.1",
750+
"windows_x86_64_gnullvm 0.42.1",
751+
"windows_x86_64_msvc 0.42.1",
752+
]
753+
754+
[[package]]
755+
name = "windows-targets"
756+
version = "0.52.0"
757+
source = "registry+https://github.com/rust-lang/crates.io-index"
758+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
759+
dependencies = [
760+
"windows_aarch64_gnullvm 0.52.0",
761+
"windows_aarch64_msvc 0.52.0",
762+
"windows_i686_gnu 0.52.0",
763+
"windows_i686_msvc 0.52.0",
764+
"windows_x86_64_gnu 0.52.0",
765+
"windows_x86_64_gnullvm 0.52.0",
766+
"windows_x86_64_msvc 0.52.0",
782767
]
783768

784769
[[package]]
@@ -787,38 +772,80 @@ version = "0.42.1"
787772
source = "registry+https://github.com/rust-lang/crates.io-index"
788773
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
789774

775+
[[package]]
776+
name = "windows_aarch64_gnullvm"
777+
version = "0.52.0"
778+
source = "registry+https://github.com/rust-lang/crates.io-index"
779+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
780+
790781
[[package]]
791782
name = "windows_aarch64_msvc"
792783
version = "0.42.1"
793784
source = "registry+https://github.com/rust-lang/crates.io-index"
794785
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
795786

787+
[[package]]
788+
name = "windows_aarch64_msvc"
789+
version = "0.52.0"
790+
source = "registry+https://github.com/rust-lang/crates.io-index"
791+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
792+
796793
[[package]]
797794
name = "windows_i686_gnu"
798795
version = "0.42.1"
799796
source = "registry+https://github.com/rust-lang/crates.io-index"
800797
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
801798

799+
[[package]]
800+
name = "windows_i686_gnu"
801+
version = "0.52.0"
802+
source = "registry+https://github.com/rust-lang/crates.io-index"
803+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
804+
802805
[[package]]
803806
name = "windows_i686_msvc"
804807
version = "0.42.1"
805808
source = "registry+https://github.com/rust-lang/crates.io-index"
806809
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
807810

811+
[[package]]
812+
name = "windows_i686_msvc"
813+
version = "0.52.0"
814+
source = "registry+https://github.com/rust-lang/crates.io-index"
815+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
816+
808817
[[package]]
809818
name = "windows_x86_64_gnu"
810819
version = "0.42.1"
811820
source = "registry+https://github.com/rust-lang/crates.io-index"
812821
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
813822

823+
[[package]]
824+
name = "windows_x86_64_gnu"
825+
version = "0.52.0"
826+
source = "registry+https://github.com/rust-lang/crates.io-index"
827+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
828+
814829
[[package]]
815830
name = "windows_x86_64_gnullvm"
816831
version = "0.42.1"
817832
source = "registry+https://github.com/rust-lang/crates.io-index"
818833
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
819834

835+
[[package]]
836+
name = "windows_x86_64_gnullvm"
837+
version = "0.52.0"
838+
source = "registry+https://github.com/rust-lang/crates.io-index"
839+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
840+
820841
[[package]]
821842
name = "windows_x86_64_msvc"
822843
version = "0.42.1"
823844
source = "registry+https://github.com/rust-lang/crates.io-index"
824845
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
846+
847+
[[package]]
848+
name = "windows_x86_64_msvc"
849+
version = "0.52.0"
850+
source = "registry+https://github.com/rust-lang/crates.io-index"
851+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"

0 commit comments

Comments
 (0)