feat: use vendored openssl to allow MUSL as a build target
to avoid relying on recent glibc versions on production servers
This commit is contained in:
parent
37153c6e36
commit
6ddb24e563
2 changed files with 12 additions and 0 deletions
|
|
@ -25,4 +25,5 @@ inquire = "0.7.5"
|
|||
rand_core = { version = "0.9.3", features = ["os_rng"] }
|
||||
password-hash = { version = "0.5.0", features = ["getrandom"] }
|
||||
jsonwebtoken = "9.3.1"
|
||||
openssl = { version = "0.10.73", features = ["vendored"] }
|
||||
|
||||
|
|
|
|||
Reference in a new issue