Skip to content

Commit 9f7f696

Browse files
committed
v6.0.0-rc.4
1 parent 2baf195 commit 9f7f696

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wreq"
3-
version = "6.0.0-rc.2"
3+
version = "6.0.0-rc.4"
44
description = "An ergonomic Rust HTTP Client with TLS fingerprint"
55
keywords = ["http", "client", "websocket", "ja3", "ja4"]
66
categories = ["web-programming::http-client"]
@@ -78,7 +78,7 @@ tower = { version = "0.5.2", default-features = false, features = [
7878
] }
7979
bytes = "1.10.1"
8080
http = "1.3.1"
81-
http2 = { version = "0.5.5", features = ["unstable"] }
81+
http2 = { version = "0.5.6", features = ["unstable"] }
8282
httparse = "1.10.1"
8383
http-body = "1.0.1"
8484
http-body-util = "0.1.3"

0 commit comments

Comments
 (0)