Hi @douglasmakey , I am not able to run this, i guess we need to update lot of things in codebase? These Deps aren't active anymore.
root@ip-172-31-0-71:~/poc-rust-https-sniffer# RUST_LOG=info cargo xtask run
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
Updating crates.io index
Updating git repository `https://github.com/aya-rs/aya`
error: no matching package named `aya-bpf` found
location searched: Git repository https://github.com/aya-rs/aya
required by package `https-sniffer-common v0.1.0 (/root/poc-rust-https-sniffer/https-sniffer-common)`
root@ip-172-31-0-71:~/poc-rust-https-sniffer#
Hi @douglasmakey , I am not able to run this, i guess we need to update lot of things in codebase? These Deps aren't active anymore.