Compare commits

...

2 Commits

Author SHA1 Message Date
ad04b55149 Update Rust crate rust-embed to 8.6.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-03 00:37:23 +00:00
0629bd60c3 Update Rust crate openssl to 0.10.71
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-02 00:37:48 +00:00
2 changed files with 7 additions and 7 deletions

View File

@ -1139,7 +1139,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -1757,7 +1757,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [
"hermit-abi",
"libc",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -2507,7 +2507,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -2845,7 +2845,7 @@ dependencies = [
"getrandom 0.3.2",
"once_cell",
"rustix",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -3334,7 +3334,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]

View File

@ -11,7 +11,7 @@ dotenvy = "0.15.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
anyhow = "1.0.97"
thiserror = "2.0.3"
openssl = { version = "0.10.66" }
openssl = { version = "0.10.71" }
openssl-sys = "0.9.102"
libc = "0.2.171"
foreign-types-shared = "0.1.1"
@ -35,7 +35,7 @@ lazy-regex = "3.4.1"
tokio = { version = "1.40.0", features = ["full"] }
tokio_schedule = "0.3.2"
mime_guess = "2.0.5"
rust-embed = "8.5.0"
rust-embed = "8.6.0"
jsonwebtoken = { version = "9.3.1", features = ["use_pem"] }
prettytable-rs = "0.10.0"
chrono = "0.4.40"