fix: updated lockfile

This commit is contained in:
əlemi 2023-03-31 20:11:27 +02:00
parent 49d26eda1e
commit 8f69ce49aa

28
Cargo.lock generated
View file

@ -557,6 +557,20 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pox"
version = "0.2.0"
dependencies = [
"clap 4.2.1",
"elf",
"libloading",
"nix",
"proc-maps",
"retour",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "proc-macro2"
version = "1.0.54"
@ -654,20 +668,6 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "rustyneedle"
version = "0.2.0"
dependencies = [
"clap 4.2.1",
"elf",
"libloading",
"nix",
"proc-maps",
"retour",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"