Skip to content

Commit 92b232c

Browse files
committed
feat: v2.2.4
1 parent a4877c8 commit 92b232c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "tcp-request"
3-
version = "2.2.3"
3+
version = "2.2.4"
44
edition = "2024"
5-
authors = ["eastspire <root@ltpp.vip>"]
5+
authors = ["root@ltpp.vip"]
66
license = "MIT"
77
description = """A Rust library for sending raw TCP requests, with features for handling responses, managing redirects, and working with compressed data over TCP connections."""
88
keywords = ["http", "request", "response", "tcp", "redirect"]
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
lombok-macros = "1.11.1"
19+
lombok-macros = "1.11.3"
2020

2121
[profile.dev]
2222
incremental = false

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Contributions are welcome! Please open an issue or submit a pull request.
7676

7777
## Contact
7878

79-
For any inquiries, please reach out to the author at [eastspire <root@ltpp.vip>](mailto:root@ltpp.vip).
79+
For any inquiries, please reach out to the author at [root@ltpp.vip](mailto:root@ltpp.vip).

0 commit comments

Comments
 (0)