Skip to content

Commit 4d3a3f1

Browse files
committed
feat:v1.10.20
1 parent 144926d commit 4d3a3f1

File tree

3 files changed

+37
-33
lines changed

3 files changed

+37
-33
lines changed

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tcp-request"
3-
version = "1.10.19"
3+
version = "1.10.20"
44
edition = "2021"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -16,12 +16,12 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
http-type = "2.33.0"
20-
lombok-macros = "1.7.2"
19+
http-type = "2.33.1"
20+
lombok-macros = "1.7.3"
2121

2222
[dev-dependencies]
23-
color-output = "6.1.7"
24-
std-macro-extensions = "0.21.0"
23+
color-output = "6.1.8"
24+
std-macro-extensions = "0.21.1"
2525

2626
[profile.dev]
2727
incremental = false

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
<center>
2+
13
## tcp-request
24

35
[![](https://img.shields.io/crates/v/tcp-request.svg)](https://crates.io/crates/tcp-request)
46
[![](https://docs.rs/tcp-request/badge.svg)](https://docs.rs/tcp-request)
5-
[![](https://img.shields.io/crates/l/tcp-request.svg)](./LICENSE)
67
[![](https://github.com/ltpp-universe/tcp-request/workflows/Rust/badge.svg)](https://github.com/ltpp-universe/tcp-request/actions?query=workflow:Rust)
8+
[![](https://img.shields.io/crates/l/tcp-request.svg)](./LICENSE)
9+
10+
</center>
711

812
[Official Documentation](https://docs.ltpp.vip/tcp-request/)
913

0 commit comments

Comments
 (0)