Bump http-types from 2.11.1 to 2.12.0

Bumps [http-types](https://github.com/http-rs/http-types) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/http-rs/http-types/releases)
- [Commits](https://github.com/http-rs/http-types/compare/v2.11.1...v2.12.0)

---
updated-dependencies:
- dependency-name: http-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/131/head
dependabot[bot] 3 years ago committed by Thomas Tanon
parent ec2b307255
commit ceb385fed9
  1. 15
      Cargo.lock

15
Cargo.lock generated

@ -771,12 +771,6 @@ dependencies = [
"num_cpus", "num_cpus",
] ]
[[package]]
name = "data-encoding"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
[[package]] [[package]]
name = "deadpool" name = "deadpool"
version = "0.7.0" version = "0.7.0"
@ -1154,9 +1148,9 @@ dependencies = [
[[package]] [[package]]
name = "http-types" name = "http-types"
version = "2.11.1" version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad077d89137cd3debdce53c66714dc536525ef43fe075d41ddc0a8ac11f85957" checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-channel", "async-channel",
@ -2266,11 +2260,10 @@ dependencies = [
[[package]] [[package]]
name = "serde_qs" name = "serde_qs"
version = "0.7.2" version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af82de3c6549b001bec34961ff2d6a54339a87bab37ce901b693401f27de6cb" checksum = "d8a72808528a89fa9eca23bbb6a1eb92cb639b881357269b6510f11e50c0f8a9"
dependencies = [ dependencies = [
"data-encoding",
"percent-encoding", "percent-encoding",
"serde", "serde",
"thiserror", "thiserror",

Loading…
Cancel
Save