mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 16:06:41 +02:00
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] <support@github.com>
This commit is contained in:
parent
aa3fd6a47e
commit
19e772d655
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue