Skip to content

Commit e32b497

Browse files
committed
deps: http-types @ 2.11.0
This will allow us to allow`Deserialize<'de>` for `Request.query()` in Tide as well.
1 parent 88a2aa2 commit e32b497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async-trait = "0.1.41"
4141
femme = { version = "2.1.1", optional = true }
4242
futures-util = "0.3.6"
4343
http-client = { version = "6.1.0", default-features = false }
44-
http-types = { version = "2.10.0", default-features = false, features = ["fs"] }
44+
http-types = { version = "2.11.0", default-features = false, features = ["fs"] }
4545
kv-log-macro = "1.0.7"
4646
log = { version = "0.4.13", features = ["kv_unstable_std"] }
4747
pin-project-lite = "0.2.0"

0 commit comments

Comments
 (0)