diff --git a/Cargo.toml b/Cargo.toml index 587ea80..9e91cf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = [dev-dependencies] http-body-util = { version = "0.1.3" } -url = { version = "2.5" } +url = { version = "2.5.4" } once_cell = { version = "1.19" } # Useful for lazy initialization in tests/app setup