Compare commits

...

2 Commits

Author SHA1 Message Date
00667b256b Update Rust crate serde to 1.0.219
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-01 02:09:41 +00:00
7b43701b1c Update Rust crate mime_guess to 2.0.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-31 20:54:43 +00:00

View File

@ -9,7 +9,7 @@ edition = "2024"
log = "0.4.27" log = "0.4.27"
env_logger = "0.11.7" env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] } clap = { version = "4.5.34", features = ["derive", "env"] }
serde = { version = "1.0.215", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] } light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0" basic-jwt = "0.3.0"
actix-web = "4.10.2" actix-web = "4.10.2"
@ -24,5 +24,5 @@ thiserror = "2.0.3"
uuid = { version = "1.16.0", features = ["v4", "serde"] } uuid = { version = "1.16.0", features = ["v4", "serde"] }
futures-util = "0.3.30" futures-util = "0.3.30"
lazy-regex = "3.4.1" lazy-regex = "3.4.1"
mime_guess = "2.0.4" mime_guess = "2.0.5"
rust-embed = { version = "8.3.0" } rust-embed = { version = "8.3.0" }