Compare commits

...

2 Commits

Author SHA1 Message Date
176da454ca Update Rust crate libc to 0.2.171
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-31 00:37:20 +00:00
b19961ed6a Update Rust crate jsonwebtoken to 9.3.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-30 02:23:29 +00:00

View File

@ -13,7 +13,7 @@ anyhow = "1.0.97"
thiserror = "2.0.3"
openssl = { version = "0.10.66" }
openssl-sys = "0.9.102"
libc = "0.2.159"
libc = "0.2.171"
foreign-types-shared = "0.1.1"
asn1 = "0.21"
actix-web = { version = "4.10.2", features = ["openssl"] }
@ -36,7 +36,7 @@ tokio = { version = "1.40.0", features = ["full"] }
tokio_schedule = "0.3.2"
mime_guess = "2.0.5"
rust-embed = "8.5.0"
jsonwebtoken = { version = "9.3.0", features = ["use_pem"] }
jsonwebtoken = { version = "9.3.1", features = ["use_pem"] }
prettytable-rs = "0.10.0"
chrono = "0.4.40"
serde_yml = "0.0.12"