Client Test

Client Test

rev. e9b7995d590d31bbd7bba1dbaf040fccc31e503a

Files changed:

tmp-codegen-diff/codegen-client-test/Cargo.lock

@@ -352,352 +412,412 @@
  372    372   
name = "aws-smithy-cbor"
  373    373   
version = "0.61.7"
  374    374   
dependencies = [
  375    375   
 "aws-smithy-types 1.4.7",
  376    376   
 "criterion",
  377    377   
 "minicbor",
  378    378   
]
  379    379   
  380    380   
[[package]]
  381    381   
name = "aws-smithy-checksums"
  382         -
version = "0.64.7"
         382  +
version = "0.64.8"
  383    383   
dependencies = [
  384    384   
 "aws-smithy-http 0.63.6",
  385    385   
 "aws-smithy-types 1.4.7",
  386    386   
 "bytes",
  387    387   
 "bytes-utils",
  388    388   
 "crc-fast",
  389    389   
 "hex",
  390    390   
 "http 1.4.0",
  391    391   
 "http-body 1.0.1",
  392    392   
 "http-body-util",
@@ -1349,1349 +1432,1415 @@
 1369   1369   
 1370   1370   
[[package]]
 1371   1371   
name = "cpufeatures"
 1372   1372   
version = "0.3.0"
 1373   1373   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1374   1374   
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
 1375   1375   
dependencies = [
 1376   1376   
 "libc",
 1377   1377   
]
 1378   1378   
 1379         -
[[package]]
 1380         -
name = "crc"
 1381         -
version = "3.3.0"
 1382         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1383         -
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 1384         -
dependencies = [
 1385         -
 "crc-catalog",
 1386         -
]
 1387         -
 1388         -
[[package]]
 1389         -
name = "crc-catalog"
 1390         -
version = "2.4.0"
 1391         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1392         -
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 1393         -
 1394   1379   
[[package]]
 1395   1380   
name = "crc-fast"
 1396         -
version = "1.9.0"
        1381  +
version = "1.10.0"
 1397   1382   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1398         -
checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d"
        1383  +
checksum = "e75b2483e97a5a7da73ac68a05b629f9c53cff58d8ed1c77866079e18b00dba5"
 1399   1384   
dependencies = [
 1400         -
 "crc",
 1401   1385   
 "digest 0.10.7",
 1402         -
 "rustversion",
 1403   1386   
 "spin 0.10.0",
 1404   1387   
]
 1405   1388   
 1406   1389   
[[package]]
 1407   1390   
name = "crc32fast"
 1408   1391   
version = "1.5.0"
 1409   1392   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1410   1393   
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 1411   1394   
dependencies = [
 1412   1395   
 "cfg-if",