diff options
| author | Fuwn <[email protected]> | 2023-03-29 00:43:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-29 00:43:39 -0700 |
| commit | 84a57bd8c08374f48ac0d0f8837ba4958b0789d2 (patch) | |
| tree | 43f49ddde40e6a2c7dc5a7c0e993ad599254f968 /Cargo.toml | |
| parent | feat(uptime): query string to query key value pair (diff) | |
| download | locus-84a57bd8c08374f48ac0d0f8837ba4958b0789d2.tar.xz locus-84a57bd8c08374f48ac0d0f8837ba4958b0789d2.zip | |
fix(stocks): 0.10.10 <- 0.11.10 to fix tokio thread panic
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ windmark = { version = "0.2.0", features = [ "logger", "auto-deduce-mime" ] } # Gemini Server Framework -reqwest = { version = "0.11.10", features = ["blocking", "json"] } # HTTP Client +reqwest = { version = "0.10.10", features = ["blocking", "json"] } # HTTP Client serde_json = "1.0.79" # JSON Serialization log = "0.4.16" # Logging Macros pretty_env_logger = "0.4.0" # Pretty Log Printing |