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 }