bonifaido / rust-zookeeper

Pure Rust library for Apache ZooKeeper built on MIO
MIT License
206 stars 46 forks source link

Bump dependency versions #59

Closed jonhoo closed 5 years ago

jonhoo commented 5 years ago

This bumps the syn dependency, which is pretty costly to have to double-compile in downstream crates, and env_logger which is common enough that keeping it up-to-date reduces bloat.

bonifaido commented 5 years ago

Thanks @jonhoo !

jonhoo commented 4 years ago

@bonifaido Any chance you could release a new version that includes this fix?

jonhoo commented 4 years ago

Actually, let me whip up a PR first that bumps all the way to syn = 1

jonhoo commented 4 years ago

See https://github.com/bonifaido/rust-zookeeper/pull/66