aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 12:43:46 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 14:03:26 -0400
commitb2246a2afc7799f1fea3bc54f22abf6c9b4b1c0b (patch)
treec34dc623218400dc4caf99200c3b1dac5c54c0db /Cargo.lock
parent05e2dc56cfb71f1cabfcb2f46997ffd6247450fc (diff)
downloadrbw-b2246a2afc7799f1fea3bc54f22abf6c9b4b1c0b.tar.gz
rbw-b2246a2afc7799f1fea3bc54f22abf6c9b4b1c0b.zip
clean up url matching a bit, and implement different match types
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad05c55..3c1bffe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1346,6 +1346,7 @@ dependencies = [
"percent-encoding",
"pkcs8",
"rand",
+ "regex",
"region",
"reqwest",
"rmpv",