Skip to content

Commit d205dad

Browse files
committed
feat: v8.91.104
1 parent e1f2475 commit d205dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-request"
3-
version = "8.91.103"
3+
version = "8.91.104"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -14,12 +14,12 @@ exclude = ["target", "Cargo.lock", "sh", ".github"]
1414
[dependencies]
1515
serde = "1.0.228"
1616
futures = "0.3.32"
17-
http-type = "17.0.0"
17+
http-type = "17.0.1"
1818
serde_json = "1.0.149"
1919
tungstenite = "0.28.0"
2020
webpki-roots = "1.0.6"
2121
tokio-tungstenite = "0.28.0"
22-
rustls = { version = "0.23.36", default-features = false, features = ["ring"] }
22+
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
2323
tokio-rustls = { version = "0.26.4", default-features = false, features = [
2424
"ring",
2525
] }

0 commit comments

Comments
 (0)