From 47e2ab43af100f4dbc4bfa5620357d33b391f3d2 Mon Sep 17 00:00:00 2001 From: Siubeng Date: Sun, 21 Apr 2024 16:29:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20url-track-cleaner?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E5=88=B0=200.1.3=20=E6=9D=A5=E8=B7=B3?= =?UTF-8?q?=E8=BF=87=E4=B8=8D=E5=8F=AF=E8=A7=A3=E6=9E=90=E7=9A=84=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E5=8F=82=E6=95=B0=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38729fa..aeee8b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2388,9 +2388,9 @@ dependencies = [ [[package]] name = "url-track-cleaner" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504aea3f8f68f201dfff9815803c559b0aebdf334c9ff23862a31a8fd4c333cf" +checksum = "58ece4daaa956919b83dd77d5c73dee850342934c29757c1cbbe05141bd90fdf" dependencies = [ "anyhow", "regex", diff --git a/Cargo.toml b/Cargo.toml index 3da69fe..7e20fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } dashmap = "5.5.3" chrono = "0.4.34" once_cell = "1.19.0" -url-track-cleaner = "0.1.2" +url-track-cleaner = "0.1.3" anyhow = "1.0.82"