AWS SDK

AWS SDK

rev. 07802a71569a5e9f2efb28d649b91d437243bec6

Files changed:

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

@@ -1,1 +43,34 @@
    1      1   
# This file is automatically @generated by Cargo.
    2      2   
# It is not intended for manual editing.
    3      3   
version = 4
    4      4   
    5         -
[[package]]
    6         -
name = "addr2line"
    7         -
version = "0.25.1"
    8         -
source = "registry+https://github.com/rust-lang/crates.io-index"
    9         -
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
   10         -
dependencies = [
   11         -
 "gimli",
   12         -
]
   13         -
   14      5   
[[package]]
   15      6   
name = "adler2"
   16      7   
version = "2.0.1"
   17      8   
source = "registry+https://github.com/rust-lang/crates.io-index"
   18      9   
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
   19     10   
   20     11   
[[package]]
   21     12   
name = "aho-corasick"
   22     13   
version = "1.1.3"
   23     14   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -357,348 +453,442 @@
  377    368   
 "async-trait",
  378    369   
 "aws-smithy-async",
  379    370   
 "aws-smithy-runtime-api",
  380    371   
 "aws-smithy-types",
  381    372   
 "tokio",
  382    373   
 "zeroize",
  383    374   
]
  384    375   
  385    376   
[[package]]
  386    377   
name = "aws-lc-fips-sys"
  387         -
version = "0.13.8"
         378  +
version = "0.13.9"
  388    379   
source = "registry+https://github.com/rust-lang/crates.io-index"
  389         -
checksum = "8e78aabce84ab79501f4777e89cdcaec2a6ba9b051e6e6f26496598a84215c26"
         380  +
checksum = "ede71ad84efb06d748d9af3bc500b14957a96282a69a6833b1420dcacb411cc3"
  390    381   
dependencies = [
  391    382   
 "bindgen",
  392    383   
 "cc",
  393    384   
 "cmake",
  394    385   
 "dunce",
  395    386   
 "fs_extra",
  396         -
 "libloading",
  397    387   
 "regex",
  398    388   
]
  399    389   
  400    390   
[[package]]
  401    391   
name = "aws-lc-rs"
  402    392   
version = "1.14.1"
  403    393   
source = "registry+https://github.com/rust-lang/crates.io-index"
  404    394   
checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
  405    395   
dependencies = [
  406    396   
 "aws-lc-fips-sys",
  407    397   
 "aws-lc-sys",
  408    398   
 "untrusted 0.7.1",
  409    399   
 "zeroize",
  410    400   
]
  411    401   
  412    402   
[[package]]
  413    403   
name = "aws-lc-sys"
  414         -
version = "0.32.2"
         404  +
version = "0.32.3"
  415    405   
source = "registry+https://github.com/rust-lang/crates.io-index"
  416         -
checksum = "a2b715a6010afb9e457ca2b7c9d2b9c344baa8baed7b38dc476034c171b32575"
         406  +
checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
  417    407   
dependencies = [
  418    408   
 "bindgen",
  419    409   
 "cc",
  420    410   
 "cmake",
  421    411   
 "dunce",
  422    412   
 "fs_extra",
  423         -
 "libloading",
  424    413   
]
  425    414   
  426    415   
[[package]]
  427    416   
name = "aws-runtime"
  428    417   
version = "1.5.12"
  429    418   
dependencies = [
  430    419   
 "arbitrary",
  431    420   
 "aws-credential-types",
  432    421   
 "aws-sigv4",
  433    422   
 "aws-smithy-async",
@@ -1458,1447 +1532,1506 @@
 1478   1467   
 "aws-smithy-types",
 1479   1468   
 "http 0.2.12",
 1480   1469   
 "hyper-rustls 0.24.2",
 1481   1470   
 "rustc_version",
 1482   1471   
 "tempfile",
 1483   1472   
 "tokio",
 1484   1473   
 "tracing",
 1485   1474   
 "tracing-test",
 1486   1475   
]
 1487   1476   
 1488         -
[[package]]
 1489         -
name = "backtrace"
 1490         -
version = "0.3.76"
 1491         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1492         -
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1493         -
dependencies = [
 1494         -
 "addr2line",
 1495         -
 "cfg-if",
 1496         -
 "libc",
 1497         -
 "miniz_oxide",
 1498         -
 "object",
 1499         -
 "rustc-demangle",
 1500         -
 "windows-link 0.2.1",
 1501         -
]
 1502         -
 1503   1477   
[[package]]
 1504   1478   
name = "base16ct"
 1505   1479   
version = "0.1.1"
 1506   1480   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1507   1481   
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1508   1482   
 1509   1483   
[[package]]
 1510   1484   
name = "base64"
 1511   1485   
version = "0.13.1"
 1512   1486   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2346,2320 +2421,2389 @@
 2366   2340   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2367   2341   
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 2368   2342   
dependencies = [
 2369   2343   
 "cfg-if",
 2370   2344   
 "libc",
 2371   2345   
 "wasi 0.11.1+wasi-snapshot-preview1",
 2372   2346   
]
 2373   2347   
 2374   2348   
[[package]]
 2375   2349   
name = "getrandom"
 2376         -
version = "0.3.3"
        2350  +
version = "0.3.4"
 2377   2351   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2378         -
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
        2352  +
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 2379   2353   
dependencies = [
 2380   2354   
 "cfg-if",
 2381   2355   
 "libc",
 2382   2356   
 "r-efi",
 2383         -
 "wasi 0.14.7+wasi-0.2.4",
        2357  +
 "wasip2",
 2384   2358   
]
 2385   2359   
 2386         -
[[package]]
 2387         -
name = "gimli"
 2388         -
version = "0.32.3"
 2389         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2390         -
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 2391         -
 2392   2360   
[[package]]
 2393   2361   
name = "glob"
 2394   2362   
version = "0.3.3"
 2395   2363   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2396   2364   
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 2397   2365   
 2398   2366   
[[package]]
 2399   2367   
name = "gloo-timers"
 2400   2368   
version = "0.3.0"
 2401   2369   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2876,2844 +2946,2903 @@
 2896   2864   
name = "io-lifetimes"
 2897   2865   
version = "1.0.11"
 2898   2866   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2899   2867   
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 2900   2868   
dependencies = [
 2901   2869   
 "hermit-abi 0.3.9",
 2902   2870   
 "libc",
 2903   2871   
 "windows-sys 0.48.0",
 2904   2872   
]
 2905   2873   
 2906         -
[[package]]
 2907         -
name = "io-uring"
 2908         -
version = "0.7.10"
 2909         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2910         -
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
 2911         -
dependencies = [
 2912         -
 "bitflags 2.9.4",
 2913         -
 "cfg-if",
 2914         -
 "libc",
 2915         -
]
 2916         -
 2917   2874   
[[package]]
 2918   2875   
name = "ipconfig"
 2919   2876   
version = "0.3.2"
 2920   2877   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2921   2878   
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
 2922   2879   
dependencies = [
 2923   2880   
 "socket2 0.5.10",
 2924   2881   
 "widestring",
 2925   2882   
 "windows-sys 0.48.0",
 2926   2883   
 "winreg",
@@ -2966,2923 +3068,3025 @@
 2986   2943   
 "jemalloc-sys",
 2987   2944   
 "libc",
 2988   2945   
]
 2989   2946   
 2990   2947   
[[package]]
 2991   2948   
name = "jobserver"
 2992   2949   
version = "0.1.34"
 2993   2950   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2994   2951   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 2995   2952   
dependencies = [
 2996         -
 "getrandom 0.3.3",
        2953  +
 "getrandom 0.3.4",
 2997   2954   
 "libc",
 2998   2955   
]
 2999   2956   
 3000   2957   
[[package]]
 3001   2958   
name = "js-sys"
 3002   2959   
version = "0.3.81"
 3003   2960   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3004   2961   
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
 3005   2962   
dependencies = [
 3006   2963   
 "once_cell",
 3007   2964   
 "wasm-bindgen",
 3008   2965   
]
 3009   2966   
 3010   2967   
[[package]]
 3011   2968   
name = "kv-log-macro"
 3012   2969   
version = "1.0.7"
 3013   2970   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3014   2971   
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 3015   2972   
dependencies = [
 3016   2973   
 "log",
 3017   2974   
]
 3018   2975   
 3019   2976   
[[package]]
 3020   2977   
name = "lazy_static"
 3021   2978   
version = "1.5.0"
 3022   2979   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3023   2980   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 3024   2981   
 3025   2982   
[[package]]
 3026   2983   
name = "libc"
 3027   2984   
version = "0.2.177"
 3028   2985   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3029   2986   
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
 3030   2987   
 3031   2988   
[[package]]
 3032   2989   
name = "libloading"
 3033         -
version = "0.8.8"
        2990  +
version = "0.8.9"
 3034   2991   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3035         -
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
        2992  +
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 3036   2993   
dependencies = [
 3037   2994   
 "cfg-if",
 3038         -
 "windows-targets 0.53.5",
        2995  +
 "windows-link 0.2.1",
 3039   2996   
]
 3040   2997   
 3041   2998   
[[package]]
 3042   2999   
name = "libmimalloc-sys"
 3043   3000   
version = "0.1.44"
 3044   3001   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3045   3002   
checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 3046   3003   
dependencies = [
 3047   3004   
 "cc",
 3048   3005   
 "libc",
@@ -3236,3193 +3304,3252 @@
 3256   3213   
 3257   3214   
[[package]]
 3258   3215   
name = "num-traits"
 3259   3216   
version = "0.2.19"
 3260   3217   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3261   3218   
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 3262   3219   
dependencies = [
 3263   3220   
 "autocfg",
 3264   3221   
]
 3265   3222   
 3266         -
[[package]]
 3267         -
name = "object"
 3268         -
version = "0.37.3"
 3269         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3270         -
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
 3271         -
dependencies = [
 3272         -
 "memchr",
 3273         -
]
 3274         -
 3275   3223   
[[package]]
 3276   3224   
name = "once_cell"
 3277   3225   
version = "1.21.3"
 3278   3226   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3279   3227   
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 3280   3228   
dependencies = [
 3281   3229   
 "critical-section",
 3282   3230   
 "portable-atomic",
 3283   3231   
]
 3284   3232   
@@ -3602,3550 +3662,3610 @@
 3622   3570   
dependencies = [
 3623   3571   
 "getrandom 0.2.16",
 3624   3572   
]
 3625   3573   
 3626   3574   
[[package]]
 3627   3575   
name = "rand_core"
 3628   3576   
version = "0.9.3"
 3629   3577   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3630   3578   
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
 3631   3579   
dependencies = [
 3632         -
 "getrandom 0.3.3",
        3580  +
 "getrandom 0.3.4",
 3633   3581   
]
 3634   3582   
 3635   3583   
[[package]]
 3636   3584   
name = "rand_xorshift"
 3637   3585   
version = "0.4.0"
 3638   3586   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3639   3587   
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
 3640   3588   
dependencies = [
 3641   3589   
 "rand_core 0.9.3",
 3642   3590   
]
@@ -3718,3666 +3783,3725 @@
 3738   3686   
 3739   3687   
[[package]]
 3740   3688   
name = "roxmltree"
 3741   3689   
version = "0.14.1"
 3742   3690   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3743   3691   
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
 3744   3692   
dependencies = [
 3745   3693   
 "xmlparser",
 3746   3694   
]
 3747   3695   
 3748         -
[[package]]
 3749         -
name = "rustc-demangle"
 3750         -
version = "0.1.26"
 3751         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3752         -
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
 3753         -
 3754   3696   
[[package]]
 3755   3697   
name = "rustc-hash"
 3756   3698   
version = "2.1.1"
 3757   3699   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3758   3700   
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
 3759   3701   
 3760   3702   
[[package]]
 3761   3703   
name = "rustc_version"
 3762   3704   
version = "0.4.1"
 3763   3705   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4340,4282 +4400,4342 @@
 4360   4302   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4361   4303   
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
 4362   4304   
 4363   4305   
[[package]]
 4364   4306   
name = "tempfile"
 4365   4307   
version = "3.23.0"
 4366   4308   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4367   4309   
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
 4368   4310   
dependencies = [
 4369   4311   
 "fastrand 2.3.0",
 4370         -
 "getrandom 0.3.3",
        4312  +
 "getrandom 0.3.4",
 4371   4313   
 "once_cell",
 4372   4314   
 "rustix 1.1.2",
 4373   4315   
 "windows-sys 0.61.2",
 4374   4316   
]
 4375   4317   
 4376   4318   
[[package]]
 4377   4319   
name = "thiserror"
 4378   4320   
version = "1.0.69"
 4379   4321   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4380   4322   
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
@@ -4463,4405 +4545,4484 @@
 4483   4425   
]
 4484   4426   
 4485   4427   
[[package]]
 4486   4428   
name = "tinyvec_macros"
 4487   4429   
version = "0.1.1"
 4488   4430   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4489   4431   
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 4490   4432   
 4491   4433   
[[package]]
 4492   4434   
name = "tokio"
 4493         -
version = "1.47.1"
        4435  +
version = "1.48.0"
 4494   4436   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4495         -
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
        4437  +
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
 4496   4438   
dependencies = [
 4497         -
 "backtrace",
 4498   4439   
 "bytes",
 4499         -
 "io-uring",
 4500   4440   
 "libc",
 4501   4441   
 "mio",
 4502   4442   
 "parking_lot",
 4503   4443   
 "pin-project-lite",
 4504   4444   
 "signal-hook-registry",
 4505         -
 "slab",
 4506   4445   
 "socket2 0.6.1",
 4507   4446   
 "tokio-macros",
 4508         -
 "windows-sys 0.59.0",
        4447  +
 "windows-sys 0.61.2",
 4509   4448   
]
 4510   4449   
 4511   4450   
[[package]]
 4512   4451   
name = "tokio-macros"
 4513         -
version = "2.5.0"
        4452  +
version = "2.6.0"
 4514   4453   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4515         -
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
        4454  +
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
 4516   4455   
dependencies = [
 4517   4456   
 "proc-macro2",
 4518   4457   
 "quote",
 4519   4458   
 "syn",
 4520   4459   
]
 4521   4460   
 4522   4461   
[[package]]
 4523   4462   
name = "tokio-rustls"
 4524   4463   
version = "0.24.1"
 4525   4464   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4750,4689 +4810,4749 @@
 4770   4709   
version = "1.0.4"
 4771   4710   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4772   4711   
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 4773   4712   
 4774   4713   
[[package]]
 4775   4714   
name = "uuid"
 4776   4715   
version = "1.18.1"
 4777   4716   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4778   4717   
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
 4779   4718   
dependencies = [
 4780         -
 "getrandom 0.3.3",
        4719  +
 "getrandom 0.3.4",
 4781   4720   
 "js-sys",
 4782   4721   
 "wasm-bindgen",
 4783   4722   
]
 4784   4723   
 4785   4724   
[[package]]
 4786   4725   
name = "valuable"
 4787   4726   
version = "0.1.1"
 4788   4727   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4789   4728   
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
 4790   4729   
@@ -4828,4767 +4896,4826 @@
 4848   4787   
 4849   4788   
[[package]]
 4850   4789   
name = "wasi"
 4851   4790   
version = "0.12.1+wasi-0.2.0"
 4852   4791   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4853   4792   
checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
 4854   4793   
dependencies = [
 4855   4794   
 "wit-bindgen 0.19.2",
 4856   4795   
]
 4857   4796   
 4858         -
[[package]]
 4859         -
name = "wasi"
 4860         -
version = "0.14.7+wasi-0.2.4"
 4861         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4862         -
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
 4863         -
dependencies = [
 4864         -
 "wasip2",
 4865         -
]
 4866         -
 4867   4797   
[[package]]
 4868   4798   
name = "wasip2"
 4869   4799   
version = "1.0.1+wasi-0.2.4"
 4870   4800   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4871   4801   
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
 4872   4802   
dependencies = [
 4873   4803   
 "wit-bindgen 0.46.0",
 4874   4804   
]
 4875   4805   
 4876   4806   
[[package]]