[fix] Urlencode when passing filenames to sqlite3 (#2655)

This commit is contained in:
Uttarayan Mondal
2023-10-18 00:14:25 +05:30
committed by GitHub
parent b16fbebf2f
commit b85b72355e
3 changed files with 13 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ tracing = { version = "0.1.37", features = ["log"] }
serde = { version = "1.0.145", features = ["derive"], optional = true }
regex = { version = "1.5.5", optional = true }
urlencoding = "2.1.3"
[dependencies.libsqlite3-sys]
version = "0.26.0"