Skip to content

Commit c422e52

Browse files
committed
chore(deps): [#599] enable serialization for URls
1 parent 7edbf7c commit c422e52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tower = { version = "0.4", features = ["timeout"] }
9292
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
9393
trace = "0.1.7"
9494
tracing = "0.1.40"
95-
url = "2.5.0"
95+
url = { version = "2.5.0", features = ["serde"] }
9696
urlencoding = "2"
9797
uuid = { version = "1", features = ["v4"] }
9898

0 commit comments

Comments
 (0)