3161 3164 | ]
|
3162 3165 |
|
3163 3166 | [[package]]
|
3164 3167 | name = "ryu"
|
3165 3168 | version = "1.0.20"
|
3166 3169 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3167 3170 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
3168 3171 |
|
3169 3172 | [[package]]
|
3170 3173 | name = "s2n-tls"
|
3171 - | version = "0.3.12"
|
3174 + | version = "0.3.24"
|
3172 3175 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3173 - | checksum = "bca784a7bd2303b31dee13fe5d8617bd27c9e983342b6f07277d7bc07a2f32ea"
|
3176 + | checksum = "902398e2a0bd7ed40ecc61ba85f5985139213b86bb6decb547120367733c9545"
|
3174 3177 | dependencies = [
|
3175 3178 | "errno",
|
3176 3179 | "hex",
|
3177 3180 | "libc",
|
3178 3181 | "pin-project-lite",
|
3179 3182 | "s2n-tls-sys",
|
3180 3183 | ]
|
3181 3184 |
|
3182 3185 | [[package]]
|
3183 3186 | name = "s2n-tls-hyper"
|
3184 - | version = "0.0.4"
|
3187 + | version = "0.0.16"
|
3185 3188 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3186 - | checksum = "de97dea004ba2d03d6f1618f0ee770b4a63e3ba98d1764a0fecd2e520123f9ec"
|
3189 + | checksum = "d5bfd127ef11ae746efd789549ee807f5370d5cb04e2955324420f361b2c2bbe"
|
3187 3190 | dependencies = [
|
3188 3191 | "http 1.3.1",
|
3189 3192 | "hyper 1.6.0",
|
3190 3193 | "hyper-util",
|
3191 3194 | "s2n-tls",
|
3192 3195 | "s2n-tls-tokio",
|
3193 3196 | "tower-service",
|
3194 3197 | ]
|
3195 3198 |
|
3196 3199 | [[package]]
|
3197 3200 | name = "s2n-tls-sys"
|
3198 - | version = "0.3.12"
|
3201 + | version = "0.3.24"
|
3199 3202 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3200 - | checksum = "9ac0a964de7522dd815253bea5f17e70fd382920ab20c69783ad5294519f4712"
|
3203 + | checksum = "c17994d4b67dcca7c7c01120ad30a639c1500c589d695478490e7ad6584683fd"
|
3201 3204 | dependencies = [
|
3202 3205 | "aws-lc-rs",
|
3203 3206 | "cc",
|
3204 3207 | "libc",
|
3205 3208 | ]
|
3206 3209 |
|
3207 3210 | [[package]]
|
3208 3211 | name = "s2n-tls-tokio"
|
3209 - | version = "0.3.12"
|
3212 + | version = "0.3.24"
|
3210 3213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3211 - | checksum = "8ef2b3f1b676575bf221cb8fe5c0bb5720736b98957e7dc9d873cd50412cbc7a"
|
3214 + | checksum = "84e990a681d8c701037c14d475c239803b353cdd6dcec9c8d5ba4216d4a58937"
|
3212 3215 | dependencies = [
|
3213 3216 | "errno",
|
3214 3217 | "libc",
|
3215 3218 | "pin-project-lite",
|
3216 3219 | "s2n-tls",
|
3217 3220 | "tokio",
|
3218 3221 | ]
|
3219 3222 |
|
3220 3223 | [[package]]
|
3221 3224 | name = "same-file"
|