dfinity / agent-rs

A collection of libraries and tools for building software around the Internet Computer, in Rust.
https://sdk.dfinity.org/
Apache License 2.0
124 stars 77 forks source link

chore: update dependencies in Cargo.toml and do not require tokio default features #617

Closed sasa-tomic closed 3 days ago

sasa-tomic commented 3 days ago

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 and cargo test and confirming they still succeed.

Checklist: