From 61f2c93493f5655897cd3ad382680c8473810586 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sat, 12 Apr 2025 14:15:32 +0700 Subject: [PATCH] 1.2.1: change versioning scheme / avoid unsafe inline javascript --- actix/Cargo.lock | 2 +- actix/Cargo.toml | 2 +- resources/index.html | 7 ++--- resources/static/script.js | 57 ++++++++++++++++++++++++++++++++++---- 4 files changed, 57 insertions(+), 11 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index 524a140..196c464 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -458,7 +458,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chhoto-url" -version = "1.2.0" +version = "1.2.1" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 4659b49..e3e0ac6 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "chhoto-url" -version = "1.2.0" +version = "1.2.1" edition = "2021" authors = ["Sayantan Santra