Skip to content

Commit

Permalink
chore: update crate version to 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Apr 3, 2023
1 parent 393f65b commit 8d016f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alpha_vantage"
version = "0.9.0"
version = "0.10.0"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/alpha_vantage"
repository = "https://github.com/iamsauravsharma/alpha_vantage"
Expand All @@ -12,16 +12,16 @@ keywords = ["alphavantage", "currency", "finance", "stock", "exchange"]
categories = ["api-bindings", "web-programming::http-client"]

[dependencies]
async-trait = "0.1.66"
reqwest = { version = "0.11.14", default-features = false, optional = true, features = [
async-trait = "0.1.68"
reqwest = { version = "0.11.16", default-features = false, optional = true, features = [
"rustls-tls",
] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.39"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
thiserror = "1.0.40"

[dev-dependencies]
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }

[features]
default = ["reqwest-client"]
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Edit Cargo.toml file to add alpha_vantage as dependencies

```toml
[dependencies]
alpha_vantage = "0.9.0"
alpha_vantage = "0.10.0"
```

**OR**
Expand Down

0 comments on commit 8d016f2

Please sign in to comment.