diff --git a/Cargo.toml b/Cargo.toml index 24ac4d7..a981263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bq_load_job = ["cloud-storage"] [dependencies] yup-oauth2 = "7.0.1" hyper = {version="0.14", features = ["http1"]} -hyper-rustls = {version="0.23.0", features = ["native-tokio"]} +hyper-rustls = {version="0.24.0", features = ["native-tokio"]} thiserror = "1" tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "net", "sync", "macros"] } tokio-stream = "0.1"