sanitize index values

This commit is contained in:
yggverse 2025-07-09 01:37:37 +03:00
parent b22695587d
commit d0d469ee78
2 changed files with 8 additions and 1 deletions

View file

@ -21,6 +21,7 @@ tokio = { version = "1.45", features = ["full"] }
tracing-subscriber = "0.3"
url = "2.5"
urlencoding = "2.1"
voca_rs = "1.15"
walkdir = "2.5"
[patch.crates-io]
librqbit = { git = "https://github.com/ikatson/rqbit.git", package = "librqbit" }