Compare commits

...

2 Commits

Author SHA1 Message Date
18cf96d22c Update Rust crate rust_iso3166 to 0.1.14
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-02 00:32:58 +00:00
fc63a2935f Update Rust crate lazy-regex to 3.4.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 02:03:32 +00:00
2 changed files with 7 additions and 7 deletions

View File

@ -1239,7 +1239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -2080,7 +2080,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [
"hermit-abi",
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3242,7 +3242,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3565,7 +3565,7 @@ dependencies = [
"cfg-if",
"libc",
"psm",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3667,7 +3667,7 @@ dependencies = [
"getrandom 0.3.2",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -10,7 +10,7 @@ log = "0.4.27"
env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.3.0"
lazy-regex = "3.4.1"
anyhow = "1.0.97"
actix-web = "4.10.2"
actix-cors = "0.7.1"
@ -29,7 +29,7 @@ bcrypt = "0.17.0"
light-openid = "1.0.4"
thiserror = "2.0.12"
serde_with = "3.8.1"
rust_iso3166 = "0.1.12"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.8"
image = "0.25.6"