rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
8.82k stars 441 forks source link

Update dependencies with cargo update #276

Closed kLiHz closed 9 months ago

kLiHz commented 11 months ago

Current version of proc-macro2 in Cargo.lock breaks on latest nightly toolchain (see https://github.com/rust-lang/rust/issues/113152#issuecomment-1612578376 for details).

This PR runs cargo update and updates proc-macro2 as well as some other dependencies.

rapiz1 commented 9 months ago

Thanks for the head up. I've updated it when bumping versions