Loading aws/sdk/Cargo.lock +44 −2 Original line number Diff line number Diff line Loading @@ -1205,14 +1205,17 @@ dependencies = [ [[package]] name = "aws-smithy-eventstream" version = "0.60.9" version = "0.60.10" dependencies = [ "arbitrary", "aws-smithy-types", "bytes", "bytes-utils", "crc32fast", "criterion", "derive_arbitrary", "jemallocator", "mimalloc", ] [[package]] Loading @@ -1221,7 +1224,7 @@ version = "0.2.0" [[package]] name = "aws-smithy-http" version = "0.62.1" version = "0.62.2" dependencies = [ "async-stream", "aws-smithy-eventstream", Loading Loading @@ -2893,6 +2896,26 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jemalloc-sys" version = "0.5.4+5.3.0-patched" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" dependencies = [ "cc", "libc", ] [[package]] name = "jemallocator" version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" dependencies = [ "jemalloc-sys", "libc", ] [[package]] name = "jobserver" version = "0.1.33" Loading Loading @@ -2950,6 +2973,16 @@ dependencies = [ "windows-targets 0.53.2", ] [[package]] name = "libmimalloc-sys" version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d" dependencies = [ "cc", "libc", ] [[package]] name = "linux-raw-sys" version = "0.3.8" Loading Loading @@ -3027,6 +3060,15 @@ version = "2.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "mimalloc" version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40" dependencies = [ "libmimalloc-sys", ] [[package]] name = "minicbor" version = "0.24.2" Loading Loading
aws/sdk/Cargo.lock +44 −2 Original line number Diff line number Diff line Loading @@ -1205,14 +1205,17 @@ dependencies = [ [[package]] name = "aws-smithy-eventstream" version = "0.60.9" version = "0.60.10" dependencies = [ "arbitrary", "aws-smithy-types", "bytes", "bytes-utils", "crc32fast", "criterion", "derive_arbitrary", "jemallocator", "mimalloc", ] [[package]] Loading @@ -1221,7 +1224,7 @@ version = "0.2.0" [[package]] name = "aws-smithy-http" version = "0.62.1" version = "0.62.2" dependencies = [ "async-stream", "aws-smithy-eventstream", Loading Loading @@ -2893,6 +2896,26 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jemalloc-sys" version = "0.5.4+5.3.0-patched" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" dependencies = [ "cc", "libc", ] [[package]] name = "jemallocator" version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" dependencies = [ "jemalloc-sys", "libc", ] [[package]] name = "jobserver" version = "0.1.33" Loading Loading @@ -2950,6 +2973,16 @@ dependencies = [ "windows-targets 0.53.2", ] [[package]] name = "libmimalloc-sys" version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d" dependencies = [ "cc", "libc", ] [[package]] name = "linux-raw-sys" version = "0.3.8" Loading Loading @@ -3027,6 +3060,15 @@ version = "2.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "mimalloc" version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40" dependencies = [ "libmimalloc-sys", ] [[package]] name = "minicbor" version = "0.24.2" Loading