Compare commits

..

1 Commits

Author SHA1 Message Date
52564c53b3 Update Rust crate tokio to 1.44.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-14 00:28:55 +00:00

View File

@ -10,7 +10,7 @@ lazy_static = "1.5.0"
dotenvy = "0.15.7" dotenvy = "0.15.7"
clap = { version = "4.5.36", features = ["derive", "env"] } clap = { version = "4.5.36", features = ["derive", "env"] }
anyhow = "1.0.97" anyhow = "1.0.97"
thiserror = "2.0.12" thiserror = "2.0.3"
openssl = { version = "0.10.72" } openssl = { version = "0.10.72" }
openssl-sys = "0.9.107" openssl-sys = "0.9.107"
libc = "0.2.171" libc = "0.2.171"