From 60bc30dcc88c5ef5618de103642f257cef4903a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 25 Mar 2024 14:29:49 -0300 Subject: [PATCH] Cargo: Update to 0.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0892b1c..f5b3997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1881,7 +1881,7 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "linux2rest" -version = "0.5.2" +version = "0.5.3" dependencies = [ "actix", "actix-web 3.3.3", diff --git a/Cargo.toml b/Cargo.toml index d9a7e34..39d169b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux2rest" -version = "0.5.2" +version = "0.5.3" authors = ["Patrick José Pereira "] edition = "2018"