diff --git a/Cargo.toml b/Cargo.toml index a126f01..22fd963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0" secmem-proc = { version = "0.3", optional = true } seckey = "0.12" rust_util = { version = "0.6", features = ["use_clap"] } -tokio = { version = "1.37", features = ["full"] } +tokio = { version = "1.45", features = ["full"] } hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] } # use bundled fix musl build core dump on CentOS 6.9 rusqlite = { version = "0.32", features = ["bundled"] }