diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,4 +23,4 @@ reqwest = { version = "0.11.22", default-features = false, features = [ ] } serde = "1.0.193" tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } -url = { version = "2.4.1", features = ["serde"] } +url = { version = "2.5.0", features = ["serde"] } |
