Make the url crate a workspace dependency

This commit is contained in:
Damir Jelić 2024-05-07 12:00:58 +02:00
parent 64f19d21c7
commit b7b9816314
3 changed files with 3 additions and 2 deletions

View File

@ -35,6 +35,7 @@ serde_html_form = "0.2.0"
serde_json = "1.0.87"
thiserror = "1.0.37"
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
url = { version = "2.5.0" }
web-time = "1.1.0"
[profile.dev]

View File

@ -75,7 +75,7 @@ serde_json = { workspace = true, features = ["raw_value"] }
thiserror = { workspace = true }
time = "0.3.34"
tracing = { workspace = true, features = ["attributes"] }
url = "2.2.2"
url = { workspace = true }
uuid = { version = "1.0.0", optional = true, features = ["v4"] }
web-time = { workspace = true }
wildmatch = "2.0.0"

View File

@ -72,7 +72,7 @@ serde = { workspace = true }
serde_json = { workspace = true, features = ["raw_value"] }
thiserror = { workspace = true }
tracing = { workspace = true, features = ["attributes"] }
url = "2.2.2"
url = { workspace = true }
wildmatch = "2.0.0"
# dev-dependencies can't be optional, so this is a regular dependency