AWS SDK

AWS SDK

rev. 0e5d9fce818f8d8586ded79a940edb2b62c06965

Files changed:

tmp-codegen-diff/aws-sdk/Cargo.lock

@@ -268,268 +345,345 @@
  288    288   
]
  289    289   
  290    290   
[[package]]
  291    291   
name = "async-stream-impl"
  292    292   
version = "0.3.6"
  293    293   
source = "registry+https://github.com/rust-lang/crates.io-index"
  294    294   
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  295    295   
dependencies = [
  296    296   
 "proc-macro2",
  297    297   
 "quote",
  298         -
 "syn 2.0.79",
         298  +
 "syn 2.0.82",
  299    299   
]
  300    300   
  301    301   
[[package]]
  302    302   
name = "async-task"
  303    303   
version = "4.7.1"
  304    304   
source = "registry+https://github.com/rust-lang/crates.io-index"
  305    305   
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  306    306   
  307    307   
[[package]]
  308    308   
name = "async-trait"
  309    309   
version = "0.1.83"
  310    310   
source = "registry+https://github.com/rust-lang/crates.io-index"
  311    311   
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
  312    312   
dependencies = [
  313    313   
 "proc-macro2",
  314    314   
 "quote",
  315         -
 "syn 2.0.79",
         315  +
 "syn 2.0.82",
  316    316   
]
  317    317   
  318    318   
[[package]]
  319    319   
name = "atomic-waker"
  320    320   
version = "1.1.2"
  321    321   
source = "registry+https://github.com/rust-lang/crates.io-index"
  322    322   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  323    323   
  324    324   
[[package]]
  325    325   
name = "autocfg"
@@ -1730,1730 +1790,1790 @@
 1750   1750   
 "itertools 0.12.1",
 1751   1751   
 "lazy_static",
 1752   1752   
 "lazycell",
 1753   1753   
 "log",
 1754   1754   
 "prettyplease",
 1755   1755   
 "proc-macro2",
 1756   1756   
 "quote",
 1757   1757   
 "regex",
 1758   1758   
 "rustc-hash",
 1759   1759   
 "shlex",
 1760         -
 "syn 2.0.79",
        1760  +
 "syn 2.0.82",
 1761   1761   
 "which",
 1762   1762   
]
 1763   1763   
 1764   1764   
[[package]]
 1765   1765   
name = "bit-set"
 1766   1766   
version = "0.5.3"
 1767   1767   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1768   1768   
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1769   1769   
dependencies = [
 1770   1770   
 "bit-vec",
@@ -1806,1806 +1909,1909 @@
 1826   1826   
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 1827   1827   
 1828   1828   
[[package]]
 1829   1829   
name = "byteorder"
 1830   1830   
version = "1.5.0"
 1831   1831   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1832   1832   
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 1833   1833   
 1834   1834   
[[package]]
 1835   1835   
name = "bytes"
 1836         -
version = "1.7.2"
        1836  +
version = "1.8.0"
 1837   1837   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1838         -
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
        1838  +
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
 1839   1839   
 1840   1840   
[[package]]
 1841   1841   
name = "bytes-utils"
 1842   1842   
version = "0.1.4"
 1843   1843   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1844   1844   
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 1845   1845   
dependencies = [
 1846   1846   
 "bytes",
 1847   1847   
 "either",
 1848   1848   
]
 1849   1849   
 1850   1850   
[[package]]
 1851   1851   
name = "cast"
 1852   1852   
version = "0.3.0"
 1853   1853   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1854   1854   
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 1855   1855   
 1856   1856   
[[package]]
 1857   1857   
name = "cbor-diag"
 1858   1858   
version = "0.1.12"
 1859   1859   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1860   1860   
checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
 1861   1861   
dependencies = [
 1862   1862   
 "bs58",
 1863   1863   
 "chrono",
 1864   1864   
 "data-encoding",
 1865   1865   
 "half",
 1866   1866   
 "nom",
 1867   1867   
 "num-bigint",
 1868   1868   
 "num-rational",
 1869   1869   
 "num-traits",
 1870   1870   
 "separator",
 1871   1871   
 "url",
 1872   1872   
 "uuid",
 1873   1873   
]
 1874   1874   
 1875   1875   
[[package]]
 1876   1876   
name = "cc"
 1877         -
version = "1.1.30"
        1877  +
version = "1.1.31"
 1878   1878   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1879         -
checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945"
        1879  +
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
 1880   1880   
dependencies = [
 1881   1881   
 "jobserver",
 1882   1882   
 "libc",
 1883   1883   
 "shlex",
 1884   1884   
]
 1885   1885   
 1886   1886   
[[package]]
 1887   1887   
name = "cexpr"
 1888   1888   
version = "0.6.0"
 1889   1889   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2160,2160 +2220,2220 @@
 2180   2180   
]
 2181   2181   
 2182   2182   
[[package]]
 2183   2183   
name = "derive_arbitrary"
 2184   2184   
version = "1.3.2"
 2185   2185   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2186   2186   
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
 2187   2187   
dependencies = [
 2188   2188   
 "proc-macro2",
 2189   2189   
 "quote",
 2190         -
 "syn 2.0.79",
        2190  +
 "syn 2.0.82",
 2191   2191   
]
 2192   2192   
 2193   2193   
[[package]]
 2194   2194   
name = "diff"
 2195   2195   
version = "0.1.13"
 2196   2196   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2197   2197   
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 2198   2198   
 2199   2199   
[[package]]
 2200   2200   
name = "digest"
@@ -2409,2409 +2469,2469 @@
 2429   2429   
]
 2430   2430   
 2431   2431   
[[package]]
 2432   2432   
name = "futures-macro"
 2433   2433   
version = "0.3.31"
 2434   2434   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2435   2435   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 2436   2436   
dependencies = [
 2437   2437   
 "proc-macro2",
 2438   2438   
 "quote",
 2439         -
 "syn 2.0.79",
        2439  +
 "syn 2.0.82",
 2440   2440   
]
 2441   2441   
 2442   2442   
[[package]]
 2443   2443   
name = "futures-sink"
 2444   2444   
version = "0.3.31"
 2445   2445   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2446   2446   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 2447   2447   
 2448   2448   
[[package]]
 2449   2449   
name = "futures-task"
@@ -3012,3012 +3072,3072 @@
 3032   3032   
]
 3033   3033   
 3034   3034   
[[package]]
 3035   3035   
name = "minicbor-derive"
 3036   3036   
version = "0.15.3"
 3037   3037   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3038   3038   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 3039   3039   
dependencies = [
 3040   3040   
 "proc-macro2",
 3041   3041   
 "quote",
 3042         -
 "syn 2.0.79",
        3042  +
 "syn 2.0.82",
 3043   3043   
]
 3044   3044   
 3045   3045   
[[package]]
 3046   3046   
name = "minimal-lexical"
 3047   3047   
version = "0.2.1"
 3048   3048   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3049   3049   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 3050   3050   
 3051   3051   
[[package]]
 3052   3052   
name = "miniz_oxide"
@@ -3324,3324 +3420,3420 @@
 3344   3344   
version = "1.4.1"
 3345   3345   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3346   3346   
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
 3347   3347   
dependencies = [
 3348   3348   
 "diff",
 3349   3349   
 "yansi",
 3350   3350   
]
 3351   3351   
 3352   3352   
[[package]]
 3353   3353   
name = "prettyplease"
 3354         -
version = "0.2.22"
        3354  +
version = "0.2.24"
 3355   3355   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3356         -
checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
        3356  +
checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d"
 3357   3357   
dependencies = [
 3358   3358   
 "proc-macro2",
 3359         -
 "syn 2.0.79",
        3359  +
 "syn 2.0.82",
 3360   3360   
]
 3361   3361   
 3362   3362   
[[package]]
 3363   3363   
name = "proc-macro-error"
 3364   3364   
version = "1.0.4"
 3365   3365   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3366   3366   
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 3367   3367   
dependencies = [
 3368   3368   
 "proc-macro-error-attr",
 3369   3369   
 "proc-macro2",
 3370   3370   
 "quote",
 3371   3371   
 "syn 1.0.109",
 3372   3372   
 "version_check",
 3373   3373   
]
 3374   3374   
 3375   3375   
[[package]]
 3376   3376   
name = "proc-macro-error-attr"
 3377   3377   
version = "1.0.4"
 3378   3378   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3379   3379   
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 3380   3380   
dependencies = [
 3381   3381   
 "proc-macro2",
 3382   3382   
 "quote",
 3383   3383   
 "version_check",
 3384   3384   
]
 3385   3385   
 3386   3386   
[[package]]
 3387   3387   
name = "proc-macro2"
 3388         -
version = "1.0.88"
        3388  +
version = "1.0.89"
 3389   3389   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3390         -
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
        3390  +
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
 3391   3391   
dependencies = [
 3392   3392   
 "unicode-ident",
 3393   3393   
]
 3394   3394   
 3395   3395   
[[package]]
 3396   3396   
name = "proptest"
 3397   3397   
version = "1.5.0"
 3398   3398   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3399   3399   
checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
 3400   3400   
dependencies = [
@@ -3802,3802 +3884,3884 @@
 3822   3822   
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 3823   3823   
 3824   3824   
[[package]]
 3825   3825   
name = "separator"
 3826   3826   
version = "0.4.1"
 3827   3827   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3828   3828   
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
 3829   3829   
 3830   3830   
[[package]]
 3831   3831   
name = "serde"
 3832         -
version = "1.0.210"
        3832  +
version = "1.0.213"
 3833   3833   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3834         -
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
        3834  +
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
 3835   3835   
dependencies = [
 3836   3836   
 "serde_derive",
 3837   3837   
]
 3838   3838   
 3839   3839   
[[package]]
 3840   3840   
name = "serde_derive"
 3841         -
version = "1.0.210"
        3841  +
version = "1.0.213"
 3842   3842   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3843         -
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
        3843  +
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
 3844   3844   
dependencies = [
 3845   3845   
 "proc-macro2",
 3846   3846   
 "quote",
 3847         -
 "syn 2.0.79",
        3847  +
 "syn 2.0.82",
 3848   3848   
]
 3849   3849   
 3850   3850   
[[package]]
 3851   3851   
name = "serde_json"
 3852         -
version = "1.0.129"
        3852  +
version = "1.0.132"
 3853   3853   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3854         -
checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
        3854  +
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 3855   3855   
dependencies = [
 3856   3856   
 "indexmap",
 3857   3857   
 "itoa",
 3858   3858   
 "memchr",
 3859   3859   
 "ryu",
 3860   3860   
 "serde",
 3861   3861   
]
 3862   3862   
 3863   3863   
[[package]]
 3864   3864   
name = "sha1"
@@ -3976,3976 +4075,4075 @@
 3996   3996   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3997   3997   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3998   3998   
dependencies = [
 3999   3999   
 "proc-macro2",
 4000   4000   
 "quote",
 4001   4001   
 "unicode-ident",
 4002   4002   
]
 4003   4003   
 4004   4004   
[[package]]
 4005   4005   
name = "syn"
 4006         -
version = "2.0.79"
        4006  +
version = "2.0.82"
 4007   4007   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4008         -
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
        4008  +
checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
 4009   4009   
dependencies = [
 4010   4010   
 "proc-macro2",
 4011   4011   
 "quote",
 4012   4012   
 "unicode-ident",
 4013   4013   
]
 4014   4014   
 4015   4015   
[[package]]
 4016   4016   
name = "tempfile"
 4017   4017   
version = "3.12.0"
 4018   4018   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4019   4019   
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
 4020   4020   
dependencies = [
 4021   4021   
 "cfg-if",
 4022   4022   
 "fastrand 2.0.2",
 4023   4023   
 "once_cell",
 4024   4024   
 "rustix 0.38.37",
 4025   4025   
 "windows-sys 0.59.0",
 4026   4026   
]
 4027   4027   
 4028   4028   
[[package]]
 4029   4029   
name = "thiserror"
 4030         -
version = "1.0.64"
        4030  +
version = "1.0.65"
 4031   4031   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4032         -
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
        4032  +
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
 4033   4033   
dependencies = [
 4034   4034   
 "thiserror-impl",
 4035   4035   
]
 4036   4036   
 4037   4037   
[[package]]
 4038   4038   
name = "thiserror-impl"
 4039         -
version = "1.0.64"
        4039  +
version = "1.0.65"
 4040   4040   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4041         -
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
        4041  +
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
 4042   4042   
dependencies = [
 4043   4043   
 "proc-macro2",
 4044   4044   
 "quote",
 4045         -
 "syn 2.0.79",
        4045  +
 "syn 2.0.82",
 4046   4046   
]
 4047   4047   
 4048   4048   
[[package]]
 4049   4049   
name = "thread_local"
 4050   4050   
version = "1.1.8"
 4051   4051   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4052   4052   
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 4053   4053   
dependencies = [
 4054   4054   
 "cfg-if",
 4055   4055   
 "once_cell",
@@ -4086,4086 +4170,4170 @@
 4106   4106   
]
 4107   4107   
 4108   4108   
[[package]]
 4109   4109   
name = "tinyvec_macros"
 4110   4110   
version = "0.1.1"
 4111   4111   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4112   4112   
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 4113   4113   
 4114   4114   
[[package]]
 4115   4115   
name = "tokio"
 4116         -
version = "1.40.0"
        4116  +
version = "1.41.0"
 4117   4117   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4118         -
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
        4118  +
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
 4119   4119   
dependencies = [
 4120   4120   
 "backtrace",
 4121   4121   
 "bytes",
 4122   4122   
 "libc",
 4123   4123   
 "mio",
 4124   4124   
 "parking_lot",
 4125   4125   
 "pin-project-lite",
 4126   4126   
 "signal-hook-registry",
 4127   4127   
 "socket2 0.5.7",
 4128   4128   
 "tokio-macros",
 4129   4129   
 "windows-sys 0.52.0",
 4130   4130   
]
 4131   4131   
 4132   4132   
[[package]]
 4133   4133   
name = "tokio-macros"
 4134   4134   
version = "2.4.0"
 4135   4135   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4136   4136   
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 4137   4137   
dependencies = [
 4138   4138   
 "proc-macro2",
 4139   4139   
 "quote",
 4140         -
 "syn 2.0.79",
        4140  +
 "syn 2.0.82",
 4141   4141   
]
 4142   4142   
 4143   4143   
[[package]]
 4144   4144   
name = "tokio-rustls"
 4145   4145   
version = "0.24.1"
 4146   4146   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4147   4147   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 4148   4148   
dependencies = [
 4149   4149   
 "rustls 0.21.12",
 4150   4150   
 "tokio",
@@ -4226,4226 +4286,4286 @@
 4246   4246   
]
 4247   4247   
 4248   4248   
[[package]]
 4249   4249   
name = "tracing-attributes"
 4250   4250   
version = "0.1.27"
 4251   4251   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4252   4252   
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 4253   4253   
dependencies = [
 4254   4254   
 "proc-macro2",
 4255   4255   
 "quote",
 4256         -
 "syn 2.0.79",
        4256  +
 "syn 2.0.82",
 4257   4257   
]
 4258   4258   
 4259   4259   
[[package]]
 4260   4260   
name = "tracing-core"
 4261   4261   
version = "0.1.32"
 4262   4262   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4263   4263   
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 4264   4264   
dependencies = [
 4265   4265   
 "once_cell",
 4266   4266   
 "valuable",
@@ -4299,4299 +4359,4359 @@
 4319   4319   
 "tracing-test-macro",
 4320   4320   
]
 4321   4321   
 4322   4322   
[[package]]
 4323   4323   
name = "tracing-test-macro"
 4324   4324   
version = "0.2.5"
 4325   4325   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4326   4326   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 4327   4327   
dependencies = [
 4328   4328   
 "quote",
 4329         -
 "syn 2.0.79",
        4329  +
 "syn 2.0.82",
 4330   4330   
]
 4331   4331   
 4332   4332   
[[package]]
 4333   4333   
name = "try-lock"
 4334   4334   
version = "0.2.5"
 4335   4335   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4336   4336   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 4337   4337   
 4338   4338   
[[package]]
 4339   4339   
name = "typenum"
@@ -4471,4471 +4565,4565 @@
 4491   4491   
name = "wasm-bindgen-backend"
 4492   4492   
version = "0.2.95"
 4493   4493   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4494   4494   
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 4495   4495   
dependencies = [
 4496   4496   
 "bumpalo",
 4497   4497   
 "log",
 4498   4498   
 "once_cell",
 4499   4499   
 "proc-macro2",
 4500   4500   
 "quote",
 4501         -
 "syn 2.0.79",
        4501  +
 "syn 2.0.82",
 4502   4502   
 "wasm-bindgen-shared",
 4503   4503   
]
 4504   4504   
 4505   4505   
[[package]]
 4506   4506   
name = "wasm-bindgen-futures"
 4507   4507   
version = "0.4.45"
 4508   4508   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4509   4509   
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
 4510   4510   
dependencies = [
 4511   4511   
 "cfg-if",
 4512   4512   
 "js-sys",
 4513   4513   
 "wasm-bindgen",
 4514   4514   
 "web-sys",
 4515   4515   
]
 4516   4516   
 4517   4517   
[[package]]
 4518   4518   
name = "wasm-bindgen-macro"
 4519   4519   
version = "0.2.95"
 4520   4520   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4521   4521   
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 4522   4522   
dependencies = [
 4523   4523   
 "quote",
 4524   4524   
 "wasm-bindgen-macro-support",
 4525   4525   
]
 4526   4526   
 4527   4527   
[[package]]
 4528   4528   
name = "wasm-bindgen-macro-support"
 4529   4529   
version = "0.2.95"
 4530   4530   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4531   4531   
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 4532   4532   
dependencies = [
 4533   4533   
 "proc-macro2",
 4534   4534   
 "quote",
 4535         -
 "syn 2.0.79",
        4535  +
 "syn 2.0.82",
 4536   4536   
 "wasm-bindgen-backend",
 4537   4537   
 "wasm-bindgen-shared",
 4538   4538   
]
 4539   4539   
 4540   4540   
[[package]]
 4541   4541   
name = "wasm-bindgen-shared"
 4542   4542   
version = "0.2.95"
 4543   4543   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4544   4544   
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 4545   4545   
@@ -4762,4762 +4799,4799 @@
 4782   4782   
]
 4783   4783   
 4784   4784   
[[package]]
 4785   4785   
name = "zerocopy-derive"
 4786   4786   
version = "0.7.35"
 4787   4787   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4788   4788   
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 4789   4789   
dependencies = [
 4790   4790   
 "proc-macro2",
 4791   4791   
 "quote",
 4792         -
 "syn 2.0.79",
        4792  +
 "syn 2.0.82",
 4793   4793   
]
 4794   4794   
 4795   4795   
[[package]]
 4796   4796   
name = "zeroize"
 4797   4797   
version = "1.8.1"
 4798   4798   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4799   4799   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"