@@ -878,12 +878,12 @@ dependencies = [
878878
879879[[package ]]
880880name = " ctrlc"
881- version = " 3.4.0 "
881+ version = " 3.4.2 "
882882source = " registry+https://github.com/rust-lang/crates.io-index"
883- checksum = " 2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e "
883+ checksum = " b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b "
884884dependencies = [
885885 " nix" ,
886- " windows-sys 0.48 .0" ,
886+ " windows-sys 0.52 .0" ,
887887]
888888
889889[[package ]]
@@ -2512,14 +2512,13 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
25122512
25132513[[package ]]
25142514name = " nix"
2515- version = " 0.26.2 "
2515+ version = " 0.27.1 "
25162516source = " registry+https://github.com/rust-lang/crates.io-index"
2517- checksum = " bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a "
2517+ checksum = " 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053 "
25182518dependencies = [
2519- " bitflags 1.3.2 " ,
2519+ " bitflags 2.4.1 " ,
25202520 " cfg-if" ,
25212521 " libc" ,
2522- " static_assertions" ,
25232522]
25242523
25252524[[package ]]
@@ -2641,11 +2640,11 @@ dependencies = [
26412640
26422641[[package ]]
26432642name = " openssl"
2644- version = " 0.10.55 "
2643+ version = " 0.10.63 "
26452644source = " registry+https://github.com/rust-lang/crates.io-index"
2646- checksum = " 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d "
2645+ checksum = " 15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8 "
26472646dependencies = [
2648- " bitflags 1.3.2 " ,
2647+ " bitflags 2.4.1 " ,
26492648 " cfg-if" ,
26502649 " foreign-types" ,
26512650 " libc" ,
@@ -2673,9 +2672,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
26732672
26742673[[package ]]
26752674name = " openssl-sys"
2676- version = " 0.9.90 "
2675+ version = " 0.9.99 "
26772676source = " registry+https://github.com/rust-lang/crates.io-index"
2678- checksum = " 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6 "
2677+ checksum = " 22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae "
26792678dependencies = [
26802679 " cc" ,
26812680 " libc" ,
@@ -6143,6 +6142,15 @@ dependencies = [
61436142 " windows-targets 0.48.1" ,
61446143]
61456144
6145+ [[package ]]
6146+ name = " windows-sys"
6147+ version = " 0.52.0"
6148+ source = " registry+https://github.com/rust-lang/crates.io-index"
6149+ checksum = " 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6150+ dependencies = [
6151+ " windows-targets 0.52.0" ,
6152+ ]
6153+
61466154[[package ]]
61476155name = " windows-targets"
61486156version = " 0.42.2"
@@ -6173,6 +6181,21 @@ dependencies = [
61736181 " windows_x86_64_msvc 0.48.0" ,
61746182]
61756183
6184+ [[package ]]
6185+ name = " windows-targets"
6186+ version = " 0.52.0"
6187+ source = " registry+https://github.com/rust-lang/crates.io-index"
6188+ checksum = " 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
6189+ dependencies = [
6190+ " windows_aarch64_gnullvm 0.52.0" ,
6191+ " windows_aarch64_msvc 0.52.0" ,
6192+ " windows_i686_gnu 0.52.0" ,
6193+ " windows_i686_msvc 0.52.0" ,
6194+ " windows_x86_64_gnu 0.52.0" ,
6195+ " windows_x86_64_gnullvm 0.52.0" ,
6196+ " windows_x86_64_msvc 0.52.0" ,
6197+ ]
6198+
61766199[[package ]]
61776200name = " windows_aarch64_gnullvm"
61786201version = " 0.42.2"
@@ -6185,6 +6208,12 @@ version = "0.48.0"
61856208source = " registry+https://github.com/rust-lang/crates.io-index"
61866209checksum = " 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
61876210
6211+ [[package ]]
6212+ name = " windows_aarch64_gnullvm"
6213+ version = " 0.52.0"
6214+ source = " registry+https://github.com/rust-lang/crates.io-index"
6215+ checksum = " cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
6216+
61886217[[package ]]
61896218name = " windows_aarch64_msvc"
61906219version = " 0.42.2"
@@ -6197,6 +6226,12 @@ version = "0.48.0"
61976226source = " registry+https://github.com/rust-lang/crates.io-index"
61986227checksum = " b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
61996228
6229+ [[package ]]
6230+ name = " windows_aarch64_msvc"
6231+ version = " 0.52.0"
6232+ source = " registry+https://github.com/rust-lang/crates.io-index"
6233+ checksum = " bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
6234+
62006235[[package ]]
62016236name = " windows_i686_gnu"
62026237version = " 0.42.2"
@@ -6209,6 +6244,12 @@ version = "0.48.0"
62096244source = " registry+https://github.com/rust-lang/crates.io-index"
62106245checksum = " 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
62116246
6247+ [[package ]]
6248+ name = " windows_i686_gnu"
6249+ version = " 0.52.0"
6250+ source = " registry+https://github.com/rust-lang/crates.io-index"
6251+ checksum = " a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
6252+
62126253[[package ]]
62136254name = " windows_i686_msvc"
62146255version = " 0.42.2"
@@ -6221,6 +6262,12 @@ version = "0.48.0"
62216262source = " registry+https://github.com/rust-lang/crates.io-index"
62226263checksum = " 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
62236264
6265+ [[package ]]
6266+ name = " windows_i686_msvc"
6267+ version = " 0.52.0"
6268+ source = " registry+https://github.com/rust-lang/crates.io-index"
6269+ checksum = " ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
6270+
62246271[[package ]]
62256272name = " windows_x86_64_gnu"
62266273version = " 0.42.2"
@@ -6233,6 +6280,12 @@ version = "0.48.0"
62336280source = " registry+https://github.com/rust-lang/crates.io-index"
62346281checksum = " ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
62356282
6283+ [[package ]]
6284+ name = " windows_x86_64_gnu"
6285+ version = " 0.52.0"
6286+ source = " registry+https://github.com/rust-lang/crates.io-index"
6287+ checksum = " 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
6288+
62366289[[package ]]
62376290name = " windows_x86_64_gnullvm"
62386291version = " 0.42.2"
@@ -6245,6 +6298,12 @@ version = "0.48.0"
62456298source = " registry+https://github.com/rust-lang/crates.io-index"
62466299checksum = " 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
62476300
6301+ [[package ]]
6302+ name = " windows_x86_64_gnullvm"
6303+ version = " 0.52.0"
6304+ source = " registry+https://github.com/rust-lang/crates.io-index"
6305+ checksum = " 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
6306+
62486307[[package ]]
62496308name = " windows_x86_64_msvc"
62506309version = " 0.42.2"
@@ -6257,6 +6316,12 @@ version = "0.48.0"
62576316source = " registry+https://github.com/rust-lang/crates.io-index"
62586317checksum = " 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
62596318
6319+ [[package ]]
6320+ name = " windows_x86_64_msvc"
6321+ version = " 0.52.0"
6322+ source = " registry+https://github.com/rust-lang/crates.io-index"
6323+ checksum = " dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
6324+
62606325[[package ]]
62616326name = " winnow"
62626327version = " 0.4.7"
0 commit comments