Inconsequential typo in Cargo.toml

This commit is contained in:
Jon Häggblad
2024-03-21 21:48:13 +01:00
parent f66132fcef
commit d020fb0a0b
+1 -1
View File
@@ -172,7 +172,7 @@ log = "0.4"
once_cell = "1.7.2"
parking_lot = "0.12.1"
rand = "0.8.5"
reqwest = { version = "0.11.22", default_features = false }
reqwest = { version = "0.11.22", default-features = false }
schemars = "0.8.1"
serde = "1.0.152"
serde_json = "1.0.91"