From 8f920a3696519748dda7c361ec1ef101ca682dae Mon Sep 17 00:00:00 2001 From: fmrsabino <3332770+fmrsabino@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:56:17 +0200 Subject: [PATCH] Bump service version from 3.52.0 to 3.53.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72efb931..3df734ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2257,7 +2257,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "safe-client-gateway" -version = "3.52.0" +version = "3.53.0" dependencies = [ "bb8-redis", "bigdecimal", diff --git a/Cargo.toml b/Cargo.toml index ac60e56b..d0d0ef6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safe-client-gateway" -version = "3.52.0" +version = "3.53.0" authors = ["jpalvarezl ", "rmeissner ", "fmrsabino "] edition = "2018"