fix(webserver): Explicitly add serde feature to url
This commit is contained in:
parent
30d6a499c6
commit
95c752b3aa
2 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ reqwest = "0.12.24"
|
|||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
thiserror = "2.0.17"
|
||||
tokio = { version = "1.48.0", features = ["rt-multi-thread"], optional = true }
|
||||
url = "2.5.7"
|
||||
url = { version = "2.5.7", features = ["serde"] }
|
||||
wasm-bindgen = { version = "=0.2.100", optional = true }
|
||||
web-sys = "^0.3.77"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue