Releases: qwerty541/logged-tcp-proxy
Releases · qwerty541/logged-tcp-proxy
v0.1.2
- Added ability to provide custom bytes separator via command line argument
--separator
. - Added ability to provide custom timestamp precision of console payload output via command line argument
--precision
. - Removed redundant module path and target from console output.
- Bump minimal supported rust version (MSRV) to 1.70.0.
- README improvements.
- Dependencies updates:
bytes
from 1.4.0 to 1.5.0clap
from 4.2.5 to 4.4.6log
from 0.4.17 to 0.4.20logged-stream
from 0.2.5 to 0.3.4tokio
from 1.27.0 to 1.32.0- Some indirect dependencies.