mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-18 02:14:36 +00:00
[fix] Urlencode when passing filenames to sqlite3 (#2655)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user