From 5b3d38405b88ba82a7b76af2490ec3940674dffb Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 03:58:42 +0000 Subject: [PATCH] Update Rust crate google-drive3 to 5.0.5 --- Cargo.lock | 59 +++++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 50 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 039bd16..20a8144 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1013,7 +1013,7 @@ dependencies = [ "google-apis-common", "http 0.2.12", "hyper", - "hyper-rustls", + "hyper-rustls 0.24.2", "itertools 0.10.5", "mime", "serde", @@ -1025,16 +1025,16 @@ dependencies = [ [[package]] name = "google-drive3" -version = "5.0.4+20240227" +version = "5.0.5+20240618" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479d55d400d8714e341586b7972d2577043995fa1ca2f782668b915aced56d16" +checksum = "aa1ea36b1589bb7225a8f1479374029ede628ecab9b51ffa012d7b2391fb44b7" dependencies = [ "anyhow", "google-apis-common", "http 0.2.12", "hyper", - "hyper-rustls", - "itertools 0.10.5", + "hyper-rustls 0.25.0", + "itertools 0.13.0", "mime", "serde", "serde_json", @@ -1053,7 +1053,7 @@ dependencies = [ "google-apis-common", "http 0.2.12", "hyper", - "hyper-rustls", + "hyper-rustls 0.24.2", "itertools 0.10.5", "mime", "serde", @@ -1237,11 +1237,28 @@ dependencies = [ "hyper", "log", "rustls 0.21.12", - "rustls-native-certs", + "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", ] +[[package]] +name = "hyper-rustls" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "399c78f9338483cb7e630c8474b07268983c6bd5acee012e4211f9f7bb21b070" +dependencies = [ + "futures-util", + "http 0.2.12", + "hyper", + "log", + "rustls 0.22.4", + "rustls-native-certs 0.7.2", + "rustls-pki-types", + "tokio", + "tokio-rustls 0.25.0", +] + [[package]] name = "iana-time-zone" version = "0.1.60" @@ -1376,6 +1393,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -2381,7 +2407,7 @@ dependencies = [ "http 0.2.12", "http-body", "hyper", - "hyper-rustls", + "hyper-rustls 0.24.2", "ipnet", "js-sys", "log", @@ -2540,7 +2566,7 @@ dependencies = [ "hex", "http 0.2.12", "hyper", - "hyper-rustls", + "hyper-rustls 0.24.2", "jsonwebtoken 9.3.0", "meilisearch-sdk", "mockall", @@ -2861,6 +2887,19 @@ dependencies = [ "security-framework", ] +[[package]] +name = "rustls-native-certs" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa" +dependencies = [ + "openssl-probe", + "rustls-pemfile 2.1.2", + "rustls-pki-types", + "schannel", + "security-framework", +] + [[package]] name = "rustls-pemfile" version = "1.0.4" @@ -4406,7 +4445,7 @@ dependencies = [ "futures", "http 0.2.12", "hyper", - "hyper-rustls", + "hyper-rustls 0.24.2", "itertools 0.12.1", "log", "percent-encoding 2.3.1", diff --git a/Cargo.toml b/Cargo.toml index 0448678..cf607f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ dropshot = "0.10.0" dropshot-verified-body = { git = "https://github.com/oxidecomputer/dropshot-verified-body" } futures = "0.3.30" google-cloudkms1 = "5.0.4" -google-drive3 = "5.0.4" +google-drive3 = "5.0.5" google-storage1 = "5.0.4" hex = "0.4.3" hmac = "0.12.1"