Bump up dependency versions in Cargo.{toml,lock}, and disable project dependency on default tokio features since they do not seem to be required for agent-rs itself.
How Has This Been Tested?
By running cargo build and cargo test and confirming they still succeed.
Description
Bump up dependency versions in Cargo.{toml,lock}, and disable project dependency on default tokio features since they do not seem to be required for
agent-rs
itself.How Has This Been Tested?
By running
cargo build
andcargo test
and confirming they still succeed.Checklist: