1 Commits

Author SHA1 Message Date
06ed444210 Update Rust crate serde_json to 1.0.146
Some checks failed
continuous-integration/drone/push Build is failing
2025-12-23 00:26:49 +00:00
2 changed files with 12 additions and 22 deletions

30
Cargo.lock generated
View File

@@ -422,11 +422,11 @@ checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
[[package]]
name = "askama"
version = "0.15.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21c01049339e624573a8027fe9392219f64d315a0ad24712b469611b3138f042"
checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
dependencies = [
"askama_macros",
"askama_derive",
"itoa",
"percent-encoding",
"serde",
@@ -435,9 +435,9 @@ dependencies = [
[[package]]
name = "askama_derive"
version = "0.15.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e393a25182a000666df345c2bdaa9ab6b0c243974ec7d29e377d6feea651778d"
checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
dependencies = [
"askama_parser",
"basic-toml",
@@ -450,25 +450,15 @@ dependencies = [
"syn",
]
[[package]]
name = "askama_macros"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e8bb77385d2954705452516f99511835be34b4c4a15a70800623b91406b1db9"
dependencies = [
"askama_derive",
]
[[package]]
name = "askama_parser"
version = "0.15.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb6401aa356822013db13e8f756011cd5042e7e61d37456bb8b7ef26feb8ebca"
checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
dependencies = [
"rustc-hash",
"memchr",
"serde",
"serde_derive",
"unicode-ident",
"winnow",
]
@@ -2992,9 +2982,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.145"
version = "1.0.146"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
dependencies = [
"itoa",
"memchr",

View File

@@ -14,14 +14,14 @@ actix-remote-ip = "0.1.0"
clap = { version = "4.5.53", features = ["derive", "env"] }
include_dir = "0.7.4"
log = "0.4.29"
serde_json = "1.0.145"
serde_json = "1.0.146"
serde_yaml = "0.9.34"
env_logger = "0.11.8"
serde = { version = "1.0.228", features = ["derive"] }
bcrypt = "0.17.1"
uuid = { version = "1.19.0", features = ["v4"] }
mime_guess = "2.0.5"
askama = "0.15.0"
askama = "0.14.0"
urlencoding = "2.1.3"
rand = "0.10.0-rc.5"
base64 = "0.22.1"