Pārlūkot izejas kodu

Fixup Cargo lock

onyiny-ang 4 mēneši atpakaļ
vecāks
revīzija
081e6ca9ab
1 mainītis faili ar 230 papildinājumiem un 46 dzēšanām
  1. 230 46
      Cargo.lock

+ 230 - 46
Cargo.lock

@@ -2,6 +2,17 @@
 # It is not intended for manual editing.
 # It is not intended for manual editing.
 version = 4
 version = 4
 
 
+[[package]]
+name = "addchain"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3b2e69442aa5628ea6951fa33e24efe8313f4321a91bd729fc2f75bdfc858570"
+dependencies = [
+ "num-bigint 0.3.3",
+ "num-integer",
+ "num-traits",
+]
+
 [[package]]
 [[package]]
 name = "aead"
 name = "aead"
 version = "0.5.2"
 version = "0.5.2"
@@ -54,9 +65,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "autocfg"
 name = "autocfg"
-version = "1.4.0"
+version = "1.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
+checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 
 
 [[package]]
 [[package]]
 name = "base64"
 name = "base64"
@@ -102,24 +113,30 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "bumpalo"
 name = "bumpalo"
-version = "3.17.0"
+version = "3.18.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
+checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
+
+[[package]]
+name = "byteorder"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 
 
 [[package]]
 [[package]]
 name = "cc"
 name = "cc"
-version = "1.2.24"
+version = "1.2.27"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7"
+checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
 dependencies = [
 dependencies = [
  "shlex",
  "shlex",
 ]
 ]
 
 
 [[package]]
 [[package]]
 name = "cfg-if"
 name = "cfg-if"
-version = "1.0.0"
+version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
+checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
 
 
 [[package]]
 [[package]]
 name = "chrono"
 name = "chrono"
@@ -159,7 +176,7 @@ dependencies = [
  "serde_bytes",
  "serde_bytes",
  "serde_with",
  "serde_with",
  "sigma_compiler",
  "sigma_compiler",
- "thiserror",
+ "thiserror 2.0.12",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -169,7 +186,7 @@ dependencies = [
  "darling",
  "darling",
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -187,6 +204,12 @@ dependencies = [
  "libc",
  "libc",
 ]
 ]
 
 
+[[package]]
+name = "crunchy"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
+
 [[package]]
 [[package]]
 name = "crypto-common"
 name = "crypto-common"
 version = "0.1.6"
 version = "0.1.6"
@@ -233,7 +256,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -257,7 +280,7 @@ dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
  "strsim",
  "strsim",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -268,7 +291,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 dependencies = [
 dependencies = [
  "darling_core",
  "darling_core",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -291,6 +314,12 @@ dependencies = [
  "crypto-common",
  "crypto-common",
 ]
 ]
 
 
+[[package]]
+name = "dyn-clone"
+version = "1.0.19"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
+
 [[package]]
 [[package]]
 name = "ed25519"
 name = "ed25519"
 version = "2.2.3"
 version = "2.2.3"
@@ -328,10 +357,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
 checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
 dependencies = [
 dependencies = [
  "bitvec",
  "bitvec",
+ "byteorder",
+ "ff_derive",
  "rand_core",
  "rand_core",
  "subtle",
  "subtle",
 ]
 ]
 
 
+[[package]]
+name = "ff_derive"
+version = "0.13.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f10d12652036b0e99197587c6ba87a8fc3031986499973c030d8b44fcc151b60"
+dependencies = [
+ "addchain",
+ "num-bigint 0.3.3",
+ "num-integer",
+ "num-traits",
+ "proc-macro2",
+ "quote",
+ "syn 1.0.109",
+]
+
 [[package]]
 [[package]]
 name = "fiat-crypto"
 name = "fiat-crypto"
 version = "0.2.9"
 version = "0.2.9"
@@ -409,9 +455,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 
 
 [[package]]
 [[package]]
 name = "hashbrown"
 name = "hashbrown"
-version = "0.15.3"
+version = "0.15.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
+checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
 
 
 [[package]]
 [[package]]
 name = "hex"
 name = "hex"
@@ -470,7 +516,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 dependencies = [
 dependencies = [
  "equivalent",
  "equivalent",
- "hashbrown 0.15.3",
+ "hashbrown 0.15.4",
  "serde",
  "serde",
 ]
 ]
 
 
@@ -499,6 +545,15 @@ dependencies = [
  "wasm-bindgen",
  "wasm-bindgen",
 ]
 ]
 
 
+[[package]]
+name = "keccak"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
+dependencies = [
+ "cpufeatures",
+]
+
 [[package]]
 [[package]]
 name = "lazy_static"
 name = "lazy_static"
 version = "1.5.0"
 version = "1.5.0"
@@ -507,9 +562,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 
 
 [[package]]
 [[package]]
 name = "libc"
 name = "libc"
-version = "0.2.172"
+version = "0.2.174"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
+checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
 
 
 [[package]]
 [[package]]
 name = "log"
 name = "log"
@@ -538,15 +593,36 @@ dependencies = [
  "sha1",
  "sha1",
  "sha2",
  "sha2",
  "subtle",
  "subtle",
- "thiserror",
+ "thiserror 2.0.12",
  "time",
  "time",
 ]
 ]
 
 
 [[package]]
 [[package]]
 name = "memchr"
 name = "memchr"
-version = "2.7.4"
+version = "2.7.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
+checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
+
+[[package]]
+name = "num-bigint"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
+dependencies = [
+ "autocfg",
+ "num-integer",
+ "num-traits",
+]
+
+[[package]]
+name = "num-bigint"
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
+dependencies = [
+ "num-integer",
+ "num-traits",
+]
 
 
 [[package]]
 [[package]]
 name = "num-conv"
 name = "num-conv"
@@ -554,6 +630,15 @@ version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 
 
+[[package]]
+name = "num-integer"
+version = "0.1.46"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
+dependencies = [
+ "num-traits",
+]
+
 [[package]]
 [[package]]
 name = "num-traits"
 name = "num-traits"
 version = "0.2.19"
 version = "0.2.19"
@@ -656,6 +741,26 @@ dependencies = [
  "getrandom",
  "getrandom",
 ]
 ]
 
 
+[[package]]
+name = "ref-cast"
+version = "1.0.24"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
+dependencies = [
+ "ref-cast-impl",
+]
+
+[[package]]
+name = "ref-cast-impl"
+version = "1.0.24"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.104",
+]
+
 [[package]]
 [[package]]
 name = "rustc_version"
 name = "rustc_version"
 version = "0.4.1"
 version = "0.4.1"
@@ -677,6 +782,18 @@ version = "1.0.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
 
 
+[[package]]
+name = "schemars"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
+dependencies = [
+ "dyn-clone",
+ "ref-cast",
+ "serde",
+ "serde_json",
+]
+
 [[package]]
 [[package]]
 name = "semver"
 name = "semver"
 version = "1.0.26"
 version = "1.0.26"
@@ -709,7 +826,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -726,15 +843,16 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "serde_with"
 name = "serde_with"
-version = "3.12.0"
+version = "3.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
+checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
 dependencies = [
 dependencies = [
  "base64 0.22.1",
  "base64 0.22.1",
  "chrono",
  "chrono",
  "hex",
  "hex",
  "indexmap 1.9.3",
  "indexmap 1.9.3",
  "indexmap 2.9.0",
  "indexmap 2.9.0",
+ "schemars",
  "serde",
  "serde",
  "serde_derive",
  "serde_derive",
  "serde_json",
  "serde_json",
@@ -744,14 +862,14 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "serde_with_macros"
 name = "serde_with_macros"
-version = "3.12.0"
+version = "3.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
+checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
 dependencies = [
 dependencies = [
  "darling",
  "darling",
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -776,16 +894,42 @@ dependencies = [
  "digest",
  "digest",
 ]
 ]
 
 
+[[package]]
+name = "sha3"
+version = "0.10.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
+dependencies = [
+ "digest",
+ "keccak",
+]
+
 [[package]]
 [[package]]
 name = "shlex"
 name = "shlex"
 version = "1.3.0"
 version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 
 
+[[package]]
+name = "sigma-rs"
+version = "0.1.0"
+dependencies = [
+ "ff",
+ "group",
+ "num-bigint 0.4.6",
+ "num-traits",
+ "rand",
+ "sha3",
+ "thiserror 1.0.69",
+ "tiny-keccak",
+]
+
 [[package]]
 [[package]]
 name = "sigma_compiler"
 name = "sigma_compiler"
 version = "0.1.0"
 version = "0.1.0"
 dependencies = [
 dependencies = [
+ "group",
+ "sigma-rs",
  "sigma_compiler_derive",
  "sigma_compiler_derive",
 ]
 ]
 
 
@@ -795,7 +939,7 @@ version = "0.1.0"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -803,7 +947,7 @@ name = "sigma_compiler_derive"
 version = "0.1.0"
 version = "0.1.0"
 dependencies = [
 dependencies = [
  "sigma_compiler_core",
  "sigma_compiler_core",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -826,9 +970,20 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
 
 
 [[package]]
 [[package]]
 name = "syn"
 name = "syn"
-version = "2.0.101"
+version = "1.0.109"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
+checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "unicode-ident",
+]
+
+[[package]]
+name = "syn"
+version = "2.0.104"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
@@ -841,13 +996,33 @@ version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
 
 
+[[package]]
+name = "thiserror"
+version = "1.0.69"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
+dependencies = [
+ "thiserror-impl 1.0.69",
+]
+
 [[package]]
 [[package]]
 name = "thiserror"
 name = "thiserror"
 version = "2.0.12"
 version = "2.0.12"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
 dependencies = [
 dependencies = [
- "thiserror-impl",
+ "thiserror-impl 2.0.12",
+]
+
+[[package]]
+name = "thiserror-impl"
+version = "1.0.69"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -858,7 +1033,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -892,6 +1067,15 @@ dependencies = [
  "time-core",
  "time-core",
 ]
 ]
 
 
+[[package]]
+name = "tiny-keccak"
+version = "2.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
+dependencies = [
+ "crunchy",
+]
+
 [[package]]
 [[package]]
 name = "typenum"
 name = "typenum"
 version = "1.18.0"
 version = "1.18.0"
@@ -922,9 +1106,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
 
 
 [[package]]
 [[package]]
 name = "wasi"
 name = "wasi"
-version = "0.11.0+wasi-snapshot-preview1"
+version = "0.11.1+wasi-snapshot-preview1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
+checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
 
 
 [[package]]
 [[package]]
 name = "wasm-bindgen"
 name = "wasm-bindgen"
@@ -948,7 +1132,7 @@ dependencies = [
  "log",
  "log",
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
  "wasm-bindgen-shared",
  "wasm-bindgen-shared",
 ]
 ]
 
 
@@ -970,7 +1154,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
  "wasm-bindgen-backend",
  "wasm-bindgen-backend",
  "wasm-bindgen-shared",
  "wasm-bindgen-shared",
 ]
 ]
@@ -1005,7 +1189,7 @@ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -1016,14 +1200,14 @@ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]
 
 
 [[package]]
 [[package]]
 name = "windows-link"
 name = "windows-link"
-version = "0.1.1"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
+checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
 
 
 [[package]]
 [[package]]
 name = "windows-result"
 name = "windows-result"
@@ -1054,20 +1238,20 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "zerocopy"
 name = "zerocopy"
-version = "0.8.25"
+version = "0.8.26"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
+checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
 dependencies = [
 dependencies = [
  "zerocopy-derive",
  "zerocopy-derive",
 ]
 ]
 
 
 [[package]]
 [[package]]
 name = "zerocopy-derive"
 name = "zerocopy-derive"
-version = "0.8.25"
+version = "0.8.26"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
+checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn",
+ "syn 2.0.104",
 ]
 ]