diff --git a/Cargo.toml b/Cargo.toml index 5ec717b..17b7cfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bq_load_job = ["cloud-storage"] [dependencies] yup-oauth2 = "8.3" hyper = {version="0.14", features = ["http1"]} -hyper-rustls = {version="0.24", features = ["native-tokio"]} +hyper-rustls = {version="0.26", features = ["native-tokio"]} thiserror = "1" tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "net", "sync", "macros"] } tokio-stream = "0.1"