|
|
|
@@ -8436,9 +8436,9 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "safer-ffi" |
|
|
|
version = "0.1.8" |
|
|
|
version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "44abae8773dc41fb96af52696b834b1f4c806006b456b22ee3602f7b061e3ad0" |
|
|
|
checksum = "861a5ab47974b7f0d4fc3ff63570100497dd4d31b93ee53ddfef6c255dd98453" |
|
|
|
dependencies = [ |
|
|
|
"inventory", |
|
|
|
"libc", |
|
|
|
@@ -8446,6 +8446,7 @@ dependencies = [ |
|
|
|
"paste", |
|
|
|
"safer_ffi-proc_macros", |
|
|
|
"scopeguard", |
|
|
|
"stabby", |
|
|
|
"uninit", |
|
|
|
"unwind_safe", |
|
|
|
"with_builtin_macros", |
|
|
|
@@ -8453,9 +8454,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "safer_ffi-proc_macros" |
|
|
|
version = "0.1.8" |
|
|
|
version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6c9d4117a8a72f9b615169d4d720d79e74931f74003c73cc2f3927c700156ddf" |
|
|
|
checksum = "90b7ec3757043f78fa48668325d81d9e9718820a655e6ce8bd89871444bb06a3" |
|
|
|
dependencies = [ |
|
|
|
"macro_rules_attribute", |
|
|
|
"prettyplease 0.1.25", |
|
|
|
@@ -8721,6 +8722,12 @@ dependencies = [ |
|
|
|
"digest", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sha2-const-stable" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sha3" |
|
|
|
version = "0.10.8" |
|
|
|
@@ -9049,6 +9056,40 @@ dependencies = [ |
|
|
|
"der", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "stabby" |
|
|
|
version = "36.1.1-rc8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "08cc900971922b54e6a2538906ec4bb17ae834d99ff9025741c701edf44006ba" |
|
|
|
dependencies = [ |
|
|
|
"rustversion", |
|
|
|
"stabby-abi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "stabby-abi" |
|
|
|
version = "36.1.1-rc8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ca372c473f8a01399568c4d6d131e6248d71958e38eb2e574b863feedbddac27" |
|
|
|
dependencies = [ |
|
|
|
"rustversion", |
|
|
|
"sha2-const-stable", |
|
|
|
"stabby-macros", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "stabby-macros" |
|
|
|
version = "36.1.1-rc8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "80454eabdc8324ded185cd1c91641127f7f7186be3b21ef5a21202affc4544ce" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate 1.3.1", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"rand", |
|
|
|
"syn 1.0.109", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "static_assertions" |
|
|
|
version = "1.1.0" |
|
|
|
@@ -9294,18 +9335,18 @@ checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "thiserror" |
|
|
|
version = "1.0.62" |
|
|
|
version = "1.0.63" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" |
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" |
|
|
|
dependencies = [ |
|
|
|
"thiserror-impl", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "thiserror-impl" |
|
|
|
version = "1.0.62" |
|
|
|
version = "1.0.63" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" |
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
|