Drop unused dependency on the toml crate

This commit is contained in:
Paul van Tilburg 2023-03-22 13:38:16 +01:00
parent 81e82e90da
commit bab9228b0f
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ once_cell = "1.9.0"
reqwest = { version = "0.11.6", features = ["cookies", "json"] }
rocket = { version = "0.5.0-rc.2", features = ["json"] }
thiserror = "1.0.38"
toml = "0.5.6"
url = "2.2.2"
[build-dependencies]