3 Commits

Author SHA1 Message Date
083f814d75 Update Rust crate serde_with to 3.17.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-03 00:19:32 +00:00
e1d4ad4f5a Merge pull request 'Update Rust crate anyhow to 1.0.102' (#729) from renovate/anyhow-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-03 00:19:11 +00:00
870e74ad2d Update Rust crate anyhow to 1.0.102
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-03-02 00:20:27 +00:00
2 changed files with 10 additions and 11 deletions

View File

@@ -402,9 +402,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.101"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "arbitrary"
@@ -3687,9 +3687,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "3.14.0"
version = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9"
dependencies = [
"base64",
"chrono",
@@ -3698,8 +3698,7 @@ dependencies = [
"indexmap 2.8.0",
"schemars 0.9.0",
"schemars 1.0.4",
"serde",
"serde_derive",
"serde_core",
"serde_json",
"serde_with_macros",
"time",
@@ -3707,11 +3706,11 @@ dependencies = [
[[package]]
name = "serde_with_macros"
version = "3.14.0"
version = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0"
dependencies = [
"darling 0.20.10",
"darling 0.21.3",
"proc-macro2",
"quote",
"syn",

View File

@@ -11,7 +11,7 @@ env_logger = "0.11.9"
clap = { version = "4.5.60", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.5.1"
anyhow = "1.0.101"
anyhow = "1.0.102"
actix-web = "4.12.1"
actix-cors = "0.7.1"
actix-multipart = "0.7.2"
@@ -28,7 +28,7 @@ rand = "0.10.0"
bcrypt = "0.18.0"
light-openid = "1.1.0"
thiserror = "2.0.18"
serde_with = "3.14.0"
serde_with = "3.17.0"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.9"