nlopes / libhoney-rust

Rust library for sending data to Honeycomb
MIT License
23 stars 16 forks source link

Relax dependency restrictions #31

Closed andrewaylett closed 4 years ago

andrewaylett commented 4 years ago

This makes the specifications minimum versions, rather than pinned to specific releases, for compatibility with other libraries that may depend on later minor or patch versions of the same dependency.

The dependency triggering this PR was serde, with a new release of actix-web requiring a later version.

This closes #30.

andrewaylett commented 4 years ago

@nlopes, it's not clear to me whether the CI failure is specific to this PR, or if it's because the current beta has a newer clippy and master is also affected?

nlopes commented 4 years ago

Yeah, I believe so. Will fix shortly.