feat: fix core on CentOS 6.9
This commit is contained in:
@@ -25,7 +25,8 @@ seckey = "0.12"
|
||||
rust_util = { version = "0.6", features = ["use_clap"] }
|
||||
tokio = { version = "1.37", features = ["full"] }
|
||||
hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] }
|
||||
rusqlite = "0.32"
|
||||
# use bundled fix musl build core dump on CentOS 6.9
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
yubico_manager = { version = "0.9", optional = true }
|
||||
rpassword = "7.3"
|
||||
rand = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user