From 114a97a2731878afe0f00c5522d87a4b7e0d7874 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 31 May 2024 20:31:29 -0500 Subject: [PATCH] build: Bumped version to 5.4.0 --- actix/Cargo.lock | 6 +++--- actix/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index 812ec2e..ec48661 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -468,7 +468,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chhoto-url" -version = "5.3.1" +version = "5.4.0" dependencies = [ "actix-files", "actix-session", @@ -1401,9 +1401,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "bytes", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 4b9b36a..5fdd5a8 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "chhoto-url" -version = "5.3.1" +version = "5.4.0" edition = "2021" authors = ["Sayantan Santra