From ef9b19c326414a17438a76bc958008985d6666f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:52:46 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1331bd7..781ff04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,9 +387,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index d59807e..0241df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["web-programming"] actson = "2.0.1" axum = { version = "0.8.3", features = ["multipart", "macros"] } axum-macros = "0.5.0" -form_urlencoded = "1.2.1" +form_urlencoded = "1.2.2" log = "0.4.27" multer = "3.0.0" serde = { version = "1.0", features = ["derive"] }