From 19e772d655d2f46113265151804eca0e13fdf810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:10:15 +0000 Subject: [PATCH] Bump serde_html_form from 0.2.3 to 0.2.4 Bumps [serde_html_form](https://github.com/jplatte/serde_html_form) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/jplatte/serde_html_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/jplatte/serde_html_form/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: serde_html_form 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 eea78728..ece84bcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2358,9 +2358,9 @@ dependencies = [ [[package]] name = "serde_html_form" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224e6a14f315852940f3ec103125aa6482f0e224732ed91ed3330ed633077c34" +checksum = "20e1066e1cfa6692a722cf40386a2caec36da5ddc4a2c16df592f0f609677e8c" dependencies = [ "form_urlencoded", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index f9d2cbc9..d08b7058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ parking_lot = { version = "0.12.1", optional = true } num_cpus = "1.16.0" threadpool = "1.8.1" # Used for ruma wrapper -serde_html_form = "0.2.3" +serde_html_form = "0.2.4" rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", rev = "1fb26dd5dc363c9fded526bac45366a436fc50a9", default-features = false, features = ["multi-threaded-cf", "snappy", "lz4", "zstd"], optional = true }