From d754c48d1b96b427862507c6c473277575caa014 Mon Sep 17 00:00:00 2001 From: Robby klein Gunnewiek Date: Thu, 15 Jun 2023 11:23:53 +0200 Subject: [PATCH] Upgraded unftp-sbe-gcs to version 0.2.3 (#154) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3971f31..b87676d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2738,9 +2738,9 @@ dependencies = [ [[package]] name = "unftp-sbe-gcs" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42dff1409b083b5fa679b37f6aa84f0d006919323d6a74c8ecc003b5830830b8" +checksum = "6409703c22656429877345ce69aa4797c9e703fce271582a2e78744a27330772" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 594fa85..38ef03c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ slog-term = "2.9.0" thiserror = "1.0.40" tokio = { version = "1.28.2", features = ["signal", "rt-multi-thread"] } unftp-sbe-fs = "0.2.2" -unftp-sbe-gcs = { version = "0.2.2", optional = true } +unftp-sbe-gcs = { version = "0.2.3", optional = true } unftp-auth-rest = { version = "0.2.2", optional = true } unftp-auth-jsonfile = { version = "0.3.1", optional = true }