logdna / logdna-rust

Send logs to LogDNA from rust applications
MIT License
2 stars 11 forks source link

Update dependencies & adjust SegmentedBuf... #23

Open peter-lyons-kehl opened 2 years ago

peter-lyons-kehl commented 2 years ago

Please update dependencies to current versions. Consequently, SegmentedBuf and related need an additional bound T: 'static.

(I'll provide a PR.)

peter-lyons-kehl commented 2 years ago

An example that it works: https://github.com/peter-kehl/tokio_logdna-rust and (with a white-on-dark browser filter): image