rust: update crossterm to 0.23.0 and arc-swap to 1.5.0

Summary:
Needed to import [cloud-hypervisor](https://github.com/cloud-hypervisor/cloud-hypervisor).

(Note: this ignores all push blocking failures!)

Reviewed By: dtolnay

Differential Revision: D34434866

fbshipit-source-id: 69741b4ac767e0ab5ecc8307dd40267d9dcbf4ae
This commit is contained in:
Huapeng Zhou 2022-04-12 23:50:06 -07:00 committed by Facebook GitHub Bot
parent cc09499c1f
commit e5f89a81e9

View file

@ -36,7 +36,3 @@ unwind = { version = "0.4", features = ["ptrace"] }
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"
[features]
default = ["llvm_asm", "llvm_asm"]
llvm_asm = []