feat: fix core on CentOS 6.9
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -844,6 +844,7 @@ version = "0.30.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"cc",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"vcpkg",
|
"vcpkg",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ seckey = "0.12"
|
|||||||
rust_util = { version = "0.6", features = ["use_clap"] }
|
rust_util = { version = "0.6", features = ["use_clap"] }
|
||||||
tokio = { version = "1.37", features = ["full"] }
|
tokio = { version = "1.37", features = ["full"] }
|
||||||
hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] }
|
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 }
|
yubico_manager = { version = "0.9", optional = true }
|
||||||
rpassword = "7.3"
|
rpassword = "7.3"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user