api/Cargo.toml: Updated url from 2.1 to 2.3.

This commit is contained in:
Jonathan Davies
2023-01-23 18:41:10 +00:00
parent 1c435fce09
commit 93c3f8fc8c
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0"
quick-xml = { version = "0.21", features = [ "serialize" ] }
url = "2.1"
url = "2.3"
opentelemetry = "0.17"
opentelemetry-prometheus = { version = "0.10", optional = true }