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"