Minor: Bumped serde_qs to 0.13. (#2512)

This commit is contained in:
martin frances 2024-04-14 22:39:44 +01:00 committed by GitHub
parent 35a8ca1f39
commit 9a51fb17fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ regex = { version = "1", optional = true }
url = { version = "2", optional = true }
percent-encoding = "2"
thiserror = "1"
serde_qs = "0.12"
serde_qs = "0.13"
serde = "1"
tracing = "0.1"
js-sys = { version = "0.3" }