Skip to content

Commit a4877c8

Browse files
committed
feat: v2.2.3
1 parent b61a5f5 commit a4877c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "tcp-request"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
edition = "2024"
5-
authors = ["ltpp-universe <root@ltpp.vip>"]
5+
authors = ["eastspire <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"]
9-
repository = "https://github.com/ltpp-universe/tcp-request.git"
9+
repository = "https://github.com/eastspire/tcp-request.git"
1010
categories = ["network-programming", "web-programming"]
1111
exclude = [
1212
"target",
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

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

2121
[profile.dev]
2222
incremental = false

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/crates/v/tcp-request.svg)](https://crates.io/crates/tcp-request)
66
[![](https://img.shields.io/crates/d/tcp-request.svg)](https://img.shields.io/crates/d/tcp-request.svg)
77
[![](https://docs.rs/tcp-request/badge.svg)](https://docs.rs/tcp-request)
8-
[![](https://github.com/ltpp-universe/tcp-request/workflows/Rust/badge.svg)](https://github.com/ltpp-universe/tcp-request/actions?query=workflow:Rust)
8+
[![](https://github.com/eastspire/tcp-request/workflows/Rust/badge.svg)](https://github.com/eastspire/tcp-request/actions?query=workflow:Rust)
99
[![](https://img.shields.io/crates/l/tcp-request.svg)](./LICENSE)
1010

1111
</center>
@@ -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 [ltpp-universe <root@ltpp.vip>](mailto:root@ltpp.vip).
79+
For any inquiries, please reach out to the author at [eastspire <root@ltpp.vip>](mailto:root@ltpp.vip).

0 commit comments

Comments
 (0)