We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bf9cb commit 4d33f27Copy full SHA for 4d33f27
4 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-type"
3
-version = "15.1.2"
+version = "16.0.0"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
@@ -17,8 +17,8 @@ url = "2.5.8"
17
serde_json = "1.0.149"
18
serde-xml-rs = "0.8.2"
19
http-compress = "3.0.17"
20
-http-constant = "3.4.0"
21
-lombok-macros = "2.0.23"
+http-constant = "5.0.0"
+lombok-macros = "2.0.24"
22
serde_urlencoded = "0.7.1"
23
tokio = { version = "1.49.0", features = ["full"] }
24
serde = { version = "1.0.228", features = ["derive"] }
0 commit comments