diff --git a/Cargo.toml b/Cargo.toml index 37a48a3..7fd3775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0" tokio = { version = "1.35", features=["macros"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features=["json", "env-filter"] } -url = { version = "2.4", features = ["serde"] } +url = { version = "2.5", features = ["serde"] } [dev-dependencies] function_name = "0.3.0"