v0.4.8
rathole-org/ratholev0.4.8May 26, 2023by github-actions[bot]
AI Summary
Maintenance release that fixes build issues by upgrading multiple dependencies including tokio, openssl, and h2.
Key Highlights
- Updated tokio from 1.21.2 to 1.24.2
- Updated openssl from 0.10.42 to 0.10.48
- Updated h2 from 0.3.15 to 0.3.18
- Upgraded CI to upx v4.0.2
- Updated libgit2-sys and tracing-subscriber dependencies
Full Release Notes
## What's Changed This release fixes the build by upgrading dependencies. * chore: update tls cert for test by @rapiz1 in https://github.com/rapiz1/rathole/pull/227 * chore(deps): bump libgit2-sys from 0.13.4+1.4.2 to 0.13.5+1.4.5 by @dependabot in https://github.com/rapiz1/rathole/pull/217 * ci: upgrade to upx v4.0.2 by @rapiz1 in https://github.com/rapiz1/rathole/pull/228 * chore(deps): bump tokio from 1.21.2 to 1.24.2 by @dependabot in https://github.com/rapiz1/rathole/pull/219 * chore(deps): bump openssl from 0.10.42 to 0.10.48 by @dependabot in https://github.com/rapiz1/rathole/pull/234 * chore: bump tracing-subscriber in https://github.com/rapiz1/rathole/pull/247 * chore(deps): bump h2 from 0.3.15 to 0.3.18 by @dependabot in https://github.com/rapiz1/rathole/pull/248 ## New Contributors * @dependabot made their first contribution in https://github.com/rapiz1/rathole/pull/217 **Full Changelog**: https://github.com/rapiz1/rathole/compare/v0.4.7...v0.4.8