Update Cargo.lock

This commit is contained in:
pjht 2024-07-07 08:47:15 -05:00
parent ef2c200969
commit d752e84adb
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

32
Cargo.lock generated
View File

@ -2,14 +2,6 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "catch_std_exception"
version = "0.1.0"
dependencies = [
"libc",
"unwinding",
]
[[package]]
name = "compiler_builtins"
version = "0.1.101"
@ -51,22 +43,6 @@ version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "std_catch_exception"
version = "0.1.0"
dependencies = [
"libc",
"unwinding",
]
[[package]]
name = "throw_and_catch"
version = "0.1.0"
dependencies = [
"libc",
"unwinding",
]
[[package]]
name = "unwinding"
version = "0.2.1"
@ -77,11 +53,3 @@ dependencies = [
"rustc-std-workspace-core",
"spin",
]
[[package]]
name = "unwinding_dyn"
version = "0.1.0"
dependencies = [
"libc",
"unwinding",
]