build(deps): bump form_urlencoded from 1.2.1 to 1.2.2

Bumps [form_urlencoded](https://github.com/servo/rust-url) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: form_urlencoded
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-21 13:28:20 +00:00
committed by GitHub
parent 7aa79fb084
commit a07d7976b9
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -1868,9 +1868,9 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
dependencies = [
"percent-encoding",
]
@@ -4104,7 +4104,7 @@ dependencies = [
"sha1",
"sha2",
"sprintf",
"thiserror 1.0.69",
"thiserror 2.0.16",
"tokio",
"tracing",
"urlencoding",

View File

@@ -227,7 +227,7 @@ features = ["env", "yaml", "test"]
# URL form encoding
[workspace.dependencies.form_urlencoded]
version = "1.2.1"
version = "1.2.2"
# Utilities for dealing with futures
[workspace.dependencies.futures-util]