-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update crate version to 0.9.0
Signed-off-by: Saurav Sharma <[email protected]>
- Loading branch information
1 parent
27e527e
commit e238597
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "alpha_vantage" | ||
version = "0.8.1" | ||
version = "0.9.0" | ||
authors = ["Saurav Sharma <[email protected]>"] | ||
homepage = "https://github.com/iamsauravsharma/alpha_vantage" | ||
repository = "https://github.com/iamsauravsharma/alpha_vantage" | ||
|
@@ -12,10 +12,10 @@ keywords = ["alphavantage", "currency", "finance", "stock", "exchange"] | |
categories = ["api-bindings", "web-programming::http-client"] | ||
|
||
[dependencies] | ||
async-trait = "0.1.57" | ||
async-trait = "0.1.58" | ||
reqwest = { version = "0.11.12", optional = true } | ||
serde = { version = "1.0.145", features = ["derive"] } | ||
serde_json = "1.0.85" | ||
serde = { version = "1.0.147", features = ["derive"] } | ||
serde_json = "1.0.87" | ||
surf = { version = "2.3.2", optional = true } | ||
thiserror = "1.0.37" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters